perf: 菜单改版,account数据列表布局改版;css变量提取等;

This commit is contained in:
chenjinsong
2021-04-07 09:58:34 +08:00
parent 7648b3868d
commit 8d41ec6cdb
39 changed files with 2239 additions and 522 deletions

View File

@@ -101,7 +101,7 @@ export default {
},
// 点击第二个cancel
save () {
this.$emit('update:customTableTitle', this.custom)
this.$emit('update', this.custom)
localStorage.setItem(
'nz-tableTitle-' + localStorage.getItem('nz-username') + '-' + ((typeof this.path !== 'undefined') ? this.path : this.$route.path),
JSON.stringify(this.custom)
@@ -131,8 +131,8 @@ export default {
border: 1px solid #EBEEF5;
box-shadow: $pop-box-shadow;
position: absolute;
top: 83px;
right: 0;
top: 55px;
right: 20px;
width: 200px;
color: #606266;
background: #fff;