refactor: statCard max-h
This commit is contained in:
parent
97c43049f2
commit
3739497a52
1 changed files with 6 additions and 1 deletions
|
|
@ -22,7 +22,12 @@ const color = ['purple', 'pink', 'yellow', 'green', 'blue'];
|
||||||
:key="v.label"
|
:key="v.label"
|
||||||
class="bordered wave col-12"
|
class="bordered wave col-12"
|
||||||
:class="`color-${color[i % 5]}`"
|
:class="`color-${color[i % 5]}`"
|
||||||
style="width: 200px; min-width: 150px; box-shadow: var(--shadow-2)"
|
style="
|
||||||
|
width: 200px;
|
||||||
|
min-width: 150px;
|
||||||
|
max-height: 95px;
|
||||||
|
box-shadow: var(--shadow-2);
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
|
||||||
<path
|
<path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue