diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index dafddbaf..79df0c53 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -53,14 +53,17 @@ const utilsStore = useUtilsStore(); const modelCreateTypeBranch = ref(false); const typeBranchItem = [ { - icon: 'mdi-home-group', - text: 'Virtual Branch', - color: 'var(--blue-6)', + icon: 'material-symbols:home-work-outline', + text: t('branch.card.branchLabel'), + iconColor: '--purple-8', + color: 'var(--purple-6-hsl)', }, + { icon: 'mdi-home-group', - text: 'Branch', - color: 'var(--purple-6)', + text: t('branch.card.branchVirtual'), + iconColor: '--blue-8', + color: 'var(--blue-6-hsl)', }, ]; const holdDialog = ref(false); @@ -2064,22 +2067,24 @@ watch(currentHq, () => { hide-footer no-app-box width="40vw" - height="300px" + height="250px" :close="() => (modelCreateTypeBranch = false)" > -
+