diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index 6aa47567..7309a511 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -65,6 +65,7 @@ const columns = [ const modal = ref(false); const hideStat = ref(false); const currentStatus = ref('All'); +const expandedTree = ref([]); const profileFileImg = ref(undefined); const imageUrl = ref(''); @@ -594,186 +595,235 @@ watch(locale, () => {
-
+
@@ -1683,6 +1733,14 @@ watch(locale, () => { opacity: 0; } +:deep(i.q-icon.mdi.mdi-play.q-tree__arrow) { + color: var(--foreground); +} + +:deep(.q-tree__node-header:before) { + color: var(--foreground); +} + :deep(.q-tree__node-header.relative-position.row.no-wrap.items-center) { padding-block: 8px; } diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index f7a618e3..4338cbf7 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -1678,6 +1678,8 @@ watch([inputSearch, currentStatus], async () => { style="white-space: nowrap" > { ]" > {