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);