fix: change UI
This commit is contained in:
parent
ec854acd62
commit
dff6eb190b
3 changed files with 85 additions and 30 deletions
|
|
@ -5,11 +5,12 @@ import TotalProductCardComponent from 'components/04_product-service/TotalProduc
|
|||
<template>
|
||||
<AppBox
|
||||
class="row"
|
||||
bordered
|
||||
no-padding
|
||||
style="
|
||||
width: 75vw;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: var(--size-3);
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue