diff --git a/src/const/system/dict.js b/src/const/system/dict.js index f71a6cf..4b14902 100644 --- a/src/const/system/dict.js +++ b/src/const/system/dict.js @@ -1,9 +1,9 @@ export const optionParent = { height: 'auto', - calcHeight: 70, + calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 6, + searchMenuSpan: 6, tree: true, border: true, index: true, @@ -89,10 +89,10 @@ export const optionParent = { export const optionChild = { height: 'auto', - calcHeight: 70, + calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 6, + searchMenuSpan: 6, tree: true, border: true, index: true, diff --git a/src/const/system/dictbiz.js b/src/const/system/dictbiz.js index f71a6cf..4b14902 100644 --- a/src/const/system/dictbiz.js +++ b/src/const/system/dictbiz.js @@ -1,9 +1,9 @@ export const optionParent = { height: 'auto', - calcHeight: 70, + calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 6, + searchMenuSpan: 6, tree: true, border: true, index: true, @@ -89,10 +89,10 @@ export const optionParent = { export const optionChild = { height: 'auto', - calcHeight: 70, + calcHeight: 95, tip: false, searchShow: true, - searchMenuSpan: 6, + searchMenuSpan: 6, tree: true, border: true, index: true, diff --git a/src/views/desk/notice.vue b/src/views/desk/notice.vue index 20c046e..0f7e949 100644 --- a/src/views/desk/notice.vue +++ b/src/views/desk/notice.vue @@ -57,6 +57,7 @@ selectionList: [], option: { height: 'auto', + calcHeight: 30, dialogWidth: 900, tip: false, searchShow: true, diff --git a/src/views/flow/follow.vue b/src/views/flow/follow.vue index 22840d2..b99f1be 100644 --- a/src/views/flow/follow.vue +++ b/src/views/flow/follow.vue @@ -64,6 +64,7 @@ deleteReason: '', option: { height: 'auto', + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/flow/manager.vue b/src/views/flow/manager.vue index 0582fa5..c8f5ffd 100644 --- a/src/views/flow/manager.vue +++ b/src/views/flow/manager.vue @@ -138,8 +138,8 @@ label: '挂起' }], option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 90, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/flow/model.vue b/src/views/flow/model.vue index a1c249a..d94cf53 100644 --- a/src/views/flow/model.vue +++ b/src/views/flow/model.vue @@ -141,8 +141,8 @@ category: [], categoryValue: '', option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue index 1586962..d5d5238 100644 --- a/src/views/monitor/log/api.vue +++ b/src/views/monitor/log/api.vue @@ -35,8 +35,8 @@ total: 0 }, option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/monitor/log/error.vue b/src/views/monitor/log/error.vue index 3e09762..b3ef5d6 100644 --- a/src/views/monitor/log/error.vue +++ b/src/views/monitor/log/error.vue @@ -35,8 +35,8 @@ total: 0 }, option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/monitor/log/usual.vue b/src/views/monitor/log/usual.vue index 2445bcc..3ac553f 100644 --- a/src/views/monitor/log/usual.vue +++ b/src/views/monitor/log/usual.vue @@ -35,8 +35,8 @@ total: 0 }, option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/resource/oss.vue b/src/views/resource/oss.vue index 1a0cbf0..1a2ccec 100644 --- a/src/views/resource/oss.vue +++ b/src/views/resource/oss.vue @@ -67,6 +67,7 @@ selectionList: [], option: { height: 'auto', + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/system/client.vue b/src/views/system/client.vue index 810de82..e3cf765 100644 --- a/src/views/system/client.vue +++ b/src/views/system/client.vue @@ -49,6 +49,7 @@ selectionList: [], option: { height: 'auto', + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/system/param.vue b/src/views/system/param.vue index d70fecc..385f678 100644 --- a/src/views/system/param.vue +++ b/src/views/system/param.vue @@ -48,6 +48,7 @@ }, option: { height: 'auto', + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/system/tenant.vue b/src/views/system/tenant.vue index 8c97fc1..d82ac0e 100644 --- a/src/views/system/tenant.vue +++ b/src/views/system/tenant.vue @@ -48,7 +48,7 @@ }, option: { height:'auto', - calcHeight:350, + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/system/topmenu.vue b/src/views/system/topmenu.vue index 8d63517..e70a0b0 100644 --- a/src/views/system/topmenu.vue +++ b/src/views/system/topmenu.vue @@ -89,7 +89,7 @@ menuTreeObj: [], option: { height:'auto', - calcHeight:350, + calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/system/user.vue b/src/views/system/user.vue index 8e72c4c..c5d11fe 100644 --- a/src/views/system/user.vue +++ b/src/views/system/user.vue @@ -129,6 +129,7 @@ }, option: { height: 'auto', + calcHeight: 80, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/tool/code.vue b/src/views/tool/code.vue index 3ab5916..69e075f 100644 --- a/src/views/tool/code.vue +++ b/src/views/tool/code.vue @@ -65,6 +65,7 @@ }, option: { height: 'auto', + calcHeight: 30, dialogWidth: 900, tip: false, searchShow: true, diff --git a/src/views/tool/datasource.vue b/src/views/tool/datasource.vue index c1d9a33..9520a10 100644 --- a/src/views/tool/datasource.vue +++ b/src/views/tool/datasource.vue @@ -49,6 +49,7 @@ selectionList: [], option: { height: 'auto', + calcHeight: 30, dialogWidth: 900, tip: false, searchShow: true, diff --git a/src/views/work/claim.vue b/src/views/work/claim.vue index 46bfde5..4d937ae 100644 --- a/src/views/work/claim.vue +++ b/src/views/work/claim.vue @@ -87,8 +87,8 @@ flowUrl: '', workBox: false, option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 90, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/work/done.vue b/src/views/work/done.vue index a7f7272..b5993b9 100644 --- a/src/views/work/done.vue +++ b/src/views/work/done.vue @@ -80,8 +80,8 @@ flowUrl: '', workBox: false, option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 90, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/work/send.vue b/src/views/work/send.vue index 5babd8a..4007739 100644 --- a/src/views/work/send.vue +++ b/src/views/work/send.vue @@ -84,8 +84,8 @@ flowUrl: '', workBox: false, option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 90, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/work/start.vue b/src/views/work/start.vue index e5234b4..d161751 100644 --- a/src/views/work/start.vue +++ b/src/views/work/start.vue @@ -88,8 +88,8 @@ flowUrl: '', workBox: false, option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 90, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/src/views/work/todo.vue b/src/views/work/todo.vue index e68eb7c..336562e 100644 --- a/src/views/work/todo.vue +++ b/src/views/work/todo.vue @@ -87,8 +87,8 @@ flowUrl: '', workBox: false, option: { - height:'auto', - calcHeight:350, + height: 'auto', + calcHeight: 90, tip: false, searchShow: true, searchMenuSpan: 6,