@zgfe/modules-settings 2.0.0-zhongyuan.8 → 2.1.0-zhongyuan-set.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/card/index.less +87 -87
- package/es/components/importMetaDialog/index.d.ts +13 -0
- package/es/components/importMetaDialog/index.js +217 -0
- package/es/components/importMetaDialog/styles/index.less +115 -0
- 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 +30 -0
- package/es/constants/api.js +43 -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.js +2 -1
- 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/applicationForm.d.ts +1 -0
- package/es/modules/companySetting/application/applicationForm.js +34 -4
- package/es/modules/companySetting/application/index.d.ts +13 -0
- package/es/modules/companySetting/application/index.js +276 -104
- package/es/modules/companySetting/application/index.less +144 -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.js +37 -33
- 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.js +22 -5
- 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 +36 -24
- package/es/modules/companySetting/user/invite.js +47 -100
- 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/constants.d.ts +15 -2
- package/es/modules/createDemand/constants.js +57 -4
- package/es/modules/createDemand/demo/selectPoint.js +1 -2
- package/es/modules/createDemand/index.d.ts +0 -1
- package/es/modules/createDemand/index.js +793 -179
- package/es/modules/createDemand/styles/index.less +403 -277
- package/es/modules/createDemand_bf/demo/index.js +0 -1
- package/es/modules/createDemand_bf/index.js +0 -1
- 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/demo/index.js +0 -1
- package/es/modules/dealDemand/demo/selectPoint.js +1 -1
- package/es/modules/dealDemand/index.js +0 -2
- package/es/modules/dealDemand/styles/index.less +265 -265
- package/es/modules/demandManage/index.js +174 -163
- package/es/modules/demandManage/styles/index.less +155 -210
- package/es/modules/getPassword/index.less +122 -122
- package/es/modules/messageList/index.d.ts +1 -1
- package/es/modules/messageList/index.js +6 -6
- package/es/modules/messageList/index.less +81 -81
- package/es/modules/personalSetting/demo/index.d.ts +3 -0
- package/es/modules/personalSetting/demo/index.js +12 -0
- package/es/modules/personalSetting/index.js +11 -1
- package/es/modules/personalSetting/info/index.js +23 -5
- 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/createMetaDrawer.d.ts +5 -0
- package/es/modules/pointMap/createMetaDrawer.js +825 -0
- package/es/modules/pointMap/editTxt/index.less +55 -55
- package/es/modules/pointMap/pageInfo.js +401 -179
- package/es/modules/pointMap/record.d.ts +7 -0
- package/es/modules/pointMap/record.js +521 -0
- package/es/modules/pointMap/styles/index.less +165 -38
- package/es/modules/pointMap/styles/pageInfo.less +439 -244
- package/es/modules/pointMap/styles/tree.css +28 -9
- package/es/modules/pointMap/styles/tree.less +33 -8
- package/es/modules/pointMap/tree.js +232 -88
- package/es/modules/pointMap/types.d.ts +88 -0
- package/es/modules/pointMap/types.js +1 -0
- package/es/modules/systemSetting/Dictionary.d.ts +5 -2
- package/es/modules/systemSetting/Dictionary.js +54 -370
- 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/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
- package/es/modules/systemSetting/document-setting/index.js +7 -6
- package/es/modules/systemSetting/index.js +16 -16
- package/es/modules/systemSetting/notice/configItem/index.less +21 -21
- package/es/modules/systemSetting/notice/edit/index.less +26 -26
- package/es/types/personal.d.ts +1 -0
- package/package.json +3 -3
|
@@ -1,126 +1,144 @@
|
|
|
1
|
-
.application {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
overflow-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
padding-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
border
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
.
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
1
|
+
.application {
|
|
2
|
+
height: 100%;
|
|
3
|
+
min-height: 400px;
|
|
4
|
+
overflow-x: hidden;
|
|
5
|
+
overflow-y: auto;
|
|
6
|
+
|
|
7
|
+
&-modal {
|
|
8
|
+
.ant-modal-body {
|
|
9
|
+
padding: 24px !important;
|
|
10
|
+
}
|
|
11
|
+
.ant-modal-confirm-body .ant-modal-confirm-title {
|
|
12
|
+
color: #000;
|
|
13
|
+
font-size: 24px;
|
|
14
|
+
line-height: 24px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ant-modal-confirm-body .ant-modal-confirm-content {
|
|
18
|
+
margin-top: 0;
|
|
19
|
+
padding-top: 24px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.ant-modal-close {
|
|
23
|
+
padding-top: 8px;
|
|
24
|
+
padding-right: 6px;
|
|
25
|
+
|
|
26
|
+
&-x {
|
|
27
|
+
color: #021429;
|
|
28
|
+
font-size: 24px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&-drawer {
|
|
34
|
+
.ant-drawer-header-title {
|
|
35
|
+
flex-direction: row-reverse;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.bsicon {
|
|
40
|
+
color: #9aa1a9;
|
|
41
|
+
font-size: 16px !important;
|
|
42
|
+
}
|
|
43
|
+
.bsicon:hover {
|
|
44
|
+
color: var(--io-i-, #165dff);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.bsicon.shanchu:hover {
|
|
48
|
+
color: #fb5547;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.zhuge.icon-shanchu:hover {
|
|
52
|
+
color: #fb5547;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&-alert-info {
|
|
56
|
+
background-color: #e6f7ff;
|
|
57
|
+
border: 1px solid #91d5ff;
|
|
58
|
+
border-radius: 2px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&-form {
|
|
62
|
+
display: flex;
|
|
63
|
+
align-items: center;
|
|
64
|
+
justify-content: space-between;
|
|
65
|
+
|
|
66
|
+
&-item {
|
|
67
|
+
display: flex;
|
|
68
|
+
gap: 8px;
|
|
69
|
+
align-items: center;
|
|
70
|
+
|
|
71
|
+
.bsicon {
|
|
72
|
+
color: #fd9f41;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.bsicon:hover {
|
|
76
|
+
color: var(--io-i-, #fd9f41);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.ant-btn-sm {
|
|
81
|
+
height: 32px;
|
|
82
|
+
padding: 4px 16px;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ant-divider-horizontal {
|
|
87
|
+
margin: 14px 0;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.biz-loading-container.loading {
|
|
91
|
+
margin-top: 100px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
&-disabled,
|
|
95
|
+
&-disabled:hover,
|
|
96
|
+
&-disabled:focus {
|
|
97
|
+
cursor: not-allowed !important;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.ant-btn-primary[disabled],
|
|
101
|
+
.ant-btn-primary[disabled]:hover,
|
|
102
|
+
.ant-btn-primary[disabled]:focus,
|
|
103
|
+
.ant-btn-primary[disabled]:active {
|
|
104
|
+
color: #fff;
|
|
105
|
+
background: var(--io-i2-, #d0dfff);
|
|
106
|
+
border: 1px solid #d0dfff;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.settings-card {
|
|
110
|
+
gap: 6px;
|
|
111
|
+
height: 120px;
|
|
112
|
+
}
|
|
113
|
+
&-rowContent {
|
|
114
|
+
height: calc(100vh - 302px);
|
|
115
|
+
overflow: overlay;
|
|
116
|
+
}
|
|
117
|
+
&-contentList-label {
|
|
118
|
+
display: grid;
|
|
119
|
+
grid-template-columns: 230px repeat(4, minmax(90px, 1fr)) 135px 90px 260px;
|
|
120
|
+
align-items: center;
|
|
121
|
+
padding-right: 14px;
|
|
122
|
+
border-bottom: 1px solid #ecedf0;
|
|
123
|
+
}
|
|
124
|
+
&-contentList-item-name {
|
|
125
|
+
color: #000;
|
|
126
|
+
font-weight: bold;
|
|
127
|
+
font-size: 14px;
|
|
128
|
+
}
|
|
129
|
+
&-contentList-item-status-icon0,
|
|
130
|
+
&-contentList-item-status-icon1 {
|
|
131
|
+
display: inline-block;
|
|
132
|
+
width: 6px;
|
|
133
|
+
height: 6px;
|
|
134
|
+
margin-right: 3px;
|
|
135
|
+
border-radius: 50%;
|
|
136
|
+
transform: translateY(-1px);
|
|
137
|
+
}
|
|
138
|
+
&-contentList-item-status-icon0 {
|
|
139
|
+
background: #67727f;
|
|
140
|
+
}
|
|
141
|
+
&-contentList-item-status-icon1 {
|
|
142
|
+
background: #165dff;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
.business {
|
|
2
|
-
&-modal {
|
|
3
|
-
.ant-modal-body {
|
|
4
|
-
padding: 24px !important;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.ant-modal-confirm-body .ant-modal-confirm-title {
|
|
8
|
-
color: #000;
|
|
9
|
-
font-size: 24px;
|
|
10
|
-
line-height: 24px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.ant-modal-confirm-body .ant-modal-confirm-content {
|
|
14
|
-
margin-top: 0;
|
|
15
|
-
padding-top: 24px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.ant-modal-close {
|
|
19
|
-
padding-top: 8px;
|
|
20
|
-
padding-right: 6px;
|
|
21
|
-
|
|
22
|
-
&-x {
|
|
23
|
-
color: #021429;
|
|
24
|
-
font-size: 24px;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.bsicon {
|
|
30
|
-
color: #9aa1a9;
|
|
31
|
-
font-size: 16px !important;
|
|
32
|
-
}
|
|
33
|
-
.bsicon:hover {
|
|
34
|
-
color: var(--io-i-, #165dff);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.bsicon.shanchu:hover {
|
|
38
|
-
color: #fb5547;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&-form {
|
|
42
|
-
display: flex;
|
|
43
|
-
align-items: center;
|
|
44
|
-
justify-content: space-between;
|
|
45
|
-
|
|
46
|
-
&-item {
|
|
47
|
-
display: flex;
|
|
48
|
-
gap: 8px;
|
|
49
|
-
align-items: center;
|
|
50
|
-
|
|
51
|
-
.bsicon {
|
|
52
|
-
color: #fd9f41;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.bsicon:hover {
|
|
56
|
-
color: var(--io-i-, #fd9f41);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.ant-btn-sm {
|
|
61
|
-
height: 32px;
|
|
62
|
-
padding: 4px 16px;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.ant-divider-horizontal {
|
|
67
|
-
margin: 14px 0;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.biz-loading-container.loading {
|
|
71
|
-
margin-top: 100px;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&-disabled,
|
|
75
|
-
&-disabled:hover,
|
|
76
|
-
&-disabled:focus {
|
|
77
|
-
cursor: not-allowed !important;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.ant-btn-primary[disabled],
|
|
81
|
-
.ant-btn-primary[disabled]:hover,
|
|
82
|
-
.ant-btn-primary[disabled]:focus,
|
|
83
|
-
.ant-btn-primary[disabled]:active {
|
|
84
|
-
color: #fff;
|
|
85
|
-
background: var(--io-i2-, #d0dfff);
|
|
86
|
-
border: 1px solid #d0dfff;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.ant-input[disabled] {
|
|
91
|
-
color: #9aa1a9;
|
|
92
|
-
}
|
|
1
|
+
.business {
|
|
2
|
+
&-modal {
|
|
3
|
+
.ant-modal-body {
|
|
4
|
+
padding: 24px !important;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ant-modal-confirm-body .ant-modal-confirm-title {
|
|
8
|
+
color: #000;
|
|
9
|
+
font-size: 24px;
|
|
10
|
+
line-height: 24px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ant-modal-confirm-body .ant-modal-confirm-content {
|
|
14
|
+
margin-top: 0;
|
|
15
|
+
padding-top: 24px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ant-modal-close {
|
|
19
|
+
padding-top: 8px;
|
|
20
|
+
padding-right: 6px;
|
|
21
|
+
|
|
22
|
+
&-x {
|
|
23
|
+
color: #021429;
|
|
24
|
+
font-size: 24px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.bsicon {
|
|
30
|
+
color: #9aa1a9;
|
|
31
|
+
font-size: 16px !important;
|
|
32
|
+
}
|
|
33
|
+
.bsicon:hover {
|
|
34
|
+
color: var(--io-i-, #165dff);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.bsicon.shanchu:hover {
|
|
38
|
+
color: #fb5547;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&-form {
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
justify-content: space-between;
|
|
45
|
+
|
|
46
|
+
&-item {
|
|
47
|
+
display: flex;
|
|
48
|
+
gap: 8px;
|
|
49
|
+
align-items: center;
|
|
50
|
+
|
|
51
|
+
.bsicon {
|
|
52
|
+
color: #fd9f41;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.bsicon:hover {
|
|
56
|
+
color: var(--io-i-, #fd9f41);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.ant-btn-sm {
|
|
61
|
+
height: 32px;
|
|
62
|
+
padding: 4px 16px;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.ant-divider-horizontal {
|
|
67
|
+
margin: 14px 0;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.biz-loading-container.loading {
|
|
71
|
+
margin-top: 100px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&-disabled,
|
|
75
|
+
&-disabled:hover,
|
|
76
|
+
&-disabled:focus {
|
|
77
|
+
cursor: not-allowed !important;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.ant-btn-primary[disabled],
|
|
81
|
+
.ant-btn-primary[disabled]:hover,
|
|
82
|
+
.ant-btn-primary[disabled]:focus,
|
|
83
|
+
.ant-btn-primary[disabled]:active {
|
|
84
|
+
color: #fff;
|
|
85
|
+
background: var(--io-i2-, #d0dfff);
|
|
86
|
+
border: 1px solid #d0dfff;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.ant-input[disabled] {
|
|
91
|
+
color: #9aa1a9;
|
|
92
|
+
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
@import './../../../constants/icons/iconfont.css';
|
|
2
|
-
|
|
3
|
-
.company-setting-cost {
|
|
4
|
-
min-height: 400px;
|
|
5
|
-
max-height: 100%;
|
|
6
|
-
margin-top: 8px;
|
|
7
|
-
padding: 0;
|
|
8
|
-
overflow: auto;
|
|
9
|
-
|
|
10
|
-
h5 {
|
|
11
|
-
font-weight: normal;
|
|
12
|
-
font-size: 14px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
table {
|
|
16
|
-
width: 100%;
|
|
17
|
-
margin: 15px 0 40px 0;
|
|
18
|
-
border-collapse: collapse;
|
|
19
|
-
|
|
20
|
-
thead {
|
|
21
|
-
color: #636363;
|
|
22
|
-
font-weight: bold;
|
|
23
|
-
font-size: 14px;
|
|
24
|
-
background: #fbfbfb;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
td,
|
|
28
|
-
th {
|
|
29
|
-
padding: 10px 15px;
|
|
30
|
-
text-align: center;
|
|
31
|
-
border: 1px solid #cecece;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
td {
|
|
35
|
-
height: 50px;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
1
|
+
@import './../../../constants/icons/iconfont.css';
|
|
2
|
+
|
|
3
|
+
.company-setting-cost {
|
|
4
|
+
min-height: 400px;
|
|
5
|
+
max-height: 100%;
|
|
6
|
+
margin-top: 8px;
|
|
7
|
+
padding: 0;
|
|
8
|
+
overflow: auto;
|
|
9
|
+
|
|
10
|
+
h5 {
|
|
11
|
+
font-weight: normal;
|
|
12
|
+
font-size: 14px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
table {
|
|
16
|
+
width: 100%;
|
|
17
|
+
margin: 15px 0 40px 0;
|
|
18
|
+
border-collapse: collapse;
|
|
19
|
+
|
|
20
|
+
thead {
|
|
21
|
+
color: #636363;
|
|
22
|
+
font-weight: bold;
|
|
23
|
+
font-size: 14px;
|
|
24
|
+
background: #fbfbfb;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
td,
|
|
28
|
+
th {
|
|
29
|
+
padding: 10px 15px;
|
|
30
|
+
text-align: center;
|
|
31
|
+
border: 1px solid #cecece;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
td {
|
|
35
|
+
height: 50px;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|