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