forked from github/dataease
style(X-Pack): 权限配置页面间距值错误
This commit is contained in:
parent
20ae879296
commit
5797f082de
@ -24,7 +24,7 @@ const toolboxMenu = computed(() => route.path.includes('toolbox'))
|
||||
<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>
|
||||
<Menu :style="{ height: systemMenu ? 'calc(100% - 48px)' : '100%' }"></Menu>
|
||||
</Sidebar>
|
||||
<Main
|
||||
class="layout-main"
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit aee38907dfcc2a83a0835455d9d17e62d9bb0722
|
||||
Subproject commit 9541a17043ba16e9cb4e57b4ba8063d097a0581f
|
Loading…
Reference in New Issue
Block a user