From 40a9155c34a6a86c7c2da737d1f1e0fff17fa03c Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 23 Feb 2024 11:08:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/index.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/core/core-frontend/src/layout/index.vue b/core/core-frontend/src/layout/index.vue index 9ef95a5ea1..2d47f936a0 100644 --- a/core/core-frontend/src/layout/index.vue +++ b/core/core-frontend/src/layout/index.vue @@ -23,6 +23,7 @@ const toolboxMenu = computed(() => route.path.includes('toolbox'))
+
组织管理中心
route.path.includes('toolbox')) height: calc(100vh - 56px); } + .org-config-center { + height: 48px; + padding-left: 24px; + display: flex; + align-items: center; + font-size: 14px; + font-weight: 500; + line-height: 22px; + color: #8f959e; + border-bottom: 1px solid #1f232926; + position: sticky; + top: 0; + left: 0; + background: #fff; + z-index: 10; + } + .layout-main { flex: 1; background-color: var(--MainBG, #f5f6f7);