From 5746a1e6aa4fdf4783ee68cbdefdae76928fea09 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 1 Nov 2023 16:54:36 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/workbranch/ShortcutTable.vue | 5 +++-- core/core-frontend/src/views/workbranch/index.vue | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue index 9b06f13573..a20d9345a9 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue +++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue @@ -336,8 +336,9 @@ const getEmptyDesc = (): string => { padding: 8px 24px 0 24px; background: #fff; border-radius: 4px; - height: calc(100% - 280px); - margin-top: 16px; + // height: calc(100% - 280px); + // margin-top: 16px; + height: 100%; .select-type-list { width: 104px; diff --git a/core/core-frontend/src/views/workbranch/index.vue b/core/core-frontend/src/views/workbranch/index.vue index 934ae3b1c7..500185b0d0 100644 --- a/core/core-frontend/src/views/workbranch/index.vue +++ b/core/core-frontend/src/views/workbranch/index.vue @@ -17,6 +17,8 @@ const { t } = useI18n() const busiDataMap = computed(() => interactiveStore.getData) const busiCountCardList = ref([]) +const showTemplate = ref(false) + const router = useRouter() const quickCreationList = shallowRef([ @@ -159,7 +161,7 @@ fillCardInfo()
-
+
模版市场