Skip to content

Commit 2e754ac

Browse files
committed
Merge branch 'dev'
2 parents 2b1a910 + 1fb2797 commit 2e754ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

template/framework-admin/components/breadcrumb/bread-data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const HOME = {name: '首页'}
22
const ACCOUNT = {name: '账户管理', disabled: true}
33
const FIELD = {name: '字段管理'}
44
const GROUP = {name: '群组管理'}
5-
const ORGANNIZATION = {name: '组织管理'}
5+
const ORGANIZATION = {name: '组织管理'}
66
const POSITION = {name: '职位管理'}
77
const 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',

template/framework-admin/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default {
100100
}
101101
102102
.sub-content {
103-
// overflow-y: auto;
103+
width: calc(100vw - @sidebar-width);
104104
height: calc(100vh - @--header-height - @--breadcrumb-height);
105105
}
106106

0 commit comments

Comments
 (0)