fix: stat card min width
This commit is contained in:
parent
472d477d7e
commit
119095ece8
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const props = withDefaults(
|
|||
style="
|
||||
padding: 12px 16px;
|
||||
height: 75px;
|
||||
min-width: 150px;
|
||||
min-width: 232px;
|
||||
box-shadow: var(--shadow-2);
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue