@bit-sun/business-component 2.0.39-alpha.7 → 2.0.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 (47) hide show
  1. package/.fatherrc.ts +1 -3
  2. package/.umirc.ts +6 -6
  3. package/dist/components/Business/BsSulaQueryTable/setting.d.ts +0 -1
  4. package/dist/index.d.ts +0 -1
  5. package/dist/index.esm.js +2698 -7753
  6. package/dist/index.js +2689 -7749
  7. package/package.json +4 -10
  8. package/src/assets/list-no-img.svg +22 -0
  9. package/src/components/Business/BsLayouts/Components/SearchFunc/index.less +0 -1
  10. package/src/components/Business/BsLayouts/utils.tsx +4 -1
  11. package/src/components/Business/BsSulaQueryTable/index.tsx +93 -123
  12. package/src/components/Business/BsSulaQueryTable/setting.tsx +55 -71
  13. package/src/components/Business/BsSulaQueryTable/utils.tsx +5 -8
  14. package/src/components/Business/DetailPageWrapper/index.tsx +1 -1
  15. package/src/components/Business/columnSettingTable/index.tsx +25 -19
  16. package/src/components/Business/columnSettingTable/sulaSettingTable.tsx +25 -19
  17. package/src/components/Functional/DataImport/index.tsx +6 -0
  18. package/src/components/Functional/DataValidation/index.md +1 -0
  19. package/src/components/Functional/DataValidation/index.tsx +8 -2
  20. package/src/index.ts +0 -2
  21. package/src/styles/bsDefault.less +11 -0
  22. package/dist/components/Business/JsonQueryTable/drawer/index.d.ts +0 -2
  23. package/dist/components/Business/JsonQueryTable/index.d.ts +0 -3
  24. package/src/assets/defaultBusiness.less +0 -1896
  25. package/src/components/Business/JsonQueryTable/configButton/index.js +0 -20
  26. package/src/components/Business/JsonQueryTable/configTree/component/compactArrayView.js +0 -25
  27. package/src/components/Business/JsonQueryTable/configTree/component/compactObjectView.js +0 -30
  28. package/src/components/Business/JsonQueryTable/configTree/index.js +0 -82
  29. package/src/components/Business/JsonQueryTable/configTree/index.less +0 -44
  30. package/src/components/Business/JsonQueryTable/configTree/parser/highlight.js +0 -57
  31. package/src/components/Business/JsonQueryTable/configTree/parser/index.js +0 -124
  32. package/src/components/Business/JsonQueryTable/configTree/render/iconRender.js +0 -29
  33. package/src/components/Business/JsonQueryTable/configTree/render/nameRender.js +0 -22
  34. package/src/components/Business/JsonQueryTable/configTree/treeNode.js +0 -116
  35. package/src/components/Business/JsonQueryTable/drawer/index.tsx +0 -12
  36. package/src/components/Business/JsonQueryTable/index.md +0 -275
  37. package/src/components/Business/JsonQueryTable/index.tsx +0 -216
  38. package/src/components/Business/JsonQueryTable/jsonEditor/index.js +0 -340
  39. package/src/components/Business/JsonQueryTable/jsonEditor/index.less +0 -22
  40. package/src/components/Business/JsonQueryTable/jsonEditor/lint/basicType.js +0 -147
  41. package/src/components/Business/JsonQueryTable/jsonEditor/lint/index.js +0 -389
  42. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/actions.js +0 -118
  43. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/dependency.js +0 -22
  44. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/index.js +0 -21
  45. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/request.js +0 -65
  46. package/src/utils/getFormMode.js +0 -12
  47. package/src/utils/serialize.js +0 -7
@@ -1,1896 +0,0 @@
1
- @font-family: PingFangSC, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
2
- 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
3
- 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
4
-
5
- // 字体大小
6
- @font-size-base: 14px;
7
- @height-base: 28px;
8
- @table-font-size: @font-size-base;
9
- @black: #2c2f2e;
10
-
11
- // query-table文字大小
12
- @form-item-label-font-size: 12px;
13
- @form-item-label-height: 16px;
14
-
15
- // 链接
16
- // @link-color: #1D92FE;
17
- @warning-color: #f9a742;
18
- @success-color: #00c276;
19
- @error-color: #e82d1e;
20
-
21
- // @layout-header-background: #f3f3f3;
22
-
23
- @layout-sider-background-light: #222224;
24
- @layout-sider-background: #222224;
25
- @menu-item-color: #ffffff;
26
- @menu-item-group-title-color: #ffffff;
27
- @menu-item-active-bg: rgba(65, 105, 225, 0.1);
28
- @primary-color: #005cff;
29
- @primary-color-hover: #8bc7ff;
30
- @menu-bg: #222224;
31
-
32
-
33
- .colorWeak {
34
- filter: invert(80%);
35
- }
36
-
37
- .ant-layout {
38
- min-height: 100vh;
39
- }
40
-
41
- canvas {
42
- display: block;
43
- }
44
-
45
- body {
46
- text-rendering: optimizeLegibility;
47
- -webkit-font-smoothing: antialiased;
48
- -moz-osx-font-smoothing: grayscale;
49
- // overflow-y: scroll;
50
- :global {
51
- .react-resizable {
52
- position: relative;
53
- background-clip: padding-box;
54
- }
55
-
56
- .react-resizable-handle {
57
- position: absolute;
58
- width: 10px;
59
- height: 100%;
60
- bottom: 0;
61
- right: -5px;
62
- cursor: col-resize;
63
- z-index: 1;
64
- }
65
-
66
- .ant-page-header {
67
- padding: 0 24px;
68
- .ant-page-header-heading {
69
- margin-top: 0px;
70
- }
71
- }
72
-
73
- // 表格 共用样式 开始
74
-
75
- // pro-table
76
- .ant-pro-table-list-toolbar-container .ant-pro-table-list-toolbar-left {
77
- // 处理pro-table的操作栏样式问题
78
- display: none;
79
- }
80
-
81
- .sula-table-action-left {
82
- display: none;
83
- }
84
-
85
- .ant-table.ant-table-middle .ant-table-container .ant-table-title,
86
- .ant-table.ant-table-middle .ant-table-container .ant-table-footer,
87
- .ant-table.ant-table-middle .ant-table-container .ant-table-thead > tr > th,
88
- .ant-table.ant-table-middle .ant-table-container .ant-table-tbody > tr > td,
89
- .ant-table.ant-table-middle .ant-table-container tfoot > tr > th,
90
- .ant-table.ant-table-middle .ant-table-container tfoot > tr > td {
91
- padding: 0 10px;
92
- font-size: @font-size-base;
93
- line-height: 28px;
94
- white-space: nowrap;
95
- }
96
-
97
- html
98
- .ant-table.ant-table-middle
99
- .ant-table-container
100
- .ant-table-thead
101
- > tr
102
- > th,
103
- body
104
- .ant-table.ant-table-middle
105
- .ant-table-container
106
- .ant-table-thead
107
- > tr
108
- > th,
109
- .ant-table.ant-table-middle
110
- .ant-table-container
111
- .ant-table-thead
112
- > tr
113
- > th {
114
- height: 40px;
115
- background: #f7f8fb;
116
- }
117
-
118
- .ant-table-tbody {
119
- tr:hover:not(.ant-table-expanded-row) > td,
120
- .ant-table-row-hover,
121
- .ant-table-row-hover > td {
122
- background-color: #e5eeff;
123
- }
124
- }
125
- .ant-table.ant-table-middle
126
- .ant-table-container
127
- .ant-table-thead
128
- > tr
129
- > th {
130
- min-width: 60px;
131
- }
132
-
133
- .ant-table.ant-table-middle
134
- .ant-table-container
135
- .ant-table-tbody
136
- > tr
137
- > td.ant-table-cell.ant-table-selection-column,
138
- .ant-table.ant-table-middle
139
- .ant-table-container
140
- .ant-table-thead
141
- > tr
142
- > th.ant-table-cell.ant-table-selection-column {
143
- min-width: 40px;
144
- }
145
-
146
- .ant-table.ant-table-middle
147
- .ant-table-container
148
- .ant-table-tbody
149
- > tr
150
- > td.ant-table-cell.ant-table-row-expand-icon-cell,
151
- .ant-table.ant-table-middle
152
- .ant-table-container
153
- .ant-table-thead
154
- > tr
155
- > th.ant-table-cell.ant-table-row-expand-icon-cell {
156
- min-width: 40px;
157
- }
158
-
159
- .ant-table .ant-table-selection {
160
- display: flex;
161
- justify-content: center;
162
- text-align: center;
163
- }
164
-
165
- .ant-pro-table .ant-table {
166
- td.ant-table-cell > td > a {
167
- font-size: @font-size-base;
168
- }
169
-
170
- td.ant-table-cell > a {
171
- font-size: @font-size-base;
172
- }
173
- }
174
-
175
- .ant-table .ant-table-container .ant-table-thead > tr > th {
176
- font-weight: 500;
177
- }
178
-
179
- // badge
180
- .ant-badge .ant-badge-status-text {
181
- font-size: 12px;
182
- }
183
-
184
- // alert
185
- .ant-pro-table .ant-pro-table-alert .ant-alert.ant-alert-no-icon {
186
- padding: 5px 34px;
187
- }
188
-
189
- // 表格 共用样式 结束
190
- }
191
-
192
- .popover-tab {
193
- :global {
194
- .ant-popover-inner-content {
195
- padding: 5px;
196
- }
197
- }
198
-
199
- .popover-div {
200
- padding: 4px;
201
- }
202
- }
203
-
204
- :global {
205
- .ant-col-18 {
206
- max-width: 100%;
207
-
208
- .ant-col-8 {
209
- max-width: 25%;
210
- }
211
-
212
- .ant-col-12 {
213
- flex: 0 0 90%;
214
- max-width: 70%;
215
-
216
- .ant-radio-wrapper {
217
- position: fixed;
218
- min-width: 104px;
219
- }
220
- }
221
- }
222
-
223
- .ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
224
- z-index: 14 !important;
225
- }
226
-
227
- .ant-menu.ant-menu-light.ant-pro-sider-menu.ant-menu-root.ant-menu-inline {
228
- .ant-pro-menu-item {
229
- display: flex;
230
- align-items: center;
231
- }
232
- }
233
- }
234
-
235
- :global {
236
- .ant-table.ant-table-middle
237
- .ant-table-container
238
- .ant-table-tbody
239
- > tr
240
- > td.ant-table-selection-column,
241
- .ant-table.ant-table-middle
242
- .ant-table-container
243
- .ant-table-thead
244
- > tr
245
- > th.ant-table-selection-column {
246
- /* width: 40px !important; */
247
- /* max-width: 40px; */
248
- min-width: 40px;
249
- }
250
- .ant-table.ant-table-middle
251
- .ant-table-container
252
- .ant-table-thead
253
- > tr
254
- > th.ant-table-cell,
255
- .ant-table.ant-table-middle
256
- .ant-table-container
257
- .ant-table-tbody
258
- > tr
259
- > td.ant-table-cell {
260
- min-width: 60px;
261
- }
262
- .ant-table-sticky-scroll {
263
- position: fixed !important;
264
- }
265
- .ant-pro-sider.ant-layout-sider-collapsed .ant-pro-sider-logo {
266
- position: relative;
267
- left: -32px;
268
- width: 80px;
269
- }
270
-
271
- // .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
272
- // overflow: hidden;
273
- // flex: 0 0 200px !important;
274
- // max-width: 200px !important;
275
- // min-width: 200px !important;
276
- // width: 200px !important;
277
- // }
278
-
279
- // .ant-pro-page-container-children-content .sula-table-no-select .ant-form-horizontal .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider,
280
- // .ant-pro-page-container-children-content .sula-table-no-select .ant-form-horizontal .sula-template-query-table-fields-wrapper {
281
- // margin-bottom: 0px !important;
282
- // }
283
- // .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed{
284
- // z-index: 17
285
- // }
286
-
287
- .ant-select-item-option-content {
288
- overflow: auto;
289
- white-space: normal !important;
290
- text-overflow: ellipsis;
291
- }
292
-
293
- .ant-tabs-nav-list {
294
- .ant-tabs-tab-active {
295
- .ant-tabs-tab-btn {
296
- font-weight: 500;
297
- font-size: 12px;
298
- line-height: 16px;
299
- }
300
- }
301
- }
302
-
303
- .ant-tabs-nav {
304
- margin: 0;
305
- }
306
-
307
- .ant-tabs-content-holder {
308
- .ant-tabs-nav {
309
- margin: 0 8px;
310
- padding-bottom: 8px;
311
- }
312
- }
313
-
314
- .ant-tabs-nav-list {
315
- .ant-tabs-tab-btn {
316
- color: rgba(44, 47, 46, 0.8);
317
- font-weight: 400;
318
- font-size: 12px;
319
- line-height: 16px;
320
- }
321
- }
322
-
323
- .ant-tabs-tab {
324
- margin: 0 20px 0 8px;
325
- }
326
-
327
- // logo
328
- .ant-pro-sider-logo {
329
- height: 50px;
330
- padding: 0;
331
- }
332
-
333
- .ant-table-tbody > tr > td,
334
- .ant-table-thead > tr > th,
335
- .ant-table tfoot > tr > td,
336
- .ant-table tfoot > tr > th {
337
- padding: 0 10px;
338
- }
339
-
340
- // 隐藏滚动条
341
- // .ant-table-content {
342
- // overflow: hidden;
343
- // }
344
-
345
- // .ant-table-content:hover {
346
- // .ant-table-tbody>tr>td {
347
- // .ant-btn-link {
348
- // color: #17d174
349
- // }
350
- // }
351
-
352
- // .ant-table-content {
353
- // overflow: auto !important;
354
- // }
355
- // }
356
-
357
- .ant-pro-basicLayout-content .ant-pro-page-container {
358
- margin: 0;
359
- }
360
-
361
- .ant-pro-page-container {
362
- .ant-pro-page-container-warp {
363
- .ant-page-header.has-breadcrumb {
364
- padding: 0px 24px;
365
- box-sizing: border-box;
366
- height: 48px;
367
- }
368
- }
369
-
370
- .ant-pro-page-container-children-content {
371
- margin: 0;
372
- padding: 0 4px;
373
-
374
- .ant-pro-table-search {
375
- margin-bottom: 10px;
376
- padding: 12px 8px 2px;
377
- }
378
- }
379
- }
380
-
381
- // pro-table
382
- .ant-pro-table-list-toolbar-container .ant-pro-table-list-toolbar-left {
383
- // 处理pro-table的操作栏样式问题
384
- display: none;
385
- }
386
-
387
- .sula-table-action-left {
388
- display: none;
389
- }
390
- // .ant-pro-grid-content {
391
- // .has-breadcrumb {
392
- // display: none !important;
393
- // }
394
- // }
395
- .has-breadcrumb,
396
- .ant-breadcrumb {
397
- display: none !important;
398
- }
399
- .ant-table.ant-table-middle
400
- .ant-table-container
401
- .ant-table-thead
402
- > tr
403
- > th {
404
- min-width: 60px;
405
- }
406
-
407
- .ant-table.ant-table-middle
408
- .ant-table-container
409
- .ant-table-tbody
410
- > tr
411
- > td.ant-table-cell.ant-table-selection-column,
412
- .ant-table.ant-table-middle
413
- .ant-table-container
414
- .ant-table-thead
415
- > tr
416
- > th.ant-table-cell.ant-table-selection-column {
417
- min-width: 40px;
418
- }
419
-
420
- .ant-table.ant-table-middle
421
- .ant-table-container
422
- .ant-table-tbody
423
- > tr
424
- > td.ant-table-cell.ant-table-row-expand-icon-cell,
425
- .ant-table.ant-table-middle
426
- .ant-table-container
427
- .ant-table-thead
428
- > tr
429
- > th.ant-table-cell.ant-table-row-expand-icon-cell {
430
- min-width: 40px;
431
- }
432
-
433
- .ant-table .ant-table-selection {
434
- display: flex;
435
- justify-content: center;
436
- text-align: center;
437
- }
438
-
439
- .ant-pro-table .ant-table {
440
- td.ant-table-cell > td > a {
441
- font-size: @font-size-base;
442
- }
443
-
444
- td.ant-table-cell > a {
445
- font-size: @font-size-base;
446
- }
447
- }
448
-
449
- .ant-table .ant-table-container .ant-table-title,
450
- .ant-table .ant-table-container .ant-table-footer,
451
- .ant-table .ant-table-container .ant-table-thead > tr > th,
452
- .ant-table .ant-table-container .ant-table-tbody > tr > td,
453
- .ant-table .ant-table-container tfoot > tr > th,
454
- .ant-table .ant-table-container tfoot > tr > td,
455
- .ant-table .ant-table-container .ant-table-thead .ant-table-column-sorters {
456
- height: 40px;
457
- // padding: 0 10px;
458
- font-size: @font-size-base;
459
- line-height: 28px;
460
- white-space: nowrap;
461
- }
462
-
463
- .ant-table .ant-table-container .ant-table-thead > tr > th {
464
- font-weight: 500;
465
- }
466
-
467
- // badge
468
- .ant-badge .ant-badge-status-text {
469
- font-size: 12px;
470
- }
471
-
472
- // alert
473
- .ant-pro-table .ant-pro-table-alert .ant-alert.ant-alert-no-icon {
474
- padding: 5px 34px;
475
- }
476
-
477
- // 左侧菜单链接文本颜色
478
-
479
- .ant-form-item {
480
- .ant-col-lg-15.ant-col-xl-15.ant-col-xxl-15.ant-form-item-label {
481
- line-height: 16px !important;
482
- white-space: normal;
483
- }
484
-
485
- .ant-form-item-label {
486
- line-height: 28px;
487
- }
488
- }
489
-
490
- .sula-form {
491
- .ant-form-item {
492
- margin-bottom: 20px !important;
493
- }
494
-
495
- .service {
496
- border-radius: 4px;
497
-
498
- .ant-col.ant-col-23 {
499
- font-weight: 500;
500
-
501
- .ant-row.ant-form-item {
502
- width: 2000px;
503
- height: 38px;
504
- padding-bottom: 10px;
505
- padding-left: 10px;
506
- font-size: 14px;
507
- // position: relative;
508
- // left: -8px;
509
- line-height: 38px;
510
- }
511
-
512
- .ant-form-item-control-input-content label {
513
- font-weight: 500;
514
- font-size: 14px !important;
515
- }
516
- }
517
-
518
- .ant-card-body {
519
- padding: 0 !important;
520
- }
521
-
522
- .ant-card-head {
523
- background: rgb(255, 247, 224) !important;
524
- }
525
- }
526
-
527
- .mutiple-input {
528
- display: flex;
529
- flex-wrap: wrap;
530
- }
531
-
532
- .service-huizhi {
533
- .ant-row.ant-form-item {
534
- margin-bottom: 8px !important;
535
- }
536
-
537
- .ant-card-head {
538
- background: rgb(255, 247, 224) !important;
539
- }
540
- }
541
- }
542
-
543
- // .sula-form,
544
- .sula-table,
545
- .sula-table-no-add,
546
- .sula-table-no-select,
547
- .sula-table-row-selects,
548
- .sula-table-row-selects-noaction {
549
- .ant-form-horizontal {
550
- .ant-form-item {
551
- margin-bottom: 8px;
552
- }
553
-
554
- .ant-col.ant-col-3 {
555
- position: relative;
556
- left: -40px;
557
- }
558
- }
559
-
560
- // 处理querytable的查询条件css样式
561
- .ant-form-item {
562
- min-height: 28px;
563
-
564
- margin-bottom: 8px;
565
- font-size: 12px;
566
-
567
- .ant-form-item-control {
568
- // width: 170px;
569
- // width: 210px;
570
- }
571
-
572
- .ant-form-item-control-input {
573
- // width: 170px;
574
- // width: 210px;
575
- // height: 28px;
576
- min-height: 28px;
577
- font-size: 12px;
578
- }
579
-
580
- // 日期选择框该高度限制
581
- .ant-picker {
582
- height: 28px;
583
- }
584
- }
585
- }
586
-
587
- /** sula 样式处理 开始 **/
588
- // table
589
- .ant-pro-page-container-children-content {
590
- .sula-table {
591
- .ant-form-horizontal {
592
- .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider {
593
- margin-bottom: 10px;
594
- padding: 12px 8px 2px;
595
-
596
- > .ant-row {
597
- position: relative;
598
-
599
- > div.ant-col.ant-col-8 {
600
- padding: 4px 0;
601
- }
602
-
603
- > .ant-col:last-child {
604
- > .ant-row.ant-form-item {
605
- justify-content: flex-start !important;
606
- min-width: 300px !important;
607
- margin-bottom: 8px;
608
- }
609
- }
610
- }
611
-
612
- .ant-form-item {
613
- flex-direction: row;
614
- }
615
-
616
- .ant-form-item-label,
617
- .ant-col-24.ant-form-item-label,
618
- .ant-col-xl-24.ant-form-item-label {
619
- max-width: 110px;
620
- line-height: 28px;
621
- }
622
-
623
- .ant-col-23 .ant-form-item .ant-form-item-control-input {
624
- width: calc(100vw - 300px);
625
- }
626
-
627
- .ant-col-offset-8 {
628
- margin-left: 0;
629
- }
630
-
631
- .ant-col:last-child {
632
- // .ant-form-item {
633
- // position: absolute;
634
- // right: 180px;
635
- // bottom: 10px;
636
- // }
637
- }
638
- }
639
- }
640
-
641
- .ant-table-wrapper {
642
- padding: 0 8px;
643
-
644
- .sula-table-action-wrapper {
645
- // background-color: #fff7f0;
646
- // border: 1px solid #ffd1b3;
647
- position: relative;
648
- display: block;
649
- }
650
- }
651
- }
652
-
653
- .sula-table-no-add {
654
- .ant-form-horizontal {
655
- .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider {
656
- margin-bottom: 10px;
657
- padding: 12px 8px 2px;
658
-
659
- > .ant-row {
660
- position: relative;
661
-
662
- > div.ant-col.ant-col-8 {
663
- padding: 4px 0;
664
- }
665
-
666
- > .ant-col:last-child {
667
- > .ant-row.ant-form-item {
668
- justify-content: flex-start !important;
669
- min-width: 300px !important;
670
- margin-bottom: 8px;
671
- }
672
- }
673
- }
674
-
675
- .ant-form-item {
676
- flex-direction: row;
677
- }
678
-
679
- .ant-form-item-label,
680
- .ant-col-24.ant-form-item-label,
681
- .ant-col-xl-24.ant-form-item-label {
682
- max-width: 110px;
683
- line-height: 28px;
684
- }
685
-
686
- .ant-col-23 .ant-form-item .ant-form-item-control-input {
687
- width: calc(100vw - 300px);
688
- }
689
-
690
- .ant-col-offset-8 {
691
- margin-left: 0;
692
- }
693
-
694
- .ant-col:last-child {
695
- // .ant-form-item {
696
- // position: absolute;
697
- // right: 180px;
698
- // bottom: 10px;
699
- // }
700
- }
701
- }
702
- }
703
-
704
- .ant-table-wrapper {
705
- padding: 0 8px;
706
-
707
- .sula-table-action-wrapper {
708
- // background-color: #fff7f0;
709
- // border: 1px solid #ffd1b3;
710
- position: relative;
711
- display: block;
712
- }
713
-
714
- .sula-table-action-left {
715
- display: none;
716
- }
717
-
718
- .sula-table-action-right {
719
- padding: 0;
720
- overflow: auto;
721
-
722
- .ant-space-align-center {
723
- display: block;
724
- width: 100%;
725
- margin-top: 0;
726
- padding: 4px 34px;
727
- line-height: 36px;
728
- }
729
-
730
- div.ant-space-item {
731
- float: right;
732
- margin-right: 8px;
733
-
734
- &:nth-child(1) {
735
- float: left;
736
- }
737
- }
738
-
739
- .sula-table-row-selects-noaction {
740
- line-height: 20px;
741
-
742
- > span {
743
- margin-right: 50px;
744
- }
745
- }
746
-
747
- .sula-table-row-selects {
748
- height: 20px;
749
- line-height: 36px;
750
-
751
- > span {
752
- margin-right: 50px;
753
- }
754
- }
755
- }
756
- }
757
- }
758
-
759
- .sula-table-no-select {
760
- .ant-form-horizontal {
761
- .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider,
762
- .sula-template-query-table-fields-wrapper {
763
- margin-bottom: 10px;
764
- padding: 12px 8px 2px;
765
-
766
- > .ant-row {
767
- position: relative;
768
-
769
- > div.ant-col.ant-col-8 {
770
- padding: 4px 0;
771
- }
772
-
773
- > .ant-col:last-child {
774
- > .ant-row.ant-form-item {
775
- justify-content: flex-start !important;
776
- min-width: 300px !important;
777
- margin-bottom: 8px;
778
- }
779
- }
780
- }
781
-
782
- .ant-form-item {
783
- flex-direction: row;
784
- }
785
-
786
- .ant-form-item-label,
787
- .ant-col-24.ant-form-item-label,
788
- .ant-col-xl-24.ant-form-item-label {
789
- max-width: 110px;
790
- line-height: 28px;
791
- }
792
-
793
- .ant-col-23 .ant-form-item .ant-form-item-control-input {
794
- width: calc(100vw - 300px);
795
- }
796
-
797
- .ant-col-offset-8 {
798
- margin-left: 0;
799
- }
800
-
801
- .ant-col:last-child {
802
- // .ant-form-item {
803
- // position: absolute;
804
- // right: 180px;
805
- // bottom: 10px;
806
- // }
807
- }
808
- }
809
- }
810
-
811
- .ant-table.ant-table-middle .ant-table-title {
812
- padding: 0 8px 12px;
813
- }
814
-
815
- .ant-table-wrapper {
816
- .sula-table-action-wrapper {
817
- // background-color: #fff7f0;
818
- // border: 1px solid #ffd1b3;
819
- position: relative;
820
- display: block;
821
- }
822
-
823
- .sula-table-action-left {
824
- padding-left: 0;
825
- }
826
- }
827
- }
828
- }
829
-
830
- // form
831
- .sula-form {
832
- .sula-form-action-bottom {
833
- display: flex;
834
- justify-content: center;
835
- }
836
-
837
- .ant-form.ant-form-horizontal {
838
- .ant-card {
839
- border: 0;
840
- }
841
-
842
- .ant-card-head {
843
- min-height: 36px;
844
- padding: 6px 16px;
845
- font-weight: 500;
846
- border: 0;
847
-
848
- .ant-card-head-wrapper {
849
- .ant-card-head-title {
850
- padding: 0;
851
- font-weight: 700;
852
- font-size: 12px;
853
- line-height: 20px;
854
- }
855
- }
856
- }
857
-
858
- .ant-card-body {
859
- display: flex;
860
- flex-wrap: wrap;
861
- border-radius: 4px;
862
-
863
- .ant-form-item-label,
864
- .ant-col-24.ant-form-item-label,
865
- .ant-col-xl-24.ant-form-item-label {
866
- max-width: 110px;
867
- line-height: 28px;
868
- }
869
-
870
- .ant-form-item-control {
871
- // width: 170px;
872
- // width: 210px;
873
- }
874
-
875
- .ant-col.ant-col-3 {
876
- .ant-row.ant-form-item {
877
- .ant-col-8,
878
- .ant-col-12 {
879
- position: relative;
880
- left: -45%;
881
- }
882
- }
883
- }
884
- }
885
- }
886
- }
887
-
888
- /** sula 样式处理 结束 **/
889
-
890
- // 多页签
891
- .ant-pro-basicLayout-content {
892
- margin: 0;
893
-
894
- .ant-tabs-card.ant-tabs-top
895
- > .ant-tabs-nav
896
- .ant-tabs-tab:not(:last-of-type),
897
- .ant-tabs-card.ant-tabs-bottom
898
- > .ant-tabs-nav
899
- .ant-tabs-tab:not(:last-of-type),
900
- .ant-tabs-card.ant-tabs-top
901
- > div
902
- > .ant-tabs-nav
903
- .ant-tabs-tab:not(:last-of-type),
904
- .ant-tabs-card.ant-tabs-bottom
905
- > div
906
- > .ant-tabs-nav
907
- .ant-tabs-tab:not(:last-of-type) {
908
- margin-right: 8px;
909
- padding: 2px 8px;
910
- border-radius: 2px;
911
- }
912
- }
913
- }
914
- }
915
-
916
- .si-tree {
917
- font-size: 14px;
918
-
919
- &-node {
920
- &-block {
921
- display: flex;
922
- align-items: center;
923
- padding: 2px 4px;
924
- cursor: pointer;
925
- user-select: none;
926
- }
927
-
928
- &-switcher {
929
- margin-right: 2px;
930
- }
931
-
932
- &-icon {
933
- display: flex;
934
- margin-right: 4px;
935
- }
936
- }
937
- }
938
-
939
- .tree-compact {
940
- margin-left: 4px;
941
- color: #49aa19;
942
- font-size: 13px;
943
- font-style: italic;
944
- }
945
-
946
- ul,
947
- ol {
948
- list-style: none;
949
- }
950
-
951
- @media (max-width: @screen-xs) {
952
- .ant-table {
953
- width: 100%;
954
- overflow-x: auto;
955
-
956
- &-thead > tr,
957
- &-tbody > tr {
958
- > th,
959
- > td {
960
- white-space: pre;
961
-
962
- > span {
963
- display: block;
964
- }
965
- }
966
- }
967
- }
968
- }
969
-
970
- // 兼容IE11
971
- @media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
972
- body .ant-design-pro > .ant-layout {
973
- min-height: 100vh;
974
- }
975
- }
976
-
977
- //自定义 全部功能 start
978
-
979
- .allFuncOnMouserover {
980
- a {
981
- color: #000;
982
- width: 100%;
983
- }
984
- }
985
-
986
- .allFuncOnMouserover:hover {
987
- background-color: #e4e7ed;
988
- }
989
- .allFuncOnMouserover:hover a {
990
- color: @primary-color;
991
- display: flex;
992
- align-items: center;
993
- justify-content: inherit;
994
- }
995
- .allFuncOnMouserover:hover .allFuncOnMouseroverImg {
996
- display: block;
997
- margin-right: 10px;
998
- }
999
- .allFuncOnMouseroverImg {
1000
- display: none;
1001
- width: 14px;
1002
- height: 14px;
1003
- }
1004
-
1005
- .ant-drawer-body .allFunsList {
1006
- margin-bottom: 10px;
1007
- border: none;
1008
- }
1009
-
1010
- .ant-drawer-body {
1011
- .ant-list-split .ant-list-item {
1012
- border-bottom: none !important;
1013
- }
1014
- }
1015
- //自定义 全部功能 end
1016
-
1017
- .regDiv {
1018
- width: 100%;
1019
- margin-top: 100px;
1020
- text-align: center;
1021
- }
1022
-
1023
- .copyRight {
1024
- position: relative;
1025
- top: 50px;
1026
- width: 100%;
1027
- text-align: center;
1028
- }
1029
-
1030
- .sula-form-action-bottom {
1031
- justify-content: center;
1032
- }
1033
-
1034
- // 统一UI修改
1035
- :global {
1036
- .ant-pro-page-container .ant-pro-page-container-children-content {
1037
- padding: 0 !important;
1038
- }
1039
-
1040
- .one_menu_wrap {
1041
- display: flex;
1042
- justify-content: space-between;
1043
- span {
1044
- position: relative;
1045
- z-index: 6;
1046
- }
1047
- }
1048
-
1049
- .banquan {
1050
- height: 52px;
1051
- opacity: 0.6;
1052
- font-size: 12px;
1053
- font-family: Montserrat, Montserrat-Regular;
1054
- font-weight: 400;
1055
- text-align: center;
1056
- line-height: 52px;
1057
- color: #ffffff;
1058
- }
1059
-
1060
- .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal)
1061
- .ant-menu-item-selected {
1062
- background: linear-gradient(
1063
- to left,
1064
- #000c17 0%,
1065
- #000c17 30%,
1066
- rgb(0, 54, 144)
1067
- );
1068
- }
1069
- .ant-pro-sider .ant-menu {
1070
- background: #141620 !important;
1071
- color: #b1bad4;
1072
- }
1073
- .ant-menu-dark .ant-menu-item,
1074
- .ant-menu-dark .ant-menu-item-group-title,
1075
- .ant-menu-dark .ant-menu-item > a,
1076
- .ant-menu-dark .ant-menu-item > span > a {
1077
- color: #b1bad4 !important;
1078
- }
1079
-
1080
- .globalSearchWarp {
1081
- position: relative;
1082
- display: flex;
1083
- align-items: center;
1084
- height: 48px;
1085
- background: #141620;
1086
-
1087
- .ant-input {
1088
- background: #141620;
1089
- color: #fff;
1090
- }
1091
-
1092
- .ant-input-clear-icon {
1093
- color: #eee;
1094
- }
1095
-
1096
- .globalIcon {
1097
- position: absolute;
1098
- left: 20px;
1099
- z-index: 3;
1100
- color: #798094;
1101
- }
1102
-
1103
- .globalSearch {
1104
- height: 32px;
1105
- margin: 0 10px;
1106
- padding-left: 32px;
1107
- color: #798094;
1108
- font-size: 12px;
1109
- background: #141620;
1110
- border: 1px solid #3d4047;
1111
- border-radius: 4px;
1112
-
1113
- // 搜索功能完善 menu start
1114
- .ant-input-affix-wrapper,
1115
- .ant-input-group-addon {
1116
- background: #141620 !important;
1117
- border: none;
1118
- }
1119
- .ant-input-group-addon {
1120
- border-left: 1px solid #3d4047;
1121
- }
1122
- // 搜索功能完善 menu end
1123
- }
1124
- }
1125
- .globalTabs {
1126
- position: relative;
1127
- .globalTabsOper {
1128
- position: absolute;
1129
- top: 0;
1130
- right: 0;
1131
- z-index: 10;
1132
- display: flex;
1133
- align-items: center;
1134
- justify-content: center;
1135
- width: 28px;
1136
- height: 28px;
1137
- background: #f3f3f3;
1138
- }
1139
- .globalTabsOper:hover {
1140
- cursor: pointer;
1141
- }
1142
- }
1143
-
1144
- body
1145
- .ant-pro-basicLayout-content
1146
- .ant-tabs-card.ant-tabs-bottom
1147
- > .ant-tabs-nav
1148
- .ant-tabs-tab:not(:last-of-type),
1149
- body
1150
- .ant-pro-basicLayout-content
1151
- .ant-tabs-card.ant-tabs-bottom
1152
- > div
1153
- > .ant-tabs-nav
1154
- .ant-tabs-tab:not(:last-of-type),
1155
- body
1156
- .ant-pro-basicLayout-content
1157
- .ant-tabs-card.ant-tabs-top
1158
- > .ant-tabs-nav
1159
- .ant-tabs-tab:not(:last-of-type),
1160
- body
1161
- .ant-pro-basicLayout-content
1162
- .ant-tabs-card.ant-tabs-top
1163
- > div
1164
- > .ant-tabs-nav
1165
- .ant-tabs-tab:not(:last-of-type) {
1166
- margin-right: 0px !important;
1167
- }
1168
-
1169
- .ant-layout-sider-children {
1170
- .ant-pro-sider-extra {
1171
- margin-bottom: 0;
1172
- padding: 0;
1173
- }
1174
- }
1175
- }
1176
-
1177
- .ant-tabs-tab + .ant-tabs-tab {
1178
- margin: 0;
1179
- }
1180
- .ant-tabs-tab {
1181
- margin: 0 10px 0 0 !important;
1182
- }
1183
-
1184
- // 滚动条
1185
- /* 滚动槽(轨道)宽高 */
1186
-
1187
- /* 滚动槽(轨道)样式 */
1188
- ::-webkit-scrollbar-track {
1189
- background-color: #f7f8fb;
1190
- border-radius: 8px;
1191
- }
1192
-
1193
- /*定义滑块颜色、内阴影及圆角*/
1194
- ::-webkit-scrollbar-thumb {
1195
- background-color: #7d7d7d;
1196
- border-radius: 7px;
1197
- }
1198
- /*定义两端按钮的样式*/
1199
- ::-webkit-scrollbar-button {
1200
- display: none;
1201
- }
1202
- ::-webkit-scrollbar-thumb:window-inactive {
1203
- background: #fff;
1204
- }
1205
-
1206
- .ant-layout-header {
1207
- height: 50px !important;
1208
- line-height: 0 !important;
1209
- }
1210
-
1211
- .ant-pro-global-header {
1212
- padding: 0 !important;
1213
- background: #f3f3f3 !important;
1214
- }
1215
-
1216
- // 普通的table
1217
- body .ant-table .ant-table-container .ant-table-thead > tr > th {
1218
- height: 40px;
1219
- background: #f7f8fb;
1220
- }
1221
- .globalLine {
1222
- display: inline-block;
1223
- width: 4px;
1224
- height: 20px;
1225
- margin-right: 16px;
1226
- vertical-align: sub;
1227
- background: @primary-color;
1228
- }
1229
-
1230
- .cloumnsIconA {
1231
- display: flex;
1232
- align-items: center;
1233
- span {
1234
- margin-left: 4px;
1235
- }
1236
- }
1237
-
1238
- :global {
1239
- .home_warp_component {
1240
- .ant-pro-page-container-children-content {
1241
- .ant-pro-page-container-warp {
1242
- display: none;
1243
- }
1244
- }
1245
- }
1246
- }
1247
-
1248
- // 详情组件样式处理 start
1249
- .detail_warp_component {
1250
- position: relative;
1251
- background-color: #fff;
1252
- .has-breadcrumb {
1253
- display: block !important;
1254
- }
1255
- .detail_warp_component_top {
1256
- position: absolute;
1257
- top: 15px;
1258
- left: 20px;
1259
- z-index: 2;
1260
- display: flex;
1261
- align-items: center;
1262
- margin-right: 8px;
1263
-
1264
- .detail_warp_component_top_btn {
1265
- width: 72px;
1266
- height: 28px;
1267
- border: 1px solid #bababa;
1268
- font-family: PingFangSC-Regular;
1269
- font-weight: 400;
1270
- font-size: 14px;
1271
- color: #bababa;
1272
- display: flex;
1273
- align-items: center;
1274
- justify-content: center;
1275
- margin-right: 10px;
1276
- span {
1277
- margin-left: 3px;
1278
- }
1279
- }
1280
-
1281
- .detail_warp_component_top_start {
1282
- font-size: 20px;
1283
- }
1284
- .detail_warp_component_top_start:hover {
1285
- cursor: pointer;
1286
- }
1287
- }
1288
-
1289
- .detail_warp_component_top_btn:hover {
1290
- cursor: pointer;
1291
- }
1292
- .detail_warp_component_top_r_expand:hover {
1293
- cursor: pointer;
1294
- }
1295
- .ant-page-header-heading-left {
1296
- padding-left: 105px !important;
1297
- .ant-page-header-heading-title {
1298
- display: none;
1299
- font-family: PingFangSC-Medium;
1300
- font-weight: 500;
1301
- font-size: 18px;
1302
- color: #000000;
1303
- letter-spacing: 0;
1304
- line-height: 26px;
1305
- }
1306
- }
1307
- }
1308
-
1309
- // 详情组件样式处理 end
1310
-
1311
- // 列表组件样式处理 start
1312
- .home_warp_component {
1313
- position: relative;
1314
- background-color: #fff;
1315
- .has-breadcrumb {
1316
- display: block !important;
1317
- }
1318
- .home_warp_component_top {
1319
- position: absolute;
1320
- top: 15px;
1321
- left: 20px;
1322
- z-index: 2;
1323
- display: flex;
1324
- align-items: center;
1325
- margin-right: 8px;
1326
-
1327
- .home_warp_component_top_btn {
1328
- width: 72px;
1329
- height: 28px;
1330
- border: 1px solid #bababa;
1331
- font-family: PingFangSC-Regular;
1332
- font-weight: 400;
1333
- font-size: 14px;
1334
- color: #bababa;
1335
- display: flex;
1336
- align-items: center;
1337
- justify-content: center;
1338
- margin-right: 10px;
1339
- span {
1340
- margin-left: 3px;
1341
- }
1342
- }
1343
-
1344
- .home_warp_component_top_start {
1345
- font-size: 20px;
1346
- }
1347
- .home_warp_component_top_start:hover {
1348
- cursor: pointer;
1349
- }
1350
- }
1351
-
1352
- .home_warp_component_top_btn:hover {
1353
- cursor: pointer;
1354
- }
1355
- .ant-page-header-heading-left {
1356
- .ant-page-header-heading-title {
1357
- font-family: PingFangSC-Medium;
1358
- font-weight: 500;
1359
- font-size: 18px;
1360
- color: #000000;
1361
- letter-spacing: 0;
1362
- line-height: 40px;
1363
- }
1364
- }
1365
- }
1366
- // 列表组件样式处理 end
1367
-
1368
- // 搜索拓展 start
1369
- .ant-drawer-header-title {
1370
- flex-direction: row-reverse;
1371
- }
1372
-
1373
- // table 的斑马线
1374
- .table_base {
1375
- background: #fff;
1376
- }
1377
- .table_odd {
1378
- background: #f7f8fb;
1379
- }
1380
- // 浮起的列 设置斑马
1381
- .ant-table-cell-fix-left,
1382
- .ant-table-cell-fix-right {
1383
- background-color: #fff;
1384
- }
1385
-
1386
- // 控制 table 的全选 select 位置
1387
- .ant-table-title
1388
- + .ant-table-container
1389
- table
1390
- > thead
1391
- > tr:first-child
1392
- th:first-child {
1393
- .ant-table-selection {
1394
- .ant-checkbox-wrapper {
1395
- justify-content: center;
1396
- }
1397
- }
1398
- }
1399
-
1400
- // 全屏兼容
1401
- .ant-table-container {
1402
- background: #fff;
1403
- overflow-y: auto;
1404
- }
1405
-
1406
- // 处理编辑小手
1407
- .cur:hover {
1408
- cursor: pointer;
1409
- }
1410
-
1411
- //user_columns_warp
1412
- .user_columns_warp {
1413
- padding-right: 10px;
1414
- height: 36px;
1415
- background: #e6f3ff;
1416
- display: inline-flex;
1417
- margin: 5px 0px !important;
1418
- overflow: hidden;
1419
- max-width: 200px;
1420
- align-items: center;
1421
- border-radius: 25px;
1422
- img {
1423
- width: 24.6px;
1424
- height: 24.64px;
1425
- margin-left: 3px;
1426
- }
1427
- span {
1428
- margin-left: 8px;
1429
- }
1430
- }
1431
-
1432
- .clomnsImg {
1433
- :global {
1434
- .ant-image-mask-info {
1435
- font-size: 12px !important;
1436
- padding: 0;
1437
- padding-left: 2px;
1438
- }
1439
- }
1440
- }
1441
-
1442
- .ant-table-wrapper {
1443
- padding: 0 8px;
1444
- background: #fff;
1445
- }
1446
-
1447
- //菜单特性
1448
- :global {
1449
- .ant-pro-sider-links ul.ant-menu-root {
1450
- li:nth-child(1) {
1451
- display: flex;
1452
- flex-direction: column;
1453
- margin-bottom: 30px;
1454
- margin-top: 0px;
1455
- padding: 18px 5px 0 !important;
1456
- .ant-menu-title-content {
1457
- width: 100% !important;
1458
- }
1459
- height: 90px !important;
1460
- border-top: 1px solid #3d4047 !important;
1461
- }
1462
- }
1463
- .ant-pro-sider-collapsed-button {
1464
- display: none !important;
1465
- }
1466
-
1467
- .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
1468
- box-shadow: none !important;
1469
- background-color: #141620;
1470
- }
1471
- body .ant-pro-sider-logo {
1472
- background-color: #f3f3f3;
1473
- }
1474
-
1475
- .collapse_icon {
1476
- font-size: 16px;
1477
- color: #fff;
1478
- margin: 0 10px;
1479
- cursor: pointer;
1480
- }
1481
-
1482
- .collapse_icon_close {
1483
- display: flex;
1484
- justify-content: center;
1485
- }
1486
-
1487
- .ant-menu-submenu-title,
1488
- .ant-menu-item {
1489
- border: 0px !important;
1490
- border-color: #005cff !important;
1491
- }
1492
-
1493
- .ant-menu-submenu-title:hover,
1494
- .ant-menu-item:hover {
1495
- background: linear-gradient(
1496
- to left,
1497
- #000c17 0%,
1498
- #000c17 30%,
1499
- rgb(0, 54, 144)
1500
- );
1501
- border-left: 2px solid #005cff !important;
1502
- box-sizing: border-box;
1503
- }
1504
-
1505
- .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
1506
- z-index: 10 !important;
1507
- }
1508
- .ant-pro-sider-link:hover {
1509
- border: 0px !important;
1510
- background: #141620 !important;
1511
- }
1512
-
1513
- .ant-table-column-sorters {
1514
- .ant-table-column-title {
1515
- flex-shrink: 1;
1516
- flex: initial !important;
1517
- }
1518
- .ant-table-column-sorter {
1519
- flex-grow: 1;
1520
- display: flex;
1521
- align-items: center;
1522
- margin-left: 5px;
1523
- }
1524
- }
1525
-
1526
- .ant-table-wrapper {
1527
- .sula-table-action-right {
1528
- width: 100%;
1529
- .ant-space {
1530
- width: 100%;
1531
- display: inline-block !important;
1532
- .ant-space-item {
1533
- display: inline-block;
1534
- margin-left: 8px;
1535
- }
1536
- .ant-space-item:nth-last-child(-n + 3) {
1537
- float: right;
1538
- }
1539
- }
1540
- }
1541
- }
1542
-
1543
- .global_tab_nav_style {
1544
- top: 2px !important;
1545
- }
1546
-
1547
- .row-dragging {
1548
- background: #fafafa;
1549
- border: 1px solid #ccc;
1550
- z-index: 10000;
1551
- }
1552
-
1553
- .row-dragging td {
1554
- padding: 7px 16px;
1555
- display: none;
1556
-
1557
- }
1558
- .row-dragging td:first-child {
1559
- display: inline-block;
1560
- }
1561
-
1562
- .row-dragging .drag-visible {
1563
- visibility: visible;
1564
- }
1565
-
1566
- .ant-pro-sider-menu > .ant-menu-item-group > .ant-menu-item-group-list {
1567
- display: none;
1568
- }
1569
-
1570
- .ant-pro-sider-menu > .ant-menu-item-group > .ant-menu-item-group-title {
1571
- padding: 0 0 0 16px !important;
1572
- }
1573
-
1574
- .ant-pro-sider-menu
1575
- > .ant-menu-item-group
1576
- > .ant-menu-item-group-title:hover {
1577
- background: linear-gradient(
1578
- to left,
1579
- #000c17 0%,
1580
- #000c17 30%,
1581
- rgb(0, 54, 144)
1582
- );
1583
- border-left: 2px solid #005cff !important;
1584
- box-sizing: border-box;
1585
- cursor: pointer;
1586
- color: white;
1587
- }
1588
-
1589
- .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
1590
- z-index: 25 !important;
1591
- }
1592
-
1593
- .ant-modal-mask {
1594
- z-index: 40 !important;
1595
- }
1596
-
1597
- .ant-modal-wrap {
1598
- z-index: 40 !important;
1599
- }
1600
-
1601
- .global_tab_nav_style {
1602
- top: 2px !important;
1603
- width: 100% !important;
1604
- }
1605
- .ant-tabs-nav-operations {
1606
- display: none !important;
1607
- }
1608
-
1609
- .globalTabs
1610
- > .ant-tabs
1611
- > .ant-tabs-nav
1612
- > .ant-tabs-nav-wrap
1613
- > .ant-tabs-nav-list
1614
- > div {
1615
- margin-right: 0px !important;
1616
- .ant-tabs-tab {
1617
- padding: 3px 6px;
1618
- margin: 0px !important;
1619
- height: 100%;
1620
- }
1621
- .ant-tabs-tab-remove {
1622
- padding-right: 0px;
1623
- }
1624
- .ant-tabs-tab-active {
1625
- border-bottom-color: #f0f0f0;
1626
- }
1627
- }
1628
-
1629
- .tab_title_content {
1630
- display: flex;
1631
- align-items: center;
1632
- .ant-dropdown-trigger {
1633
- margin-left: 8px;
1634
- display: inline-block;
1635
- }
1636
- }
1637
-
1638
- .tab_title_content:hover {
1639
- color: #005cff;
1640
- .ant-dropdown-trigger {
1641
- display: inline-block;
1642
- }
1643
- }
1644
- }
1645
-
1646
- // 列自定义
1647
- .sort_table_wrapper {
1648
- .sort_table {
1649
- display: flex;
1650
-
1651
- .sort_table_column_wrapper {
1652
- width: 560px;
1653
- margin-right: 10px;
1654
- }
1655
-
1656
- .sort_table_content_wrapper {
1657
- width: 210px;
1658
- }
1659
-
1660
- .sort_table_column_count,
1661
- .sort_table_content_count {
1662
- height: 20px;
1663
- font-family: PingFangSC-Regular;
1664
- font-weight: 400;
1665
- font-size: 14px;
1666
- color: #000000;
1667
- letter-spacing: 0;
1668
-
1669
- span {
1670
- color: #848484;
1671
- }
1672
- }
1673
-
1674
- .sort_table_column {
1675
- margin-top: 10px;
1676
- width: 560px;
1677
- height: 430px;
1678
- overflow: auto;
1679
- padding: 10px;
1680
- background: #ffffff;
1681
- border: 1px solid #d9d9d9;
1682
- border-radius: 5px;
1683
-
1684
- &_all {
1685
- display: flex;
1686
- flex-wrap: wrap;
1687
- justify-content: space-between;
1688
-
1689
- &_empty {
1690
- width: 538px;
1691
- line-height: 360px;
1692
- text-align: center;
1693
- font-family: PingFangSC-Regular;
1694
- font-weight: 400;
1695
- font-size: 14px;
1696
- color: #848484;
1697
- }
1698
- }
1699
-
1700
- &_special {
1701
- margin-top: 40px;
1702
- width: 100px;
1703
- height: 20px;
1704
- font-family: PingFangSC-Regular;
1705
- font-weight: 400;
1706
- font-size: 14px;
1707
- color: #848484;
1708
- letter-spacing: 0;
1709
- }
1710
-
1711
- :global {
1712
- .ant-checkbox-wrapper {
1713
- width: 144px;
1714
- margin-top: 16px;
1715
- }
1716
-
1717
- .ant-checkbox-wrapper + .ant-checkbox-wrapper {
1718
- margin-left: 0px;
1719
- }
1720
- }
1721
- }
1722
-
1723
- .sort_table_content {
1724
- margin-top: 10px;
1725
- padding-top: 10px;
1726
- padding-bottom: 10px;
1727
- border: 1px solid #d9d9d9;
1728
- border-radius: 5px;
1729
-
1730
- :global {
1731
- .ant-table-wrapper {
1732
- padding: 0px !important;
1733
- }
1734
- }
1735
- .sort_table_title {
1736
- height: 32px;
1737
- line-height: 32px;
1738
- padding-left: 10px;
1739
- color: gray;
1740
- }
1741
- }
1742
- }
1743
- :global {
1744
- div.ant-modal-header {
1745
- width: 820px;
1746
- height: 64px;
1747
- background: #ffffff;
1748
- padding: 20px;
1749
- border: 0px;
1750
-
1751
- div.ant-modal-title {
1752
- height: 24px;
1753
- font-family: PingFangSC-Medium;
1754
- font-weight: 500;
1755
- font-size: 18px;
1756
- color: #000000;
1757
- letter-spacing: 0;
1758
- line-height: 24px;
1759
- }
1760
- }
1761
-
1762
- .ant-modal-body {
1763
- padding: 0 20px !important;
1764
- }
1765
-
1766
- .ant-modal-close-x {
1767
- height: 24px;
1768
- font-family: PingFangSC-Medium;
1769
- font-weight: 500;
1770
- font-size: 18px;
1771
- color: #000000;
1772
- letter-spacing: 0;
1773
- }
1774
-
1775
- .ant-input-affix-wrapper {
1776
- padding: 0px;
1777
- padding-right: 10px;
1778
- }
1779
-
1780
- input {
1781
- height: 32px;
1782
- padding: 6px 4px;
1783
- border-radius: 5px;
1784
- }
1785
-
1786
- .ant-input-prefix {
1787
- width: 24px;
1788
- height: 24px;
1789
- margin: 4px;
1790
- // border: 1px dashed #d9d9d9;
1791
- display: flex;
1792
- justify-content: center;
1793
- }
1794
-
1795
- .ant-modal-footer {
1796
- height: 70px;
1797
- border: 0;
1798
- padding: 20px;
1799
-
1800
- .ant-btn {
1801
- width: 80px;
1802
- height: 34px;
1803
- border-radius: 5px;
1804
-
1805
- span {
1806
- font-family: PingFangSC-Medium;
1807
- font-weight: 600;
1808
- font-size: 14px;
1809
- letter-spacing: 0;
1810
- text-align: center;
1811
- line-height: 20px;
1812
- }
1813
-
1814
- &:first-child {
1815
- margin-right: 524px;
1816
- }
1817
- }
1818
- }
1819
-
1820
- .ant-table-wrapper::-webkit-scrollbar {
1821
- display: none;
1822
- }
1823
-
1824
- .ant-table-wrapper {
1825
- margin-top: 10px;
1826
- height: 364px;
1827
- overflow: scroll;
1828
- padding-bottom: 50px;
1829
-
1830
- tr {
1831
- height: 36px;
1832
- td {
1833
- width: 24px !important;
1834
- height: 36px !important;
1835
- font-family: PingFangSC-Regular;
1836
- font-weight: 400;
1837
- font-size: 14px;
1838
- color: #000000;
1839
- letter-spacing: 0;
1840
-
1841
- &:first-child {
1842
- padding-left: 10px !important;
1843
- padding-right: 0px !important;
1844
- width: 115px !important;
1845
- }
1846
-
1847
- img {
1848
- // border: 1px dashed #d9d9d9;
1849
- cursor: pointer;
1850
- }
1851
-
1852
- &:not(:first-child) {
1853
- padding-left: 0px !important;
1854
- padding-right: 0px !important;
1855
- }
1856
-
1857
- &:last-child {
1858
- padding-left: 0px !important;
1859
- padding-right: 3px !important;
1860
- width: 34px !important;
1861
-
1862
- img {
1863
- // border: 1px dashed #d9d9d9;
1864
- position: relative;
1865
- top: 1px;
1866
- }
1867
- }
1868
- }
1869
- }
1870
- }
1871
- }
1872
- }
1873
-
1874
- // 表单特性
1875
- :global {
1876
- .detail_btn_wrapper {
1877
- display: flex;
1878
- gap: 8px;
1879
- }
1880
- .table-bssula-summary {
1881
- left: 10px;
1882
- &>span {
1883
- width: inherit !important;
1884
- // min-width: 150px;
1885
- }
1886
- }
1887
- .queryFormContainer {
1888
- &>div {
1889
- height: 100%;
1890
- }
1891
- }
1892
- }
1893
-
1894
- .luckysheet-input-box {
1895
- z-index: 50 !important;
1896
- }