no message
Former-commit-id: b0dd61f6ea179f2cc6bcfb556a2cc6526f5eb84c Former-commit-id: 4aad5b89f03923f6172b2b3e1369da53a17d2de5 Former-commit-id: 25427725cd27292c9f567d04659b9935fe824de3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<el-container class="layout-main theme" :class="theme">
|
||||
<el-container class="layout-main theme">
|
||||
<!-- 顶栏 -->
|
||||
<el-header>
|
||||
<div class="logo-group" :style="{width: collapse ? asideWidthCollapse : asideWidth}">
|
||||
@@ -37,7 +37,6 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
theme: 'theme-star',
|
||||
collapse: false,
|
||||
// [侧边栏宽度] 正常状态
|
||||
asideWidth: '200px',
|
||||
|
||||
Reference in New Issue
Block a user