fix: change UI

This commit is contained in:
oat_dev 2024-06-13 15:01:22 +07:00
parent ec854acd62
commit dff6eb190b
3 changed files with 85 additions and 30 deletions

View file

@ -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);
"
>