mirror of https://github.com/halo-dev/halo
fix: tool list item style.
parent
a50d788722
commit
588ea528ce
|
@ -8,6 +8,7 @@
|
||||||
:md="12"
|
:md="12"
|
||||||
:sm="24"
|
:sm="24"
|
||||||
:xs="24"
|
:xs="24"
|
||||||
|
:style="{ marginBottom: '12px' }"
|
||||||
>
|
>
|
||||||
<a-card
|
<a-card
|
||||||
:bordered="false"
|
:bordered="false"
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
:md="12"
|
:md="12"
|
||||||
:sm="24"
|
:sm="24"
|
||||||
:xs="24"
|
:xs="24"
|
||||||
|
:style="{ marginBottom: '12px' }"
|
||||||
>
|
>
|
||||||
<a-card
|
<a-card
|
||||||
:bordered="false"
|
:bordered="false"
|
||||||
|
|
Loading…
Reference in New Issue