zhaowei
2024-12-30 c7a15f87890b358e54bd0fc07edf8cfef9e7e114
调整顶部导航栏宽度
已修改1个文件
2 ■■■ 文件已修改
src/components/page/GlobalHeader.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/GlobalHeader.vue
@@ -156,7 +156,7 @@
          } else {
            let rightWidth = '400px'
            this.topMenuStyle.topNavHeader = { 'min-width': '165px' }
            this.topMenuStyle.topSmenuStyle = { 'width': 'calc(100% - 165px)' }
            this.topMenuStyle.topSmenuStyle = { 'width': 'calc(100% - 165px - 300px)' }
            this.topMenuStyle.headerIndexRight = { 'min-width': rightWidth, 'white-space': 'nowrap' }
            this.topMenuStyle.headerIndexLeft = { 'width': `calc(100% - ${rightWidth})` }
          }