|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="pageWrap">
|
|
<div class="pageWrap">
|
|
- <el-aside v-loading="menuLoading" width="300px" style="background: #fff; margin-right: 10px">
|
|
|
|
|
|
+ <el-aside v-loading="menuLoading" width="300px" style="margin-right: 10px">
|
|
<el-container style="height: 100%">
|
|
<el-container style="height: 100%">
|
|
<header style="padding: 13px 15px; border-bottom: 1px solid var(--el-border-color-light)">
|
|
<header style="padding: 13px 15px; border-bottom: 1px solid var(--el-border-color-light)">
|
|
<el-input v-model="menuFilterText" placeholder="输入关键字进行过滤" clearable></el-input>
|
|
<el-input v-model="menuFilterText" placeholder="输入关键字进行过滤" clearable></el-input>
|
|
@@ -38,7 +38,7 @@
|
|
</el-footer>
|
|
</el-footer>
|
|
</el-container>
|
|
</el-container>
|
|
</el-aside>
|
|
</el-aside>
|
|
- <el-container style="background: #fff" class="container-bg">
|
|
|
|
|
|
+ <el-container class="container-bg">
|
|
<el-main ref="mainRef" class="nopadding" style="padding: 20px">
|
|
<el-main ref="mainRef" class="nopadding" style="padding: 20px">
|
|
<save ref="saveRef" :menu="menuList"></save>
|
|
<save ref="saveRef" :menu="menuList"></save>
|
|
</el-main>
|
|
</el-main>
|