@zgfe/modules-settings 2.1.0-zhongyuan-set.4 → 2.1.0-zhongyuan-set.6
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/es/modules/companySetting/role/index.less +296 -296
- package/es/modules/companySetting/user/index.js +10 -1
- package/es/modules/demandManage/index.js +2 -1
- package/es/modules/personalSetting/securityLog/index.js +1 -1
- package/es/modules/pointMap/createMetaDrawer.js +2 -0
- package/es/modules/pointMap/pageInfo.js +1 -0
- package/es/modules/systemSetting/index.less +175 -169
- package/package.json +2 -2
|
@@ -1,296 +1,296 @@
|
|
|
1
|
-
@import './../../../constants/icons/iconfont.css';
|
|
2
|
-
|
|
3
|
-
.role-list {
|
|
4
|
-
.ant-form-item {
|
|
5
|
-
.ant-form-item-control-input {
|
|
6
|
-
width: 392px;
|
|
7
|
-
height: 32px;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
.ant-input {
|
|
11
|
-
border-color: @background-color-base !important;
|
|
12
|
-
|
|
13
|
-
&:focus {
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.ant-table-cell {
|
|
19
|
-
height: 50px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.ant-table-row-indent + .ant-table-row-expand-icon {
|
|
23
|
-
margin-top: 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
height: 100%;
|
|
27
|
-
padding: 0;
|
|
28
|
-
overflow: auto;
|
|
29
|
-
|
|
30
|
-
.app-list-head {
|
|
31
|
-
display: flex;
|
|
32
|
-
align-items: center;
|
|
33
|
-
justify-content: space-between;
|
|
34
|
-
margin-top: 24px;
|
|
35
|
-
|
|
36
|
-
> div {
|
|
37
|
-
color: var(--io-n, #021429);
|
|
38
|
-
font-weight: 500;
|
|
39
|
-
font-size: 16px;
|
|
40
|
-
font-family: PingFang SC;
|
|
41
|
-
font-style: normal;
|
|
42
|
-
line-height: 24px;
|
|
43
|
-
/* 150% */
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.platform-icons {
|
|
48
|
-
display: flex;
|
|
49
|
-
align-items: center;
|
|
50
|
-
justify-content: flex-start;
|
|
51
|
-
width: 100%;
|
|
52
|
-
|
|
53
|
-
span {
|
|
54
|
-
margin-right: 10px;
|
|
55
|
-
color: #cfcfcf;
|
|
56
|
-
font-size: 16px;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.role-list-content {
|
|
61
|
-
margin-top: 16px;
|
|
62
|
-
|
|
63
|
-
.c-grid-cell,
|
|
64
|
-
.c-grid-header-cell {
|
|
65
|
-
text-align: left !important;
|
|
66
|
-
border: none;
|
|
67
|
-
border-bottom: 1px solid #d1d1d1;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.c-grid-cell {
|
|
71
|
-
text-align: left !important;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.c-grid-body .c-grid-row:nth-child(2n) {
|
|
75
|
-
background: #fff !important;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.app-name {
|
|
79
|
-
cursor: pointer;
|
|
80
|
-
|
|
81
|
-
&:hover {
|
|
82
|
-
color: #00a0ea;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.operating {
|
|
87
|
-
display: flex;
|
|
88
|
-
gap: 16px;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.ant-select-selection-item-content {
|
|
94
|
-
.custom-item-right {
|
|
95
|
-
display: none;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.appIdsPopupClassName {
|
|
100
|
-
.ant-select-tree-treenode-checkbox-checked {
|
|
101
|
-
.custom-item-right {
|
|
102
|
-
color: #165dff;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.add-drawer {
|
|
108
|
-
z-index: 999 !important;
|
|
109
|
-
.ant-drawer-header-title {
|
|
110
|
-
flex-direction: row-reverse;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.ant-drawer-close {
|
|
114
|
-
margin-right: 0 !important;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.custom-item {
|
|
119
|
-
display: flex;
|
|
120
|
-
justify-content: space-between;
|
|
121
|
-
> :nth-child(1) {
|
|
122
|
-
max-width: 400px;
|
|
123
|
-
overflow: hidden;
|
|
124
|
-
white-space: nowrap;
|
|
125
|
-
text-overflow: ellipsis;
|
|
126
|
-
}
|
|
127
|
-
.tishi {
|
|
128
|
-
color: #9aa1a9;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
.biz-select-option.active {
|
|
132
|
-
.custom-item {
|
|
133
|
-
> :nth-child(1) {
|
|
134
|
-
max-width: 260px;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
.custom-item.v2 {
|
|
139
|
-
> :nth-child(1) {
|
|
140
|
-
max-width: 330px;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
.ant-select-tree-treenode-checkbox-checked {
|
|
144
|
-
.custom-item.v2 {
|
|
145
|
-
> :nth-child(1) {
|
|
146
|
-
max-width: 250px;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
.role-dialog-content {
|
|
151
|
-
.group-config {
|
|
152
|
-
display: flex;
|
|
153
|
-
margin-bottom: 24px;
|
|
154
|
-
padding-left: 120px;
|
|
155
|
-
|
|
156
|
-
.config-name {
|
|
157
|
-
margin-right: 12px;
|
|
158
|
-
color: #5f6085;
|
|
159
|
-
font-size: 14px;
|
|
160
|
-
line-height: 30px;
|
|
161
|
-
white-space: nowrap;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.biz-user-condition-type-label {
|
|
165
|
-
margin-left: -7px;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.ant-form-item {
|
|
170
|
-
.ant-form-item-control-input {
|
|
171
|
-
width: 484px;
|
|
172
|
-
min-height: 32px;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.ant-input {
|
|
177
|
-
border-color: @background-color-base !important;
|
|
178
|
-
|
|
179
|
-
&:focus {
|
|
180
|
-
border-color: @primary-color !important;
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.ant-select-selector {
|
|
185
|
-
border-color: @background-color-base !important;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.biz-select-handle-input {
|
|
189
|
-
.ant-input {
|
|
190
|
-
border-color: @background-color-base !important;
|
|
191
|
-
|
|
192
|
-
&:focus {
|
|
193
|
-
border-color: @background-color-base !important;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
&:focus {
|
|
198
|
-
border-color: @primary-color !important;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.ant-input-status-error {
|
|
203
|
-
border: 1px solid #fb5547 !important;
|
|
204
|
-
|
|
205
|
-
&:focus {
|
|
206
|
-
border-color: #fb5547 !important;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.ant-select-status-error {
|
|
211
|
-
border: none !important;
|
|
212
|
-
|
|
213
|
-
&:focus {
|
|
214
|
-
box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.biz-select-handle-status-error.active:not(.disable) {
|
|
219
|
-
box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.biz-select-handle-status-error {
|
|
223
|
-
.ant-input.ant-input-status-error:focus:not(.ant-input-disable):not(.ant-input-borderless),
|
|
224
|
-
.ant-input.ant-input-status-error-focused:not(.ant-input-disable):not(.ant-input-borderless) {
|
|
225
|
-
box-shadow: none !important;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.ant-form-item:last-of-type {
|
|
230
|
-
margin-bottom: 0;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
color: #5f6085;
|
|
234
|
-
|
|
235
|
-
.ant-form-item-label {
|
|
236
|
-
width: 80px;
|
|
237
|
-
text-align: right;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.menuCode-map {
|
|
241
|
-
.ant-form-item-label::before {
|
|
242
|
-
display: inline-block;
|
|
243
|
-
margin-right: 4px;
|
|
244
|
-
color: #ff4d4f;
|
|
245
|
-
font-size: 14px;
|
|
246
|
-
font-family: SimSun, sans-serif;
|
|
247
|
-
line-height: 1;
|
|
248
|
-
content: '*';
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.ant-form-item-control-input {
|
|
252
|
-
width: 100%;
|
|
253
|
-
height: auto;
|
|
254
|
-
padding: 14px 16px;
|
|
255
|
-
border: 1px solid var(--io-n-1, #e6e7ea);
|
|
256
|
-
border-radius: 4px;
|
|
257
|
-
|
|
258
|
-
.ant-form-item {
|
|
259
|
-
margin-bottom: 8px;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.ant-input {
|
|
263
|
-
border: 1px solid #fafafb;
|
|
264
|
-
|
|
265
|
-
&:focus {
|
|
266
|
-
border-color: @primary-color !important;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.ant-form-item-control-input {
|
|
271
|
-
width: 484px;
|
|
272
|
-
padding: 0;
|
|
273
|
-
border: none;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.is-encryption {
|
|
279
|
-
.ant-form-item-label {
|
|
280
|
-
width: 116px;
|
|
281
|
-
text-align: right;
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.ant-tooltip {
|
|
287
|
-
z-index: 9999;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.label-group-overlay {
|
|
291
|
-
display: none;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.set-data-dialog {
|
|
295
|
-
width: 2000px;
|
|
296
|
-
}
|
|
1
|
+
@import './../../../constants/icons/iconfont.css';
|
|
2
|
+
|
|
3
|
+
.role-list {
|
|
4
|
+
.ant-form-item {
|
|
5
|
+
.ant-form-item-control-input {
|
|
6
|
+
width: 392px;
|
|
7
|
+
height: 32px;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
.ant-input {
|
|
11
|
+
border-color: @background-color-base !important;
|
|
12
|
+
|
|
13
|
+
// &:focus {
|
|
14
|
+
// border-color: @primary-color !important;
|
|
15
|
+
// }
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ant-table-cell {
|
|
19
|
+
height: 50px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.ant-table-row-indent + .ant-table-row-expand-icon {
|
|
23
|
+
margin-top: 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
height: 100%;
|
|
27
|
+
padding: 0;
|
|
28
|
+
overflow: auto;
|
|
29
|
+
|
|
30
|
+
.app-list-head {
|
|
31
|
+
display: flex;
|
|
32
|
+
align-items: center;
|
|
33
|
+
justify-content: space-between;
|
|
34
|
+
margin-top: 24px;
|
|
35
|
+
|
|
36
|
+
> div {
|
|
37
|
+
color: var(--io-n, #021429);
|
|
38
|
+
font-weight: 500;
|
|
39
|
+
font-size: 16px;
|
|
40
|
+
font-family: PingFang SC;
|
|
41
|
+
font-style: normal;
|
|
42
|
+
line-height: 24px;
|
|
43
|
+
/* 150% */
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.platform-icons {
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
justify-content: flex-start;
|
|
51
|
+
width: 100%;
|
|
52
|
+
|
|
53
|
+
span {
|
|
54
|
+
margin-right: 10px;
|
|
55
|
+
color: #cfcfcf;
|
|
56
|
+
font-size: 16px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.role-list-content {
|
|
61
|
+
margin-top: 16px;
|
|
62
|
+
|
|
63
|
+
.c-grid-cell,
|
|
64
|
+
.c-grid-header-cell {
|
|
65
|
+
text-align: left !important;
|
|
66
|
+
border: none;
|
|
67
|
+
border-bottom: 1px solid #d1d1d1;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.c-grid-cell {
|
|
71
|
+
text-align: left !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.c-grid-body .c-grid-row:nth-child(2n) {
|
|
75
|
+
background: #fff !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.app-name {
|
|
79
|
+
cursor: pointer;
|
|
80
|
+
|
|
81
|
+
&:hover {
|
|
82
|
+
color: #00a0ea;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.operating {
|
|
87
|
+
display: flex;
|
|
88
|
+
gap: 16px;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.ant-select-selection-item-content {
|
|
94
|
+
.custom-item-right {
|
|
95
|
+
display: none;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.appIdsPopupClassName {
|
|
100
|
+
.ant-select-tree-treenode-checkbox-checked {
|
|
101
|
+
.custom-item-right {
|
|
102
|
+
color: #165dff;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.add-drawer {
|
|
108
|
+
z-index: 999 !important;
|
|
109
|
+
.ant-drawer-header-title {
|
|
110
|
+
flex-direction: row-reverse;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.ant-drawer-close {
|
|
114
|
+
margin-right: 0 !important;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.custom-item {
|
|
119
|
+
display: flex;
|
|
120
|
+
justify-content: space-between;
|
|
121
|
+
> :nth-child(1) {
|
|
122
|
+
max-width: 400px;
|
|
123
|
+
overflow: hidden;
|
|
124
|
+
white-space: nowrap;
|
|
125
|
+
text-overflow: ellipsis;
|
|
126
|
+
}
|
|
127
|
+
.tishi {
|
|
128
|
+
color: #9aa1a9;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
.biz-select-option.active {
|
|
132
|
+
.custom-item {
|
|
133
|
+
> :nth-child(1) {
|
|
134
|
+
max-width: 260px;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
.custom-item.v2 {
|
|
139
|
+
> :nth-child(1) {
|
|
140
|
+
max-width: 330px;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
.ant-select-tree-treenode-checkbox-checked {
|
|
144
|
+
.custom-item.v2 {
|
|
145
|
+
> :nth-child(1) {
|
|
146
|
+
max-width: 250px;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
.role-dialog-content {
|
|
151
|
+
.group-config {
|
|
152
|
+
display: flex;
|
|
153
|
+
margin-bottom: 24px;
|
|
154
|
+
padding-left: 120px;
|
|
155
|
+
|
|
156
|
+
.config-name {
|
|
157
|
+
margin-right: 12px;
|
|
158
|
+
color: #5f6085;
|
|
159
|
+
font-size: 14px;
|
|
160
|
+
line-height: 30px;
|
|
161
|
+
white-space: nowrap;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.biz-user-condition-type-label {
|
|
165
|
+
margin-left: -7px;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.ant-form-item {
|
|
170
|
+
.ant-form-item-control-input {
|
|
171
|
+
width: 484px;
|
|
172
|
+
min-height: 32px;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.ant-input {
|
|
177
|
+
border-color: @background-color-base !important;
|
|
178
|
+
|
|
179
|
+
&:focus {
|
|
180
|
+
border-color: @primary-color !important;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.ant-select-selector {
|
|
185
|
+
border-color: @background-color-base !important;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.biz-select-handle-input {
|
|
189
|
+
.ant-input {
|
|
190
|
+
border-color: @background-color-base !important;
|
|
191
|
+
|
|
192
|
+
&:focus {
|
|
193
|
+
border-color: @background-color-base !important;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
&:focus {
|
|
198
|
+
border-color: @primary-color !important;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.ant-input-status-error {
|
|
203
|
+
border: 1px solid #fb5547 !important;
|
|
204
|
+
|
|
205
|
+
&:focus {
|
|
206
|
+
border-color: #fb5547 !important;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.ant-select-status-error {
|
|
211
|
+
border: none !important;
|
|
212
|
+
|
|
213
|
+
&:focus {
|
|
214
|
+
box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.biz-select-handle-status-error.active:not(.disable) {
|
|
219
|
+
box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2) !important;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.biz-select-handle-status-error {
|
|
223
|
+
.ant-input.ant-input-status-error:focus:not(.ant-input-disable):not(.ant-input-borderless),
|
|
224
|
+
.ant-input.ant-input-status-error-focused:not(.ant-input-disable):not(.ant-input-borderless) {
|
|
225
|
+
box-shadow: none !important;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.ant-form-item:last-of-type {
|
|
230
|
+
margin-bottom: 0;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
color: #5f6085;
|
|
234
|
+
|
|
235
|
+
.ant-form-item-label {
|
|
236
|
+
width: 80px;
|
|
237
|
+
text-align: right;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.menuCode-map {
|
|
241
|
+
.ant-form-item-label::before {
|
|
242
|
+
display: inline-block;
|
|
243
|
+
margin-right: 4px;
|
|
244
|
+
color: #ff4d4f;
|
|
245
|
+
font-size: 14px;
|
|
246
|
+
font-family: SimSun, sans-serif;
|
|
247
|
+
line-height: 1;
|
|
248
|
+
content: '*';
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.ant-form-item-control-input {
|
|
252
|
+
width: 100%;
|
|
253
|
+
height: auto;
|
|
254
|
+
padding: 14px 16px;
|
|
255
|
+
border: 1px solid var(--io-n-1, #e6e7ea);
|
|
256
|
+
border-radius: 4px;
|
|
257
|
+
|
|
258
|
+
.ant-form-item {
|
|
259
|
+
margin-bottom: 8px;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.ant-input {
|
|
263
|
+
border: 1px solid #fafafb;
|
|
264
|
+
|
|
265
|
+
&:focus {
|
|
266
|
+
border-color: @primary-color !important;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.ant-form-item-control-input {
|
|
271
|
+
width: 484px;
|
|
272
|
+
padding: 0;
|
|
273
|
+
border: none;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.is-encryption {
|
|
279
|
+
.ant-form-item-label {
|
|
280
|
+
width: 116px;
|
|
281
|
+
text-align: right;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.ant-tooltip {
|
|
287
|
+
z-index: 9999;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.label-group-overlay {
|
|
291
|
+
display: none;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.set-data-dialog {
|
|
295
|
+
width: 2000px;
|
|
296
|
+
}
|
|
@@ -518,12 +518,21 @@ var User = function User(props) {
|
|
|
518
518
|
transferorId: havePhoneFlg[0].id
|
|
519
519
|
}
|
|
520
520
|
}).then(function (res) {
|
|
521
|
-
setBtnLoading(false);
|
|
522
521
|
if (res.code == '100000') {
|
|
523
522
|
message.success('交接成功!');
|
|
524
523
|
}
|
|
525
524
|
}).catch(function (err) {
|
|
525
|
+
setMoveWorkModal(false);
|
|
526
526
|
setBtnLoading(false);
|
|
527
|
+
// 数据清空
|
|
528
|
+
form.setFieldsValue({
|
|
529
|
+
toType: [],
|
|
530
|
+
toUser: ''
|
|
531
|
+
});
|
|
532
|
+
setNumber({
|
|
533
|
+
value: '',
|
|
534
|
+
errorMsg: ''
|
|
535
|
+
});
|
|
527
536
|
message.success('交接失败!,请联系管理员');
|
|
528
537
|
return false;
|
|
529
538
|
});
|
|
@@ -287,6 +287,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
|
|
|
287
287
|
}, "\u67E5\u770B"), /*#__PURE__*/React.createElement(Button, {
|
|
288
288
|
color: "primary",
|
|
289
289
|
type: "link",
|
|
290
|
+
disabled: props.record.demandStatus == 102,
|
|
290
291
|
onClick: function onClick() {
|
|
291
292
|
Modal.confirm({
|
|
292
293
|
wrapClassName: "".concat(classPrefix, "-confirm"),
|
|
@@ -319,7 +320,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
|
|
|
319
320
|
}
|
|
320
321
|
});
|
|
321
322
|
}
|
|
322
|
-
}, "\u590D\u5236"), [101, 102].indexOf(props.record.demandStatus) == -1 && (/*#__PURE__*/React.createElement(Button, {
|
|
323
|
+
}, "\u590D\u5236"), [101, 102, 103].indexOf(props.record.demandStatus) == -1 && (/*#__PURE__*/React.createElement(Button, {
|
|
323
324
|
color: "primary",
|
|
324
325
|
type: "link",
|
|
325
326
|
onClick: function onClick() {
|
|
@@ -83,7 +83,7 @@ var SecurityLog = function SecurityLog() {
|
|
|
83
83
|
}).then(function (res) {
|
|
84
84
|
if (parseInt(res === null || res === void 0 ? void 0 : res.code) == 100000) {
|
|
85
85
|
setDateLoading(false);
|
|
86
|
-
var maxDate = res.data[
|
|
86
|
+
var maxDate = res.data[0] || '';
|
|
87
87
|
setDateRange(res.data);
|
|
88
88
|
setCondition(function (v) {
|
|
89
89
|
return _objectSpread(_objectSpread({}, v), {}, {
|
|
@@ -342,6 +342,7 @@ var CreateMeta = function CreateMeta(props) {
|
|
|
342
342
|
disabled: homeType == 'get',
|
|
343
343
|
onChange: function onChange(e) {
|
|
344
344
|
setIsChange(true);
|
|
345
|
+
changeItemInfo(index, 'prop_type', e);
|
|
345
346
|
changeItemInfo(index, 'type', e);
|
|
346
347
|
},
|
|
347
348
|
options: [{
|
|
@@ -417,6 +418,7 @@ var CreateMeta = function CreateMeta(props) {
|
|
|
417
418
|
disabled: homeType == 'get',
|
|
418
419
|
onChange: function onChange(e) {
|
|
419
420
|
setIsChange(true);
|
|
421
|
+
changeItemInfo(index, 'encryption_type', e);
|
|
420
422
|
changeItemInfo(index, 'encryptionType', e);
|
|
421
423
|
},
|
|
422
424
|
options: [{
|
|
@@ -1,169 +1,175 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
background-
|
|
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
|
-
|
|
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
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
.system-setting-approval-process-create-bg {
|
|
3
|
+
position: absolute;
|
|
4
|
+
top: 0;
|
|
5
|
+
right: 0;
|
|
6
|
+
bottom: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
z-index: 10;
|
|
9
|
+
background: #fafafb;
|
|
10
|
+
}
|
|
11
|
+
.authUrlPageClass {
|
|
12
|
+
&-search {
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
margin: 0px 0px 16px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.DictionaryPage {
|
|
20
|
+
&-emptyDom {
|
|
21
|
+
margin: 50px 0px 0px;
|
|
22
|
+
text-align: center;
|
|
23
|
+
&-img {
|
|
24
|
+
display: block;
|
|
25
|
+
width: 248px;
|
|
26
|
+
height: 200px;
|
|
27
|
+
margin: auto;
|
|
28
|
+
background-image: url('./img/empty-data.png');
|
|
29
|
+
background-size: 100%;
|
|
30
|
+
}
|
|
31
|
+
&-tip {
|
|
32
|
+
margin: 0px 0px 10px;
|
|
33
|
+
color: #999;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
.ant-tabs-nav {
|
|
37
|
+
padding-right: 10%;
|
|
38
|
+
}
|
|
39
|
+
&-header {
|
|
40
|
+
position: relative;
|
|
41
|
+
&-search {
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
justify-content: space-between;
|
|
45
|
+
margin: 0px 0px 16px;
|
|
46
|
+
.ant-btn {
|
|
47
|
+
color: #407fff;
|
|
48
|
+
border-color: #407fff;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
&-tabsRight-text {
|
|
53
|
+
position: absolute;
|
|
54
|
+
top: 13%;
|
|
55
|
+
right: 0;
|
|
56
|
+
width: 10%;
|
|
57
|
+
color: #165dff;
|
|
58
|
+
text-align: center;
|
|
59
|
+
vertical-align: middle;
|
|
60
|
+
border-left: 1px solid #ccc;
|
|
61
|
+
cursor: pointer;
|
|
62
|
+
}
|
|
63
|
+
&-modal {
|
|
64
|
+
color: #021429;
|
|
65
|
+
&-header {
|
|
66
|
+
height: 50px;
|
|
67
|
+
padding: 0px 16px;
|
|
68
|
+
line-height: 50px;
|
|
69
|
+
background-color: #f2f3f4;
|
|
70
|
+
&-left {
|
|
71
|
+
display: inline-block;
|
|
72
|
+
width: 80%;
|
|
73
|
+
vertical-align: middle;
|
|
74
|
+
}
|
|
75
|
+
&-operation {
|
|
76
|
+
display: inline-block;
|
|
77
|
+
width: 20%;
|
|
78
|
+
text-align: center;
|
|
79
|
+
vertical-align: middle;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.ant-input-affix-wrapper {
|
|
83
|
+
vertical-align: middle;
|
|
84
|
+
}
|
|
85
|
+
.DictionaryPage-modal-content {
|
|
86
|
+
padding: 10px 16px 0px;
|
|
87
|
+
}
|
|
88
|
+
&-content {
|
|
89
|
+
height: 292px;
|
|
90
|
+
overflow-y: auto;
|
|
91
|
+
&-item {
|
|
92
|
+
display: flex;
|
|
93
|
+
align-items: center;
|
|
94
|
+
height: 50px;
|
|
95
|
+
line-height: 50px;
|
|
96
|
+
border-bottom: 1px solid #f2f3f4;
|
|
97
|
+
}
|
|
98
|
+
&-itemLeft {
|
|
99
|
+
position: relative;
|
|
100
|
+
display: inline-block;
|
|
101
|
+
flex: 1;
|
|
102
|
+
height: 100%;
|
|
103
|
+
.error-tip {
|
|
104
|
+
position: absolute;
|
|
105
|
+
bottom: -28px;
|
|
106
|
+
left: 3px;
|
|
107
|
+
width: 100%;
|
|
108
|
+
color: red;
|
|
109
|
+
font-size: 14px;
|
|
110
|
+
letter-spacing: 1px;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
&-itemRight {
|
|
114
|
+
display: inline-block;
|
|
115
|
+
width: 40px;
|
|
116
|
+
color: #165dff;
|
|
117
|
+
text-align: center;
|
|
118
|
+
cursor: pointer;
|
|
119
|
+
}
|
|
120
|
+
.ant-typography.ant-typography-ellipsis.ant-typography-single-line {
|
|
121
|
+
height: 50px;
|
|
122
|
+
margin-bottom: 0px;
|
|
123
|
+
line-height: 50px;
|
|
124
|
+
border-bottom: 1px solid #f2f3f4;
|
|
125
|
+
}
|
|
126
|
+
.ant-typography-edit {
|
|
127
|
+
float: right;
|
|
128
|
+
width: 20%;
|
|
129
|
+
text-align: center;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
&-footer {
|
|
133
|
+
display: flex;
|
|
134
|
+
align-items: center;
|
|
135
|
+
justify-content: space-between;
|
|
136
|
+
margin: 16px 0px;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// 文档库管理
|
|
142
|
+
.DocumentSetting {
|
|
143
|
+
&-header {
|
|
144
|
+
height: 48px;
|
|
145
|
+
line-height: 48px;
|
|
146
|
+
border-bottom: 1px solid #e8efff;
|
|
147
|
+
}
|
|
148
|
+
&-search {
|
|
149
|
+
display: flex;
|
|
150
|
+
align-items: center;
|
|
151
|
+
justify-content: space-between;
|
|
152
|
+
margin: 16px 0px 16px;
|
|
153
|
+
.ant-input {
|
|
154
|
+
&:focus {
|
|
155
|
+
border-color: @primary-color !important;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
&-emptyDom {
|
|
160
|
+
margin: 50px 0px 0px;
|
|
161
|
+
text-align: center;
|
|
162
|
+
&-img {
|
|
163
|
+
display: block;
|
|
164
|
+
width: 248px;
|
|
165
|
+
height: 200px;
|
|
166
|
+
margin: auto;
|
|
167
|
+
background-image: url('./img/empty-data.png');
|
|
168
|
+
background-size: 100%;
|
|
169
|
+
}
|
|
170
|
+
&-tip {
|
|
171
|
+
margin: 0px 0px 10px;
|
|
172
|
+
color: #999;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "2.1.0-zhongyuan-set.
|
|
3
|
+
"version": "2.1.0-zhongyuan-set.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "43df423b2aa90852139c77f2aa6f0dbcc656dcb5",
|
|
71
71
|
"gitHooks": {
|
|
72
72
|
"pre-commit": "lint-staged"
|
|
73
73
|
}
|