@zgfe/modules-settings 1.2.51-zhongyuan.1 → 1.2.51-zhongyuan.7
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/card/index.less +87 -87
- package/es/components/pageLoading/index.less +7 -7
- package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
- package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
- package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
- package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
- package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
- package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
- package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
- package/es/components/picCircleSelect/index.less +37 -37
- package/es/components/processCanvas/styles/customNode.less +149 -149
- package/es/components/processCanvas/styles/index.less +34 -34
- package/es/components/settingTabs/index.less +51 -51
- package/es/constants/api.d.ts +13 -0
- package/es/constants/api.js +18 -1
- package/es/constants/icons/demo.css +539 -539
- package/es/constants/icons/demo_index.html +9871 -9871
- package/es/constants/icons/iconfont.css +1699 -1699
- package/es/constants/icons/iconfont.json +2956 -2956
- package/es/global.d.ts +4 -4
- package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
- 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.less +126 -126
- package/es/modules/companySetting/application/index.less +126 -126
- package/es/modules/companySetting/business/index.less +92 -92
- package/es/modules/companySetting/cost/index.less +38 -38
- package/es/modules/companySetting/department/index.less +157 -157
- 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.less +90 -90
- package/es/modules/companySetting/info/index.less +42 -42
- package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
- package/es/modules/companySetting/mainPart/index.less +239 -239
- package/es/modules/companySetting/operationLog/index.less +33 -33
- package/es/modules/companySetting/role/index.less +296 -296
- package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
- package/es/modules/companySetting/style/common.less +79 -79
- package/es/modules/companySetting/style/reset.less +117 -117
- package/es/modules/companySetting/user/index.js +173 -4
- package/es/modules/companySetting/user/index.less +11 -0
- 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.less +58 -58
- package/es/modules/createDemand/styles/index.less +277 -277
- package/es/modules/createDemand_bf/styles/index.less +222 -222
- package/es/modules/createProcess/components/index.less +52 -52
- package/es/modules/createProcess/index.less +114 -114
- package/es/modules/createProcess/title/index.less +53 -53
- package/es/modules/dealDemand/styles/index.less +265 -265
- package/es/modules/demandManage/styles/index.less +210 -210
- package/es/modules/getPassword/index.less +122 -122
- package/es/modules/messageList/index.less +81 -81
- package/es/modules/personalSetting/securityLog/index.less +11 -11
- package/es/modules/personalSetting/styles/unbinding.less +73 -73
- package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
- package/es/modules/pointMap/editTxt/index.less +55 -55
- package/es/modules/pointMap/styles/index.less +38 -38
- package/es/modules/pointMap/styles/pageInfo.less +244 -244
- package/es/modules/pointMap/styles/tree.css +142 -0
- package/es/modules/pointMap/styles/tree.less +29 -0
- package/es/modules/pointMap/tree.js +53 -4
- package/es/modules/systemSetting/Dictionary.d.ts +3 -0
- package/es/modules/systemSetting/Dictionary.js +383 -0
- package/es/modules/systemSetting/DictionaryType.d.ts +14 -0
- package/es/modules/systemSetting/DictionaryType.js +203 -0
- package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
- package/es/modules/systemSetting/approvalmanage/index.less +5 -5
- package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
- package/es/modules/systemSetting/authUrl.js +2 -2
- package/es/modules/systemSetting/document-setting/index.d.ts +3 -0
- package/es/modules/systemSetting/document-setting/index.js +467 -0
- package/es/modules/systemSetting/img/empty-data.png +0 -0
- package/es/modules/systemSetting/index.css +130 -0
- package/es/modules/systemSetting/index.js +13 -1
- package/es/modules/systemSetting/index.less +136 -0
- package/es/modules/systemSetting/notice/configItem/index.less +21 -21
- package/es/modules/systemSetting/notice/edit/index.less +26 -26
- package/es/types/companySetting.d.ts +1 -0
- package/package.json +6 -2
|
@@ -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
|
+
}
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
@import './style/common.less';
|
|
3
|
-
|
|
4
|
-
.ant-card-body {
|
|
5
|
-
padding: 0;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.company-setting {
|
|
9
|
-
border: 1px solid var(--unnamed, #ecedf0);
|
|
10
|
-
|
|
11
|
-
.company-setting-title {
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-shrink: 0;
|
|
14
|
-
gap: 10px;
|
|
15
|
-
align-items: center;
|
|
16
|
-
width: 100%;
|
|
17
|
-
height: 48px;
|
|
18
|
-
padding: 0 24px;
|
|
19
|
-
background: #fff;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.company-setting-tabs {
|
|
23
|
-
height: 100%;
|
|
24
|
-
background: #fff !important;
|
|
25
|
-
border-radius: 8px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.hidden-tab {
|
|
29
|
-
display: none;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.ant-tabs-nav {
|
|
33
|
-
margin-bottom: 16px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.ant-tabs-nav-wrap {
|
|
37
|
-
margin: 0 24px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.ant-tabs-content {
|
|
41
|
-
max-height: 100%;
|
|
42
|
-
padding: 0 24px 24px;
|
|
43
|
-
overflow-y: auto;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.setting-tab {
|
|
47
|
-
li:nth-child(1),
|
|
48
|
-
li:nth-child(3),
|
|
49
|
-
li:nth-child(6) {
|
|
50
|
-
margin-bottom: 10px;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
li {
|
|
54
|
-
&:nth-child(2),
|
|
55
|
-
&:nth-child(4) > a {
|
|
56
|
-
border-top: 1px solid #dadada !important;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.setting-title {
|
|
63
|
-
color: initial;
|
|
64
|
-
font-size: 18px;
|
|
65
|
-
|
|
66
|
-
label {
|
|
67
|
-
font-weight: bold;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.setting-bizDialog {
|
|
72
|
-
.ant-modal-header {
|
|
73
|
-
padding-bottom: 24px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.ant-modal-close-x {
|
|
77
|
-
width: 24px;
|
|
78
|
-
height: 24px;
|
|
79
|
-
margin-right: 22px;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.ant-modal-close .qingchu {
|
|
83
|
-
font-weight: normal;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.ant-modal-body {
|
|
87
|
-
padding: 0 24px;
|
|
88
|
-
padding-bottom: 24px;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
@import './style/common.less';
|
|
3
|
+
|
|
4
|
+
.ant-card-body {
|
|
5
|
+
padding: 0;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.company-setting {
|
|
9
|
+
border: 1px solid var(--unnamed, #ecedf0);
|
|
10
|
+
|
|
11
|
+
.company-setting-title {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-shrink: 0;
|
|
14
|
+
gap: 10px;
|
|
15
|
+
align-items: center;
|
|
16
|
+
width: 100%;
|
|
17
|
+
height: 48px;
|
|
18
|
+
padding: 0 24px;
|
|
19
|
+
background: #fff;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.company-setting-tabs {
|
|
23
|
+
height: 100%;
|
|
24
|
+
background: #fff !important;
|
|
25
|
+
border-radius: 8px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.hidden-tab {
|
|
29
|
+
display: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ant-tabs-nav {
|
|
33
|
+
margin-bottom: 16px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.ant-tabs-nav-wrap {
|
|
37
|
+
margin: 0 24px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ant-tabs-content {
|
|
41
|
+
max-height: 100%;
|
|
42
|
+
padding: 0 24px 24px;
|
|
43
|
+
overflow-y: auto;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.setting-tab {
|
|
47
|
+
li:nth-child(1),
|
|
48
|
+
li:nth-child(3),
|
|
49
|
+
li:nth-child(6) {
|
|
50
|
+
margin-bottom: 10px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
li {
|
|
54
|
+
&:nth-child(2),
|
|
55
|
+
&:nth-child(4) > a {
|
|
56
|
+
border-top: 1px solid #dadada !important;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.setting-title {
|
|
63
|
+
color: initial;
|
|
64
|
+
font-size: 18px;
|
|
65
|
+
|
|
66
|
+
label {
|
|
67
|
+
font-weight: bold;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.setting-bizDialog {
|
|
72
|
+
.ant-modal-header {
|
|
73
|
+
padding-bottom: 24px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.ant-modal-close-x {
|
|
77
|
+
width: 24px;
|
|
78
|
+
height: 24px;
|
|
79
|
+
margin-right: 22px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.ant-modal-close .qingchu {
|
|
83
|
+
font-weight: normal;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ant-modal-body {
|
|
87
|
+
padding: 0 24px;
|
|
88
|
+
padding-bottom: 24px;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
@import './../style/common.less';
|
|
3
|
-
|
|
4
|
-
.company-setting-info {
|
|
5
|
-
margin-top: 8px;
|
|
6
|
-
padding: 0;
|
|
7
|
-
|
|
8
|
-
> p {
|
|
9
|
-
margin-bottom: 13px;
|
|
10
|
-
color: #565656;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
li {
|
|
14
|
-
margin-bottom: 30px;
|
|
15
|
-
color: #333333;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.c-button {
|
|
19
|
-
width: 90px;
|
|
20
|
-
height: 40px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.c-input.c-size-big {
|
|
24
|
-
height: 40px;
|
|
25
|
-
color: initial;
|
|
26
|
-
line-height: 40px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.el-textarea {
|
|
30
|
-
width: 350px;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.temp {
|
|
35
|
-
position: absolute;
|
|
36
|
-
top: -999px;
|
|
37
|
-
padding: 0;
|
|
38
|
-
font-size: inherit;
|
|
39
|
-
line-height: inherit;
|
|
40
|
-
white-space: nowrap;
|
|
41
|
-
visibility: hidden;
|
|
42
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
@import './../style/common.less';
|
|
3
|
+
|
|
4
|
+
.company-setting-info {
|
|
5
|
+
margin-top: 8px;
|
|
6
|
+
padding: 0;
|
|
7
|
+
|
|
8
|
+
> p {
|
|
9
|
+
margin-bottom: 13px;
|
|
10
|
+
color: #565656;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
li {
|
|
14
|
+
margin-bottom: 30px;
|
|
15
|
+
color: #333333;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.c-button {
|
|
19
|
+
width: 90px;
|
|
20
|
+
height: 40px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.c-input.c-size-big {
|
|
24
|
+
height: 40px;
|
|
25
|
+
color: initial;
|
|
26
|
+
line-height: 40px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.el-textarea {
|
|
30
|
+
width: 350px;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.temp {
|
|
35
|
+
position: absolute;
|
|
36
|
+
top: -999px;
|
|
37
|
+
padding: 0;
|
|
38
|
+
font-size: inherit;
|
|
39
|
+
line-height: inherit;
|
|
40
|
+
white-space: nowrap;
|
|
41
|
+
visibility: hidden;
|
|
42
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g id="Property 1=使用场景">
|
|
3
|
-
<rect id="Rectangle 34624455" width="48" height="48" rx="10" fill="url(#paint0_linear_6042_154372)"/>
|
|
4
|
-
<path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M14 9C11.2386 9 9 11.2386 9 14V34C9 36.7614 11.2386 39 14 39H34C36.7614 39 39 36.7614 39 34V14C39 11.2386 36.7614 9 34 9H14ZM33.2854 23.5462L32.0833 22.8249L24 27.6749L15.9167 22.8249L14.7146 23.5462C14.6442 23.5884 14.5853 23.6473 14.5431 23.7177C14.401 23.9545 14.4778 24.2616 14.7146 24.4037L24 29.9749L33.2854 24.4037C33.3558 24.3615 33.4146 24.3026 33.4569 24.2322C33.5989 23.9954 33.5222 23.6883 33.2854 23.5462ZM33.2854 28.2462L32.0833 27.5249L24 32.3749L15.9167 27.5249L14.7146 28.2462C14.6442 28.2884 14.5853 28.3473 14.5431 28.4177C14.401 28.6545 14.4778 28.9616 14.7146 29.1037L23.4855 34.3662C23.8021 34.5563 24.1978 34.5563 24.5144 34.3662L33.2854 29.1037C33.3558 29.0615 33.4146 29.0026 33.4569 28.9322C33.5989 28.6954 33.5222 28.3883 33.2854 28.2462ZM33.2854 18.8962L24.5144 13.6337C24.1978 13.4437 23.8021 13.4437 23.4855 13.6337L14.7146 18.8962C14.6442 18.9385 14.5853 18.9974 14.5431 19.0677C14.401 19.3045 14.4778 19.6117 14.7146 19.7537L24 25.3249L33.2854 19.7537C33.3558 19.7115 33.4146 19.6526 33.4569 19.5822C33.5989 19.3454 33.5222 19.0383 33.2854 18.8962Z" fill="white"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<linearGradient id="paint0_linear_6042_154372" x1="24" y1="0" x2="24" y2="48" gradientUnits="userSpaceOnUse">
|
|
8
|
-
<stop stop-color="#10DF2E"/>
|
|
9
|
-
<stop offset="1" stop-color="#07BE4A"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Property 1=使用场景">
|
|
3
|
+
<rect id="Rectangle 34624455" width="48" height="48" rx="10" fill="url(#paint0_linear_6042_154372)"/>
|
|
4
|
+
<path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M14 9C11.2386 9 9 11.2386 9 14V34C9 36.7614 11.2386 39 14 39H34C36.7614 39 39 36.7614 39 34V14C39 11.2386 36.7614 9 34 9H14ZM33.2854 23.5462L32.0833 22.8249L24 27.6749L15.9167 22.8249L14.7146 23.5462C14.6442 23.5884 14.5853 23.6473 14.5431 23.7177C14.401 23.9545 14.4778 24.2616 14.7146 24.4037L24 29.9749L33.2854 24.4037C33.3558 24.3615 33.4146 24.3026 33.4569 24.2322C33.5989 23.9954 33.5222 23.6883 33.2854 23.5462ZM33.2854 28.2462L32.0833 27.5249L24 32.3749L15.9167 27.5249L14.7146 28.2462C14.6442 28.2884 14.5853 28.3473 14.5431 28.4177C14.401 28.6545 14.4778 28.9616 14.7146 29.1037L23.4855 34.3662C23.8021 34.5563 24.1978 34.5563 24.5144 34.3662L33.2854 29.1037C33.3558 29.0615 33.4146 29.0026 33.4569 28.9322C33.5989 28.6954 33.5222 28.3883 33.2854 28.2462ZM33.2854 18.8962L24.5144 13.6337C24.1978 13.4437 23.8021 13.4437 23.4855 13.6337L14.7146 18.8962C14.6442 18.9385 14.5853 18.9974 14.5431 19.0677C14.401 19.3045 14.4778 19.6117 14.7146 19.7537L24 25.3249L33.2854 19.7537C33.3558 19.7115 33.4146 19.6526 33.4569 19.5822C33.5989 19.3454 33.5222 19.0383 33.2854 18.8962Z" fill="white"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="paint0_linear_6042_154372" x1="24" y1="0" x2="24" y2="48" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#10DF2E"/>
|
|
9
|
+
<stop offset="1" stop-color="#07BE4A"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|