Skip to content

Commit 619bd60

Browse files
committed
fix warning
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent fd7cb4c commit 619bd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/problem/listTag.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
v-for="item in this.rendertags"
66
:key="item.content"
77
color="#fff"
8-
height="22"
8+
:height="22"
99
:border_color="item.color"
1010
:background_color="item.color"
1111
:content="item.content"

0 commit comments

Comments
 (0)