|
@@ -70,17 +70,19 @@
|
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="pt-6">
|
|
|
|
|
- <MenuForm
|
|
|
|
|
- v-show="selectedMenuId != null"
|
|
|
|
|
- ref="menuFormRef"
|
|
|
|
|
- :parent-menu-tree="menuTree"
|
|
|
|
|
- @change="handleMenuChange"
|
|
|
|
|
- class="w-2/3 ml-10"
|
|
|
|
|
- isShowSubmit
|
|
|
|
|
- />
|
|
|
|
|
- <el-empty v-show="selectedMenuId == null" description="从左侧列表选择一项后,进行编辑" />
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <el-scrollbar style="height: calc(100vh - 240px); overflow: hidden">
|
|
|
|
|
+ <div class="pt-6">
|
|
|
|
|
+ <MenuForm
|
|
|
|
|
+ v-show="selectedMenuId != null"
|
|
|
|
|
+ ref="menuFormRef"
|
|
|
|
|
+ :parent-menu-tree="menuTree"
|
|
|
|
|
+ @change="handleMenuChange"
|
|
|
|
|
+ class="w-2/3 ml-10"
|
|
|
|
|
+ isShowSubmit
|
|
|
|
|
+ />
|
|
|
|
|
+ <el-empty v-show="selectedMenuId == null" description="从左侧列表选择一项后,进行编辑" />
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </el-scrollbar>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<CreateDrawer
|
|
<CreateDrawer
|
|
@@ -251,11 +253,10 @@
|
|
|
border-right: 1px solid #eaeaea;
|
|
border-right: 1px solid #eaeaea;
|
|
|
.left_top {
|
|
.left_top {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- // height: 69px;
|
|
|
|
|
- padding-top: 18px;
|
|
|
|
|
- padding-bottom: 18px;
|
|
|
|
|
|
|
+ height: 69px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ flex-shrink: 0;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
border-bottom: 1px solid #eaeaea;
|
|
border-bottom: 1px solid #eaeaea;
|
|
|
}
|
|
}
|