feat: add layout toggle
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -166,7 +166,6 @@ export default {
|
||||
props: {
|
||||
theme: this.$props.theme,
|
||||
mode: this.$props.mode,
|
||||
inlineCollapsed: false,
|
||||
openKeys: this.openKeys,
|
||||
selectedKeys: this.selectedKeys
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user