Skip to content

Commit badcf01

Browse files
authored
Update src/components/lib/tag.vue
1 parent 630091f commit badcf01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/lib/tag.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default {
5555
</script>
5656

5757
<style scoped>
58-
.seg-tag {
58+
.segment-tag {
5959
display: inline-block;
6060
padding: 0 10px;
6161
font-size: 12px;
@@ -64,4 +64,4 @@ export default {
6464
white-space: nowrap;
6565
margin: 3px;
6666
}
67-
</style>
67+
</style>

0 commit comments

Comments
 (0)