forked from github/dataease
feat(系统管理): 左侧侧边栏新增标题文案
This commit is contained in:
parent
e7d6954e52
commit
40a9155c34
@ -23,6 +23,7 @@ const toolboxMenu = computed(() => route.path.includes('toolbox'))
|
||||
<Header v-else></Header>
|
||||
<el-container class="layout-container">
|
||||
<Sidebar v-if="systemMenu || settingMenu || toolboxMenu" class="layout-sidebar">
|
||||
<div v-if="systemMenu" class="org-config-center">组织管理中心</div>
|
||||
<Menu style="height: 100%"></Menu>
|
||||
</Sidebar>
|
||||
<Main
|
||||
@ -48,6 +49,23 @@ const toolboxMenu = computed(() => 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);
|
||||
|
Loading…
Reference in New Issue
Block a user