Skip to content

Commit c878f17

Browse files
committed
feat: table template
1 parent 4b766f7 commit c878f17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/Table.vue

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<template>
22
<div class="o-table">
3-
3+
this is table.
44
</div>
55
</template>
66

77
<style scoped>
8-
.o-table {}
8+
.o-table {
9+
position: relative;
10+
}
911
</style>

0 commit comments

Comments
 (0)