no message

Former-commit-id: d7106d025703b65fd309a8feaf399c3675babfc4
Former-commit-id: 227ac204f64b9799296d9b65e80e963ec90f5320
Former-commit-id: 342e6cbb22bfeea72cffdf552b42edb8621e084f
This commit is contained in:
liyang
2018-06-04 14:43:47 +08:00
parent bbcabd409d
commit 3b09d88200
7 changed files with 32 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-container class="layout-main" :class="theme">
<el-container class="layout-main theme" :class="theme">
<!-- 顶栏 -->
<el-header>
<div class="logo-group" :style="{width: collapse ? asideWidthCollapse : asideWidth}">
@@ -37,7 +37,7 @@ export default {
},
data () {
return {
theme: 'classic',
theme: 'theme-star',
collapse: false,
// [侧边栏宽度] 正常状态
asideWidth: '200px',