We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7cb4c commit 619bd60Copy full SHA for 619bd60
src/components/problem/listTag.vue
@@ -5,7 +5,7 @@
5
v-for="item in this.rendertags"
6
:key="item.content"
7
color="#fff"
8
- height="22"
+ :height="22"
9
:border_color="item.color"
10
:background_color="item.color"
11
:content="item.content"
0 commit comments