Przeglądaj źródła

侧边菜单宽度调整,树组件分类页面分类宽度调整

cfort 1 rok temu
rodzic
commit
ea223fbcd9

+ 1 - 1
src/layout/header-aside/layout.vue

@@ -243,7 +243,7 @@ export default {
         const { hiddenAsideMenu = false } = this.$route.meta || {}
         const { hiddenAsideMenu = false } = this.$route.meta || {}
         return {
         return {
             // [侧边栏宽度] 正常状态
             // [侧边栏宽度] 正常状态
-            asideWidth: '200px',
+            asideWidth: '240px',
             // [侧边栏宽度] 折叠状态
             // [侧边栏宽度] 折叠状态
             asideWidthCollapse: '65px',
             asideWidthCollapse: '65px',
             isSuper,
             isSuper,

+ 3 - 3
src/views/platform/bpmn/bpmInstHis/list.vue

@@ -213,7 +213,7 @@ export default {
             first,
             first,
             userList,
             userList,
             deptList,
             deptList,
-            width: 210,
+            width: 360,
             selection: false,
             selection: false,
             dialogFormVisible: false,
             dialogFormVisible: false,
             // 编辑dialog需要使用
             // 编辑dialog需要使用
@@ -223,7 +223,7 @@ export default {
             timeModificationbtn: true,
             timeModificationbtn: true,
             // 主键 如果主键不是pk需要传主键
             // 主键 如果主键不是pk需要传主键
             pkKey: 'id',
             pkKey: 'id',
-            tableTitle: '',
+            tableTitle: '体系运行记录',
             typeId: '',
             typeId: '',
             srcUrl: '',
             srcUrl: '',
             fileId: '',
             fileId: '',
@@ -738,7 +738,7 @@ export default {
             }
             }
         },
         },
         handleExpandCollapse (isExpand) {
         handleExpandCollapse (isExpand) {
-            this.width = isExpand ? 230 : 30
+            this.width = isExpand ? this.width : 30
         },
         },
         // 处理编辑
         // 处理编辑
         handleEdit (id = '') {
         handleEdit (id = '') {

+ 1 - 1
src/views/platform/office/mixin/utils.js

@@ -10,7 +10,7 @@ export default {
     },
     },
     data () {
     data () {
         const { userList = [], deptList = [] } = this.$store.getters
         const { userList = [], deptList = [] } = this.$store.getters
-        const defaultWidth = 225
+        const defaultWidth = 360
         return {
         return {
             userList,
             userList,
             deptList,
             deptList,