File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const HOME = {name: '首页'}
22const ACCOUNT = { name : '账户管理' , disabled : true }
33const FIELD = { name : '字段管理' }
44const GROUP = { name : '群组管理' }
5- const ORGANNIZATION = { name : '组织管理' }
5+ const ORGANIZATION = { name : '组织管理' }
66const POSITION = { name : '职位管理' }
77const STAFF = { name : '员工管理' }
88
@@ -21,7 +21,7 @@ export default [
2121 } ,
2222 {
2323 name : 'account-organization' ,
24- breadcrumb : [ ACCOUNT , ORGANNIZATION ] ,
24+ breadcrumb : [ ACCOUNT , ORGANIZATION ] ,
2525 } ,
2626 {
2727 name : 'account-position' ,
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export default {
100100 }
101101
102102 .sub-content {
103- // overflow-y: auto ;
103+ width : calc ( 100 vw - @sidebar-width ) ;
104104 height : calc (100vh - @--header-height - @--breadcrumb-height );
105105 }
106106
You can’t perform that action at this time.
0 commit comments