mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 19:16:37 +08:00
commit:权限模块新增分配详情功能
commit:修改前端样式
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
return state.documentClientHeight;
|
||||
},
|
||||
getMainContextHeight: (state) => {
|
||||
return state.documentClientHeight - (state.supportTags ? 130 : 90);
|
||||
return state.documentClientHeight - (state.supportTags ? 140 : 100);
|
||||
},
|
||||
getUserInfo: (state) => {
|
||||
return state.userInfo;
|
||||
|
||||
Reference in New Issue
Block a user