@zgfe/modules-settings 2.0.0-zhongyuan.4 → 2.0.0-zhongyuan.40

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.
Files changed (36) hide show
  1. package/es/constants/api.d.ts +9 -0
  2. package/es/constants/api.js +15 -0
  3. package/es/modules/companySetting/application/index.d.ts +13 -0
  4. package/es/modules/companySetting/application/index.js +271 -98
  5. package/es/modules/companySetting/application/index.less +144 -126
  6. package/es/modules/companySetting/user/index.js +7 -0
  7. package/es/modules/companySetting/user/index.less +363 -363
  8. package/es/modules/companySetting/user/invite.js +19 -0
  9. package/es/modules/createDemand/constants.d.ts +15 -2
  10. package/es/modules/createDemand/constants.js +57 -3
  11. package/es/modules/createDemand/index.js +769 -170
  12. package/es/modules/createDemand/styles/index.less +397 -277
  13. package/es/modules/demandManage/index.js +139 -160
  14. package/es/modules/demandManage/styles/index.less +155 -210
  15. package/es/modules/messageList/index.d.ts +1 -1
  16. package/es/modules/messageList/index.js +5 -5
  17. package/es/modules/personalSetting/demo/index.d.ts +3 -0
  18. package/es/modules/personalSetting/demo/index.js +12 -0
  19. package/es/modules/personalSetting/index.js +11 -1
  20. package/es/modules/personalSetting/info/index.js +23 -5
  21. package/es/modules/pointMap/createMetaDrawer.d.ts +4 -0
  22. package/es/modules/pointMap/createMetaDrawer.js +651 -0
  23. package/es/modules/pointMap/pageInfo.js +323 -130
  24. package/es/modules/pointMap/record.d.ts +7 -0
  25. package/es/modules/pointMap/record.js +521 -0
  26. package/es/modules/pointMap/styles/pageInfo.less +420 -244
  27. package/es/modules/pointMap/styles/tree.css +145 -145
  28. package/es/modules/pointMap/styles/tree.less +149 -149
  29. package/es/modules/pointMap/tree.js +1 -0
  30. package/es/modules/pointMap/types.d.ts +88 -0
  31. package/es/modules/pointMap/types.js +1 -0
  32. package/es/modules/systemSetting/document-setting/index.js +44 -15
  33. package/es/modules/systemSetting/index.css +161 -161
  34. package/es/modules/systemSetting/index.less +169 -169
  35. package/es/types/personal.d.ts +1 -0
  36. package/package.json +2 -2
@@ -1,244 +1,420 @@
1
- .setting-point-map-page {
2
- width: 100%;
3
- height: 100%;
4
- background-color: #fff;
5
- border-radius: 8px;
6
- .bianji1-button:hover {
7
- background: rgba(22, 93, 255, 0.04);
8
- border: 1px solid #1454e5;
9
- border-radius: 4px;
10
- }
11
- &-confirm {
12
- .ant-modal-confirm .ant-modal-body {
13
- padding: 24px;
14
- }
15
- .ant-modal-confirm-title {
16
- font-size: 24px !important;
17
- }
18
- .ant-modal-confirm-content {
19
- margin-top: 16px;
20
- }
21
- }
22
- &-header {
23
- display: flex;
24
- flex-direction: row;
25
- align-items: center;
26
- justify-content: space-between;
27
- padding: 16px 24px 16px 0;
28
- border-bottom: 1px solid var(--io-n-05, #f2f3f4);
29
- &-left {
30
- display: flex;
31
- flex: 1 0 0;
32
- gap: 8px;
33
- align-items: center;
34
- height: 24px;
35
- padding: 10px 16px;
36
- color: var(--io-N-, #021429);
37
- font-weight: 400;
38
- font-size: 14px;
39
- font-family: 'PingFang SC';
40
- font-style: normal;
41
- line-height: 22px; /* 157.143% */
42
- border-left: 2px solid var(--io-i-, #165dff);
43
- }
44
- .button:not(.disabled):not(.ant-btn-primary) {
45
- // float: right;
46
- padding: 0 16px;
47
- color: #1454e5;
48
- border: 1px solid #1454e5;
49
- }
50
- }
51
- &-content {
52
- display: flex;
53
- flex-direction: column;
54
- gap: 24px;
55
- height: calc(100% - 65px);
56
- padding: 24px 28px 24px 0;
57
- overflow-y: auto;
58
- &-states-color-icon {
59
- display: inline-block;
60
- width: 6px;
61
- height: 6px;
62
- margin-right: 8px;
63
- margin-bottom: 2px;
64
- border-radius: 3px;
65
- }
66
- &-img-select {
67
- position: relative;
68
- display: flex;
69
- align-items: center;
70
- justify-content: center;
71
- width: 80px;
72
- height: 80px;
73
- color: #9aa1a9;
74
- font-size: 24px;
75
- background: var(--io-n-05, #f2f3f4);
76
- border: 1px solid var(--io-N1-, #e6e7ea);
77
- border-radius: 4px;
78
- img {
79
- max-width: 78px;
80
- max-height: 78px;
81
- }
82
- .ant-image-mask {
83
- border-radius: 4px !important;
84
- }
85
- &-btn {
86
- position: absolute;
87
- right: 0;
88
- bottom: 0;
89
- left: 0;
90
- display: flex;
91
- gap: 8px;
92
- align-items: center;
93
- justify-content: center;
94
- height: 24px;
95
- color: var(--io-W, #fff);
96
- font-size: 14px;
97
- background: rgba(2, 20, 41, 0.5);
98
- border-bottom-right-radius: 4px;
99
- border-bottom-left-radius: 4px;
100
- cursor: pointer;
101
- }
102
- }
103
- }
104
- &-info {
105
- display: flex;
106
- flex-direction: row;
107
- gap: 12px;
108
- align-items: center;
109
- height: 32px;
110
- &-title {
111
- display: flex;
112
- flex-direction: row;
113
- gap: 4px;
114
- justify-content: flex-end;
115
- width: 92px;
116
- color: var(--io-N6-, #67727f);
117
- color: #354354;
118
- font-weight: 400;
119
- font-size: 14px;
120
- line-height: 32px;
121
- text-align: right;
122
- }
123
- &-input {
124
- position: relative;
125
- flex: 1;
126
- .button:not(.disabled):not(.ant-btn-primary) {
127
- // float: right;
128
- padding: 0 16px;
129
- color: #1454e5;
130
- border: 1px solid #1454e5;
131
- }
132
- &-num {
133
- position: absolute;
134
- right: 12px;
135
- bottom: 6px;
136
- color: var(--io-N4-, #9aa1a9);
137
- font-weight: 400;
138
- font-size: 14px;
139
- font-family: 'PingFang SC';
140
- font-style: normal;
141
- line-height: 20px;
142
- }
143
- }
144
- .ant-upload.ant-upload-disabled {
145
- .setting-point-map-page-info-upload {
146
- cursor: not-allowed;
147
- }
148
- }
149
- &-upload {
150
- position: relative;
151
- display: flex;
152
- align-items: center;
153
- justify-content: center;
154
- width: 80px;
155
- height: 80px;
156
- color: #9aa1a9;
157
- background: var(--io-n-05, #f2f3f4);
158
- border: 1px solid var(--io-N1-, #e6e7ea);
159
- border-radius: 4px;
160
- cursor: pointer;
161
- img {
162
- max-width: 78px;
163
- max-height: 78px;
164
- }
165
- .ant-image-mask {
166
- border-radius: 4px !important;
167
- }
168
- .cuowu {
169
- position: absolute;
170
- top: -10px;
171
- right: -10px;
172
- cursor: pointer;
173
- }
174
- .cuowu:hover {
175
- color: #fb5547;
176
- }
177
- .cuowu:before {
178
- background: #fff;
179
- border-radius: 50%;
180
- }
181
- &-tip {
182
- margin-top: 8px;
183
- overflow: hidden;
184
- color: var(--io-N4-, #9aa1a9);
185
- font-weight: 400;
186
- font-size: 14px;
187
- font-family: 'PingFang SC';
188
- font-style: normal;
189
- line-height: 22px; /* 157.143% */
190
- text-overflow: ellipsis;
191
- }
192
- }
193
- }
194
- &-table {
195
- margin-left: 24px;
196
- .ant-table-cell {
197
- height: 50px !important;
198
- // padding: 8px !important;
199
- }
200
- .isShowF2F3F4 td {
201
- background-color: #f2f3f4;
202
- }
203
- }
204
- &-circle-select {
205
- margin-top: -16px;
206
- &-btn {
207
- display: flex;
208
- flex-direction: row;
209
- gap: 16px;
210
- align-items: center;
211
- margin-bottom: 16px;
212
- color: var(--io-N8-, #354354);
213
- font-size: 14px;
214
- }
215
- &-content {
216
- width: 672px;
217
- height: 350px;
218
- overflow-x: auto;
219
- overflow-y: auto;
220
- background: var(--io-n-02, #fafafb);
221
- border: 1px solid var(--io-N1-, #e6e7ea);
222
- border-radius: 4px;
223
- }
224
- }
225
- &-pop {
226
- display: flex;
227
- flex-direction: column;
228
- gap: 15px;
229
- width: 200px;
230
- &-header {
231
- color: var(--io-N-, #021429);
232
- font-weight: 400;
233
- font-size: 14px;
234
- line-height: 22px; /* 157.143% */
235
- }
236
- &-footer {
237
- display: flex;
238
- flex-direction: row;
239
- gap: 8px;
240
- align-items: center;
241
- justify-content: flex-end;
242
- }
243
- }
244
- }
1
+ .setting-point-map-page {
2
+ width: 100%;
3
+ height: 100%;
4
+ background-color: #fff;
5
+ border-radius: 8px;
6
+ .bianji1-button:hover {
7
+ background: rgba(22, 93, 255, 0.04);
8
+ border: 1px solid #1454e5;
9
+ border-radius: 4px;
10
+ }
11
+ &-confirm {
12
+ .ant-modal-confirm .ant-modal-body {
13
+ padding: 24px;
14
+ }
15
+ .ant-modal-confirm-title {
16
+ font-size: 24px !important;
17
+ }
18
+ .ant-modal-confirm-content {
19
+ margin-top: 16px;
20
+ }
21
+ }
22
+ &-header {
23
+ display: flex;
24
+ flex-direction: row;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 16px 24px 16px 0;
28
+ border-bottom: 1px solid var(--io-n-05, #f2f3f4);
29
+ &-left {
30
+ display: flex;
31
+ flex: 1 0 0;
32
+ gap: 8px;
33
+ align-items: center;
34
+ height: 24px;
35
+ padding: 10px 16px;
36
+ color: var(--io-N-, #021429);
37
+ font-weight: 400;
38
+ font-size: 14px;
39
+ font-family: 'PingFang SC';
40
+ font-style: normal;
41
+ line-height: 22px; /* 157.143% */
42
+ border-left: 2px solid var(--io-i-, #165dff);
43
+ }
44
+ .button:not(.disabled):not(.ant-btn-primary) {
45
+ // float: right;
46
+ padding: 0 16px;
47
+ color: #1454e5;
48
+ border: 1px solid #1454e5;
49
+ }
50
+ }
51
+ &-content {
52
+ display: flex;
53
+ flex-direction: column;
54
+ gap: 24px;
55
+ height: calc(100% - 65px);
56
+ padding: 24px 28px 24px 0;
57
+ overflow-y: auto;
58
+ &-states-color-icon {
59
+ display: inline-block;
60
+ width: 6px;
61
+ height: 6px;
62
+ margin-right: 8px;
63
+ margin-bottom: 2px;
64
+ border-radius: 3px;
65
+ }
66
+ &-img-select {
67
+ position: relative;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ width: 80px;
72
+ height: 80px;
73
+ color: #9aa1a9;
74
+ font-size: 24px;
75
+ background: var(--io-n-05, #f2f3f4);
76
+ border: 1px solid var(--io-N1-, #e6e7ea);
77
+ border-radius: 4px;
78
+ img {
79
+ max-width: 78px;
80
+ max-height: 78px;
81
+ }
82
+ .ant-image-mask {
83
+ border-radius: 4px !important;
84
+ }
85
+ &-btn {
86
+ position: absolute;
87
+ right: 0;
88
+ bottom: 0;
89
+ left: 0;
90
+ display: flex;
91
+ gap: 8px;
92
+ align-items: center;
93
+ justify-content: center;
94
+ height: 24px;
95
+ color: var(--io-W, #fff);
96
+ font-size: 14px;
97
+ background: rgba(2, 20, 41, 0.5);
98
+ border-bottom-right-radius: 4px;
99
+ border-bottom-left-radius: 4px;
100
+ cursor: pointer;
101
+ }
102
+ }
103
+ }
104
+ &-info {
105
+ display: flex;
106
+ flex-direction: row;
107
+ gap: 12px;
108
+ align-items: center;
109
+ height: 32px;
110
+ &-title {
111
+ display: flex;
112
+ flex-direction: row;
113
+ gap: 4px;
114
+ justify-content: flex-end;
115
+ width: 92px;
116
+ color: var(--io-N6-, #67727f);
117
+ color: #354354;
118
+ font-weight: 400;
119
+ font-size: 14px;
120
+ line-height: 32px;
121
+ text-align: right;
122
+ }
123
+ &-input {
124
+ position: relative;
125
+ flex: 1;
126
+ .button:not(.disabled):not(.ant-btn-primary) {
127
+ // float: right;
128
+ padding: 0 16px;
129
+ color: #1454e5;
130
+ border: 1px solid #1454e5;
131
+ }
132
+ &-num {
133
+ position: absolute;
134
+ right: 12px;
135
+ bottom: 6px;
136
+ color: var(--io-N4-, #9aa1a9);
137
+ font-weight: 400;
138
+ font-size: 14px;
139
+ font-family: 'PingFang SC';
140
+ font-style: normal;
141
+ line-height: 20px;
142
+ }
143
+ }
144
+ .ant-upload.ant-upload-disabled {
145
+ .setting-point-map-page-info-upload {
146
+ cursor: not-allowed;
147
+ }
148
+ }
149
+ &-upload {
150
+ position: relative;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ width: 80px;
155
+ height: 80px;
156
+ color: #9aa1a9;
157
+ background: var(--io-n-05, #f2f3f4);
158
+ border: 1px solid var(--io-N1-, #e6e7ea);
159
+ border-radius: 4px;
160
+ cursor: pointer;
161
+ img {
162
+ max-width: 78px;
163
+ max-height: 78px;
164
+ }
165
+ .ant-image-mask {
166
+ border-radius: 4px !important;
167
+ }
168
+ .cuowu {
169
+ position: absolute;
170
+ top: -10px;
171
+ right: -10px;
172
+ cursor: pointer;
173
+ }
174
+ .cuowu:hover {
175
+ color: #fb5547;
176
+ }
177
+ .cuowu:before {
178
+ background: #fff;
179
+ border-radius: 50%;
180
+ }
181
+ &-tip {
182
+ margin-top: 8px;
183
+ overflow: hidden;
184
+ color: var(--io-N4-, #9aa1a9);
185
+ font-weight: 400;
186
+ font-size: 14px;
187
+ font-family: 'PingFang SC';
188
+ font-style: normal;
189
+ line-height: 22px; /* 157.143% */
190
+ text-overflow: ellipsis;
191
+ }
192
+ }
193
+ &-nav {
194
+ display: flex;
195
+ align-items: center;
196
+ width: 100%;
197
+ margin-left: 23px;
198
+ padding: 10px;
199
+ background-color: #f2f3f4;
200
+ border-radius: 5px;
201
+ &-item {
202
+ position: relative;
203
+ cursor: pointer;
204
+ }
205
+ &-item:hover,
206
+ &-itemActive {
207
+ color: #1454e5;
208
+ text-decoration: underline;
209
+ }
210
+ &-item + &-item {
211
+ margin-left: 20px;
212
+ &::before {
213
+ position: absolute;
214
+ top: 4px;
215
+ left: -10px;
216
+ display: block;
217
+ width: 2px;
218
+ height: 15px;
219
+ background-color: #021429;
220
+ content: '';
221
+ }
222
+ }
223
+ }
224
+ }
225
+ &-table {
226
+ margin-left: 24px;
227
+ .ant-table-cell {
228
+ height: 50px !important;
229
+ // padding: 8px !important;
230
+ }
231
+ .isShowF2F3F4 td {
232
+ background-color: #f2f3f4;
233
+ }
234
+ }
235
+ &-circle-select {
236
+ margin-top: -16px;
237
+ &-btn {
238
+ display: flex;
239
+ flex-direction: row;
240
+ gap: 16px;
241
+ align-items: center;
242
+ margin-bottom: 16px;
243
+ color: var(--io-N8-, #354354);
244
+ font-size: 14px;
245
+ }
246
+ &-content {
247
+ width: 672px;
248
+ height: 350px;
249
+ overflow-x: auto;
250
+ overflow-y: auto;
251
+ background: var(--io-n-02, #fafafb);
252
+ border: 1px solid var(--io-N1-, #e6e7ea);
253
+ border-radius: 4px;
254
+ }
255
+ }
256
+ &-pop {
257
+ display: flex;
258
+ flex-direction: column;
259
+ gap: 15px;
260
+ width: 200px;
261
+ &-header {
262
+ color: var(--io-N-, #021429);
263
+ font-weight: 400;
264
+ font-size: 14px;
265
+ line-height: 22px; /* 157.143% */
266
+ }
267
+ &-footer {
268
+ display: flex;
269
+ flex-direction: row;
270
+ gap: 8px;
271
+ align-items: center;
272
+ justify-content: flex-end;
273
+ }
274
+ }
275
+ }
276
+ .setting-point-map-record {
277
+ &-content {
278
+ &-timeList {
279
+ position: relative;
280
+ display: grid;
281
+ grid-template-columns: repeat(5, 1fr);
282
+ align-items: flex-end;
283
+ padding-left: 60px;
284
+ &-box {
285
+ position: relative;
286
+ height: fit-content;
287
+ }
288
+ &-nav {
289
+ display: flex;
290
+ align-items: center;
291
+ font-size: 16px;
292
+ &::before {
293
+ position: absolute;
294
+ top: 24px;
295
+ left: 5px;
296
+ width: 1px;
297
+ height: calc(100% - 20px);
298
+ background-color: #e0e0e0;
299
+ content: '';
300
+ }
301
+ &-icon {
302
+ box-sizing: content-box;
303
+ width: 10px;
304
+ height: 10px;
305
+ margin-right: 20px;
306
+ border-radius: 50%;
307
+ }
308
+ &-name {
309
+ color: #5f6085;
310
+ font-size: 16px;
311
+ transform: translateY(-2px);
312
+ }
313
+ }
314
+ &-list {
315
+ margin: 20px 0 20px 30px;
316
+ &-item {
317
+ display: flex;
318
+ align-items: center;
319
+ &-icon {
320
+ width: 4px;
321
+ height: 4px;
322
+ margin-right: 5px;
323
+ border-radius: 50%;
324
+ }
325
+ &-text {
326
+ color: #5f6085;
327
+ font-size: 14px;
328
+ &:hover {
329
+ color: #165dff;
330
+ cursor: pointer;
331
+ }
332
+ }
333
+ }
334
+ &-item + &-item {
335
+ margin-top: 5px;
336
+ }
337
+ }
338
+ &-popoverList {
339
+ display: flex;
340
+ align-items: center;
341
+ font-size: 14px;
342
+ &-label {
343
+ color: #242541;
344
+ }
345
+ &-value {
346
+ margin-left: 5px;
347
+ color: #4080ff;
348
+ }
349
+ }
350
+ }
351
+ &-name {
352
+ margin-top: 4px;
353
+ padding-top: 4px;
354
+ color: #5f6085;
355
+ font-size: 16px;
356
+ border-top: 1px solid #e0e0e0;
357
+ }
358
+ }
359
+ &-update {
360
+ margin-top: 50px;
361
+ &-nav {
362
+ display: flex;
363
+ align-items: center;
364
+ margin-bottom: 20px;
365
+ font-size: 16px;
366
+ &-icon {
367
+ width: 2px;
368
+ height: 16px;
369
+ margin-right: 4px;
370
+ background-color: #1454e5;
371
+ }
372
+ &-title {
373
+ color: #021429;
374
+ }
375
+ &-name {
376
+ margin-left: 20px;
377
+ color: #9aa1a9;
378
+ }
379
+ }
380
+ &-tabList {
381
+ display: flex;
382
+ align-items: center;
383
+ color: #9aa1a9;
384
+ border-radius: 5px;
385
+ &-item {
386
+ box-sizing: border-box;
387
+ width: 90px;
388
+ height: 32px;
389
+ line-height: 32px;
390
+ text-align: center;
391
+ cursor: pointer;
392
+ }
393
+ &-item:nth-child(1) {
394
+ border-top: 1px solid #9aa1a9;
395
+ border-bottom: 1px solid #9aa1a9;
396
+ border-left: 1px solid #9aa1a9;
397
+ border-radius: 2px 0 0 2px;
398
+ }
399
+ &-item:nth-child(2) {
400
+ border-top: 1px solid #9aa1a9;
401
+ border-right: 1px solid #9aa1a9;
402
+ border-bottom: 1px solid #9aa1a9;
403
+ border-radius: 0 2px 2px 0;
404
+ }
405
+ &-active {
406
+ color: #fff;
407
+ background-color: #165dff;
408
+ border: none !important;
409
+ }
410
+ }
411
+ &-text {
412
+ overflow: hidden;
413
+ white-space: nowrap;
414
+ text-overflow: ellipsis;
415
+ }
416
+ }
417
+ &-table {
418
+ margin-top: 10px;
419
+ }
420
+ }