feat: add layout toggle

This commit is contained in:
chenghx
2018-08-29 18:00:00 +08:00
parent 1488821833
commit db881e57bf
6 changed files with 46 additions and 26 deletions

View File

@@ -51,12 +51,6 @@ export default {
</script>
<style lang="less" scoped>
.dark{
background-color: #002140;
}
.light{
background-color: #fff;
}
.shadow{
box-shadow: 2px 0 6px rgba(0,21,41,.35);
}

View File

@@ -166,7 +166,6 @@ export default {
props: {
theme: this.$props.theme,
mode: this.$props.mode,
inlineCollapsed: false,
openKeys: this.openKeys,
selectedKeys: this.selectedKeys
},