diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 8dffc7cb..235e934f 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -102,12 +102,12 @@ const stat = ref< >([ { icon: 'mdi-folder', count: 0, label: 'productAndService', color: 'pink' }, { - icon: 'mdi-folder', + icon: 'mdi-folder-table', count: 0, label: 'productAndServiceType', color: 'purple', }, - { icon: 'mdi-folder', count: 0, label: 'service', color: 'orange' }, + { icon: 'mdi-server-network', count: 0, label: 'service', color: 'orange' }, { icon: 'mdi-folder', count: 0, label: 'product', color: 'green' }, ]); @@ -1410,8 +1410,8 @@ watch(inputSearchProductAndService, async () => { -
-
+
+
{ (productMode === 'type' ? productType : productGroup) || [] " :columns="tbColumn.groupAndType" - class="full-width" + class=" full-width " card-container-class="q-gutter-md " row-key="name" :rows-per-page-options="[0]" @@ -1475,14 +1475,17 @@ watch(inputSearchProductAndService, async () => { margin-bottom: var(--size-2); " > -
+
+ - - - +
@@ -2317,11 +2320,11 @@ watch(inputSearchProductAndService, async () => { margin-bottom: var(--size-2); " > -
+
@@ -3293,7 +3296,7 @@ watch(inputSearchProductAndService, async () => { --_color: var(--orange-6-hsl); } -.branch-card__icon { +.table__icon { background-color: hsla(var(--_color) / 0.15); color: hsla(var(--_color) / 1); @@ -3316,10 +3319,12 @@ watch(inputSearchProductAndService, async () => { background-color: hsla(var(--_branch-status-color) / 1); } - & :deep(.q-avatar) { + &:deep(.q-icon) { transform: rotate(-45deg); color: hsla(var(--_branch-card-bg) / 1); } + + }