Skip to content

Commit 4b766f7

Browse files
committed
feat: adjust styles
1 parent 5e9eee4 commit 4b766f7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/components/Table.vue

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
<template>
2-
<div></div>
3-
</template>
2+
<div class="o-table">
3+
4+
</div>
5+
</template>
6+
7+
<style scoped>
8+
.o-table {}
9+
</style>

0 commit comments

Comments
 (0)