|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="pageWrap bgc">
|
|
<div class="pageWrap bgc">
|
|
- <div class="aside-box">
|
|
|
|
|
|
+ <div class="aside-box-system">
|
|
<el-aside v-loading="menuLoading" width="300px" style="height: 100%">
|
|
<el-aside v-loading="menuLoading" width="300px" style="height: 100%">
|
|
<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)">
|
|
@@ -166,12 +166,6 @@ onMounted(() => {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
-:deep(.el-aside) {
|
|
|
|
- &.aside-box {
|
|
|
|
- background-color: var(--el-bg-color-page) !important;
|
|
|
|
- margin-right: 10px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
|
|
.nopadding {
|
|
.nopadding {
|
|
padding: 0px;
|
|
padding: 0px;
|