@zgfe/modules-settings 1.2.11 → 1.2.13-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -33
- package/es/components/pageLoading/index.less +7 -7
- package/es/components/settingTabs/index.less +47 -47
- package/es/constants/api.d.ts +1 -20
- package/es/constants/api.js +2 -24
- package/es/constants/icons/demo.css +539 -539
- package/es/constants/icons/demo_index.html +8537 -8537
- package/es/constants/icons/iconfont.css +1467 -1467
- package/es/constants/icons/iconfont.json +2550 -2550
- package/es/global.d.ts +4 -4
- package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
- package/es/modules/appSettings/member/index.less +18 -18
- package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
- package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
- package/es/modules/companySetting/appList/index.js +60 -3
- package/es/modules/companySetting/appList/index.less +100 -100
- package/es/modules/companySetting/cost/index.js +2 -2
- package/es/modules/companySetting/cost/index.less +31 -31
- package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
- package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
- package/es/modules/companySetting/edit/styles/authModule.less +82 -82
- package/es/modules/companySetting/edit/styles/user.less +54 -54
- package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
- package/es/modules/companySetting/index.js +256 -75
- package/es/modules/companySetting/index.less +24 -63
- package/es/modules/companySetting/info/index.less +35 -35
- package/es/modules/companySetting/operationLog/index.less +27 -27
- package/es/modules/companySetting/style/common.less +68 -68
- package/es/modules/companySetting/style/reset.less +117 -117
- package/es/modules/companySetting/user/index.js +264 -167
- package/es/modules/companySetting/user/index.less +162 -264
- package/es/modules/companySetting/user/invite.d.ts +8 -3
- package/es/modules/companySetting/user/invite.js +173 -249
- package/es/modules/companySetting/userGroup/groupItem.js +1 -1
- package/es/modules/companySetting/userGroup/index.less +6 -6
- package/es/modules/companySetting/userGroup/style/authConfigDetail.less +44 -44
- package/es/modules/companySetting/userGroup/style/index.less +79 -79
- package/es/modules/companySetting/virtualApp/panels/list.js +1 -1
- package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
- package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
- package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
- package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
- package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
- package/es/modules/companySetting/wechatBinding/index.js +1 -1
- package/es/modules/companySetting/wechatBinding/index.less +48 -48
- package/es/modules/personalSetting/securityLog/index.less +10 -10
- package/es/modules/personalSetting/styles/unbinding.less +73 -73
- package/es/modules/systemSetting/notice/configItem/index.less +15 -15
- package/es/modules/systemSetting/notice/edit/index.less +26 -26
- package/es/types/companySetting.d.ts +3 -28
- package/es/utils/util.d.ts +0 -23
- package/es/utils/util.js +0 -77
- package/package.json +4 -4
- package/es/modules/companySetting/department/index.d.ts +0 -7
- package/es/modules/companySetting/department/index.js +0 -356
- package/es/modules/companySetting/department/index.less +0 -104
- package/es/modules/companySetting/role/index.d.ts +0 -6
- package/es/modules/companySetting/role/index.js +0 -561
- package/es/modules/companySetting/role/index.less +0 -160
- package/es/requests/department.d.ts +0 -15
- package/es/requests/department.js +0 -68
- package/es/requests/role.d.ts +0 -16
- package/es/requests/role.js +0 -100
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
.company-settting-auth-module {
|
|
2
|
-
position: relative;
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: row;
|
|
5
|
-
min-height: 51px;
|
|
6
|
-
background-color: #ffffff;
|
|
7
|
-
.module-name {
|
|
8
|
-
position: relative;
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
width: 202px;
|
|
12
|
-
padding-left: 20px;
|
|
13
|
-
background-color: #fafafa;
|
|
14
|
-
border: 1px solid #dadada;
|
|
15
|
-
.item-label {
|
|
16
|
-
width: 100%;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
white-space: nowrap;
|
|
19
|
-
text-align: left;
|
|
20
|
-
text-overflow: ellipsis;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
.module-content {
|
|
24
|
-
position: relative;
|
|
25
|
-
display: flex;
|
|
26
|
-
flex: 1;
|
|
27
|
-
flex-direction: row;
|
|
28
|
-
flex-wrap: wrap;
|
|
29
|
-
align-items: flex-start;
|
|
30
|
-
padding-left: 20px;
|
|
31
|
-
border: 1px solid #dadada;
|
|
32
|
-
border-left: 0;
|
|
33
|
-
.auth-selector {
|
|
34
|
-
top: 13px;
|
|
35
|
-
flex: none;
|
|
36
|
-
margin-right: 20px;
|
|
37
|
-
}
|
|
38
|
-
.function-group {
|
|
39
|
-
width: 25%;
|
|
40
|
-
min-height: 50px;
|
|
41
|
-
line-height: 50px;
|
|
42
|
-
text-align: left;
|
|
43
|
-
}
|
|
44
|
-
.function-group.isVirtualApp {
|
|
45
|
-
width: 50%;
|
|
46
|
-
}
|
|
47
|
-
.multi-level-group {
|
|
48
|
-
display: flex;
|
|
49
|
-
flex-direction: row;
|
|
50
|
-
width: 100%;
|
|
51
|
-
padding: 10px 0;
|
|
52
|
-
border-bottom: 1px dotted #dadada;
|
|
53
|
-
.function-name {
|
|
54
|
-
width: calc(25% - 20px);
|
|
55
|
-
margin-right: 20px;
|
|
56
|
-
line-height: 30px;
|
|
57
|
-
text-align: left;
|
|
58
|
-
border-right: 1px solid #dadada;
|
|
59
|
-
}
|
|
60
|
-
.function-content {
|
|
61
|
-
flex: 1;
|
|
62
|
-
.function-item {
|
|
63
|
-
display: inline-block;
|
|
64
|
-
width: 33%;
|
|
65
|
-
line-height: 30px;
|
|
66
|
-
text-align: left;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
.multi-level-group:last-child {
|
|
71
|
-
border-bottom: none;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
.company-auth-group {
|
|
76
|
-
.company-settting-auth-module:not(:first-child) {
|
|
77
|
-
.module-name,
|
|
78
|
-
.module-content {
|
|
79
|
-
border-top: 0;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
1
|
+
.company-settting-auth-module {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
min-height: 51px;
|
|
6
|
+
background-color: #ffffff;
|
|
7
|
+
.module-name {
|
|
8
|
+
position: relative;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
width: 202px;
|
|
12
|
+
padding-left: 20px;
|
|
13
|
+
background-color: #fafafa;
|
|
14
|
+
border: 1px solid #dadada;
|
|
15
|
+
.item-label {
|
|
16
|
+
width: 100%;
|
|
17
|
+
overflow: hidden;
|
|
18
|
+
white-space: nowrap;
|
|
19
|
+
text-align: left;
|
|
20
|
+
text-overflow: ellipsis;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
.module-content {
|
|
24
|
+
position: relative;
|
|
25
|
+
display: flex;
|
|
26
|
+
flex: 1;
|
|
27
|
+
flex-direction: row;
|
|
28
|
+
flex-wrap: wrap;
|
|
29
|
+
align-items: flex-start;
|
|
30
|
+
padding-left: 20px;
|
|
31
|
+
border: 1px solid #dadada;
|
|
32
|
+
border-left: 0;
|
|
33
|
+
.auth-selector {
|
|
34
|
+
top: 13px;
|
|
35
|
+
flex: none;
|
|
36
|
+
margin-right: 20px;
|
|
37
|
+
}
|
|
38
|
+
.function-group {
|
|
39
|
+
width: 25%;
|
|
40
|
+
min-height: 50px;
|
|
41
|
+
line-height: 50px;
|
|
42
|
+
text-align: left;
|
|
43
|
+
}
|
|
44
|
+
.function-group.isVirtualApp {
|
|
45
|
+
width: 50%;
|
|
46
|
+
}
|
|
47
|
+
.multi-level-group {
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: row;
|
|
50
|
+
width: 100%;
|
|
51
|
+
padding: 10px 0;
|
|
52
|
+
border-bottom: 1px dotted #dadada;
|
|
53
|
+
.function-name {
|
|
54
|
+
width: calc(25% - 20px);
|
|
55
|
+
margin-right: 20px;
|
|
56
|
+
line-height: 30px;
|
|
57
|
+
text-align: left;
|
|
58
|
+
border-right: 1px solid #dadada;
|
|
59
|
+
}
|
|
60
|
+
.function-content {
|
|
61
|
+
flex: 1;
|
|
62
|
+
.function-item {
|
|
63
|
+
display: inline-block;
|
|
64
|
+
width: 33%;
|
|
65
|
+
line-height: 30px;
|
|
66
|
+
text-align: left;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
.multi-level-group:last-child {
|
|
71
|
+
border-bottom: none;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
.company-auth-group {
|
|
76
|
+
.company-settting-auth-module:not(:first-child) {
|
|
77
|
+
.module-name,
|
|
78
|
+
.module-content {
|
|
79
|
+
border-top: 0;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
.company-setting-user {
|
|
2
|
-
position: relative;
|
|
3
|
-
height: 100%;
|
|
4
|
-
padding: 20px;
|
|
5
|
-
overflow-y: auto;
|
|
6
|
-
color: #354052;
|
|
7
|
-
font-size: 14px;
|
|
8
|
-
.company-setting-user-title {
|
|
9
|
-
margin-bottom: 30px;
|
|
10
|
-
font-size: 18px;
|
|
11
|
-
line-height: 18px;
|
|
12
|
-
}
|
|
13
|
-
.company-setting-user-name {
|
|
14
|
-
margin-left: 20px;
|
|
15
|
-
line-height: 35px;
|
|
16
|
-
}
|
|
17
|
-
.company-setting-user-groups {
|
|
18
|
-
margin-left: 20px;
|
|
19
|
-
}
|
|
20
|
-
.item-label {
|
|
21
|
-
display: inline-block;
|
|
22
|
-
width: 85px;
|
|
23
|
-
text-align: right;
|
|
24
|
-
}
|
|
25
|
-
.company-setting-footer {
|
|
26
|
-
margin-top: 40px;
|
|
27
|
-
text-align: right;
|
|
28
|
-
.c-button {
|
|
29
|
-
margin-right: 20px;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.select-group {
|
|
35
|
-
display: flex;
|
|
36
|
-
align-items: center;
|
|
37
|
-
justify-content: space-between;
|
|
38
|
-
margin: 10px;
|
|
39
|
-
.all-btn {
|
|
40
|
-
color: #3d62d2;
|
|
41
|
-
cursor: pointer;
|
|
42
|
-
}
|
|
43
|
-
.delete-btn {
|
|
44
|
-
color: #f55858;
|
|
45
|
-
cursor: pointer;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
#ant-select {
|
|
49
|
-
width: 100%;
|
|
50
|
-
.ant-select-item-option-selected {
|
|
51
|
-
color: #3d62d2 !important;
|
|
52
|
-
background-color: #fff !important;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
1
|
+
.company-setting-user {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 100%;
|
|
4
|
+
padding: 20px;
|
|
5
|
+
overflow-y: auto;
|
|
6
|
+
color: #354052;
|
|
7
|
+
font-size: 14px;
|
|
8
|
+
.company-setting-user-title {
|
|
9
|
+
margin-bottom: 30px;
|
|
10
|
+
font-size: 18px;
|
|
11
|
+
line-height: 18px;
|
|
12
|
+
}
|
|
13
|
+
.company-setting-user-name {
|
|
14
|
+
margin-left: 20px;
|
|
15
|
+
line-height: 35px;
|
|
16
|
+
}
|
|
17
|
+
.company-setting-user-groups {
|
|
18
|
+
margin-left: 20px;
|
|
19
|
+
}
|
|
20
|
+
.item-label {
|
|
21
|
+
display: inline-block;
|
|
22
|
+
width: 85px;
|
|
23
|
+
text-align: right;
|
|
24
|
+
}
|
|
25
|
+
.company-setting-footer {
|
|
26
|
+
margin-top: 40px;
|
|
27
|
+
text-align: right;
|
|
28
|
+
.c-button {
|
|
29
|
+
margin-right: 20px;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.select-group {
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
justify-content: space-between;
|
|
38
|
+
margin: 10px;
|
|
39
|
+
.all-btn {
|
|
40
|
+
color: #3d62d2;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
}
|
|
43
|
+
.delete-btn {
|
|
44
|
+
color: #f55858;
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
#ant-select {
|
|
49
|
+
width: 100%;
|
|
50
|
+
.ant-select-item-option-selected {
|
|
51
|
+
color: #3d62d2 !important;
|
|
52
|
+
background-color: #fff !important;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
.company-setting-user-group {
|
|
2
|
-
position: relative;
|
|
3
|
-
height: 100%;
|
|
4
|
-
padding: 20px;
|
|
5
|
-
overflow-y: auto;
|
|
6
|
-
color: #354052;
|
|
7
|
-
font-size: 14px;
|
|
8
|
-
.company-setting-group-title {
|
|
9
|
-
margin-bottom: 30px;
|
|
10
|
-
font-size: 18px;
|
|
11
|
-
line-height: 18px;
|
|
12
|
-
}
|
|
13
|
-
.company-setting-user-name {
|
|
14
|
-
margin-left: 20px;
|
|
15
|
-
line-height: 35px;
|
|
16
|
-
}
|
|
17
|
-
.company-setting-users {
|
|
18
|
-
margin-top: 20px;
|
|
19
|
-
margin-left: 20px;
|
|
20
|
-
}
|
|
21
|
-
.encryption-wrap {
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: center;
|
|
24
|
-
margin-top: 20px;
|
|
25
|
-
margin-left: 20px;
|
|
26
|
-
.encryption-item {
|
|
27
|
-
margin-right: 5px;
|
|
28
|
-
}
|
|
29
|
-
label {
|
|
30
|
-
display: flex;
|
|
31
|
-
align-items: center;
|
|
32
|
-
input {
|
|
33
|
-
margin-right: 5px;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
.company-setting-footer {
|
|
38
|
-
margin-top: 40px;
|
|
39
|
-
text-align: right;
|
|
40
|
-
.c-button {
|
|
41
|
-
margin-right: 20px;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
1
|
+
.company-setting-user-group {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 100%;
|
|
4
|
+
padding: 20px;
|
|
5
|
+
overflow-y: auto;
|
|
6
|
+
color: #354052;
|
|
7
|
+
font-size: 14px;
|
|
8
|
+
.company-setting-group-title {
|
|
9
|
+
margin-bottom: 30px;
|
|
10
|
+
font-size: 18px;
|
|
11
|
+
line-height: 18px;
|
|
12
|
+
}
|
|
13
|
+
.company-setting-user-name {
|
|
14
|
+
margin-left: 20px;
|
|
15
|
+
line-height: 35px;
|
|
16
|
+
}
|
|
17
|
+
.company-setting-users {
|
|
18
|
+
margin-top: 20px;
|
|
19
|
+
margin-left: 20px;
|
|
20
|
+
}
|
|
21
|
+
.encryption-wrap {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
margin-top: 20px;
|
|
25
|
+
margin-left: 20px;
|
|
26
|
+
.encryption-item {
|
|
27
|
+
margin-right: 5px;
|
|
28
|
+
}
|
|
29
|
+
label {
|
|
30
|
+
display: flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
input {
|
|
33
|
+
margin-right: 5px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.company-setting-footer {
|
|
38
|
+
margin-top: 40px;
|
|
39
|
+
text-align: right;
|
|
40
|
+
.c-button {
|
|
41
|
+
margin-right: 20px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|