@next-core/brick-container 2.50.2 → 2.51.0
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/CHANGELOG.md +12 -0
- package/dist/index.html +1 -1
- package/dist/{main.6434351334040f6c33b2.css → main.5ce710c64cc8690ab00b.css} +141 -39
- package/dist/main.5ce710c64cc8690ab00b.css.map +1 -0
- package/dist/{main.836a075aa6e838454080.js → main.6b41f1edb4b8e602c45c.js} +2 -2
- package/dist/{main.836a075aa6e838454080.js.map → main.6b41f1edb4b8e602c45c.js.map} +1 -1
- package/package.json +3 -3
- package/dist/main.6434351334040f6c33b2.css.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.51.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.50.2...@next-core/brick-container@2.51.0) (2022-01-14)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add input style ([a3dcc2c](https://github.com/easyops-cn/next-core/commit/a3dcc2cda9ac4d32521d8ecf7ed5ef117d0b28f1))
|
|
12
|
+
* pagenation style ([2852c7f](https://github.com/easyops-cn/next-core/commit/2852c7f61c98152f2784822a265b14b8a66dd4d5))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## [2.50.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.50.1...@next-core/brick-container@2.50.2) (2022-01-13)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @next-core/brick-container
|
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"><title>DevOps 管理专家</title><base href="<!--# echo var='base_href' default='/' -->"><link rel="shortcut icon" type="image/png" href="<!--# echo var='core_root' default='' -->assets/favicon.png"/><script>(!("documentMode" in document)&&CSS.supports("display","grid")&&window.customElements)||(location.href="<!--# echo var='base_href' default='/' -->browse-happy.html")</script><link href="<!--# echo var='core_root' default='' -->main.
|
|
1
|
+
<!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"><title>DevOps 管理专家</title><base href="<!--# echo var='base_href' default='/' -->"><link rel="shortcut icon" type="image/png" href="<!--# echo var='core_root' default='' -->assets/favicon.png"/><script>(!("documentMode" in document)&&CSS.supports("display","grid")&&window.customElements)||(location.href="<!--# echo var='base_href' default='/' -->browse-happy.html")</script><link href="<!--# echo var='core_root' default='' -->main.5ce710c64cc8690ab00b.css" rel="stylesheet"></head><body><div id="root-layout"><nav id="menu-bar-mount-point" class="print-hide"></nav><div id="root-content"><header id="app-bar-mount-point" class="print-hide"></header><div id="main-mount-point"></div><div id="legacy-iframe-mount-point"></div></div><div id="loading-bar-mount-point"><div class="global-loading-bar initial-loading-bar"><div></div></div></div></div><div id="bg-mount-point"></div><div id="portal-mount-point"></div><script src="<!--# echo var='core_root' default='' -->dll.0b8c8a12.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.cdf468d8ec73cc7a5766.js"></script><script src="<!--# echo var='core_root' default='' -->main.6b41f1edb4b8e602c45c.js"></script></body></html>
|
|
@@ -154,6 +154,7 @@ html[data-theme="dark-v2"],
|
|
|
154
154
|
--color-error-active: var(--palette-red-8);
|
|
155
155
|
--color-error-bg: var(--palette-red-2);
|
|
156
156
|
--color-error-outline: var(--palette-red-3);
|
|
157
|
+
--color-white: #fff;
|
|
157
158
|
|
|
158
159
|
--small-border-radius: 2px;
|
|
159
160
|
--medius-border-radius: 4px;
|
|
@@ -211,10 +212,13 @@ html[data-theme="dark-v2"],
|
|
|
211
212
|
--menu-item-selected-bg: var(--color-brand);
|
|
212
213
|
--menu-item-hover: #3e86e6;
|
|
213
214
|
--menu-submenu-selected-bg: rgba(0, 99, 206, 0.2);
|
|
215
|
+
--menu-dropdown-bg: var(--palette-blue-1);
|
|
214
216
|
--app-submenu-active-bg: #e0eeff;
|
|
215
217
|
|
|
216
218
|
--checkbox-bg-hover: #ebf3fd;
|
|
217
219
|
--checkbox-bg-active: var(--palette-gray-3);
|
|
220
|
+
--input-outline-hover: var(--palette-blue-6);
|
|
221
|
+
--input-outline-focus: var(--palette-blue-6);
|
|
218
222
|
|
|
219
223
|
--chart-legend-font-size: 12px;
|
|
220
224
|
--chart-tooltips-font-size: 12px;
|
|
@@ -232,6 +236,7 @@ html[data-theme="dark-v2"],
|
|
|
232
236
|
--antd-border-color-split-lighten-80: #fff;
|
|
233
237
|
--antd-border-color-split: #f0f0f0;
|
|
234
238
|
--antd-heading-color: rgba(0, 0, 0, 0.85);
|
|
239
|
+
--antd-label-color: var(--antd-heading-color);
|
|
235
240
|
--antd-component-background: #fff;
|
|
236
241
|
--antd-border-color-base: #d9d9d9;
|
|
237
242
|
--text-color-disabled: #bfbfbf;
|
|
@@ -283,6 +288,7 @@ html[data-theme="dark-v2"],
|
|
|
283
288
|
--antd-checkbox-color: var(--color-brand);
|
|
284
289
|
--antd-checkbox-bg-hover: var(--checkbox-bg-hover);
|
|
285
290
|
--antd-checkbox-checked: var(--checkbox-bg-active);
|
|
291
|
+
--antd-checkbox-check-bg: var(--antd-component-background);
|
|
286
292
|
|
|
287
293
|
/*** card ***/
|
|
288
294
|
--antd-card-background: var(--antd-component-background);
|
|
@@ -374,6 +380,50 @@ html[data-theme="dark-v2"],
|
|
|
374
380
|
--antd-anchor-radio-type-bg: var(--color-fill-bg-base-1);
|
|
375
381
|
--antd-anchor-radio-type-title-active-color: #262626;
|
|
376
382
|
--antd-anchor-radio-type-title-active-bg: var(--antd-component-background);
|
|
383
|
+
|
|
384
|
+
/*** input ***/
|
|
385
|
+
--antd-input-bg: var(--antd-component-background);
|
|
386
|
+
--antd-input-focus-border-color: var(--antd-primary-color);
|
|
387
|
+
--antd-input-hover-border-color: var(--antd-primary-color);
|
|
388
|
+
--antd-input-placeholder-color: var(--text-color-disabled);
|
|
389
|
+
|
|
390
|
+
/*** select ***/
|
|
391
|
+
--antd-select-item-selected-bg: #f5f5f5;
|
|
392
|
+
--antd-select-dropdown-bg: var(--antd-component-background);
|
|
393
|
+
--antd-select-item-active-bg: var(--antd-item-active-bg);
|
|
394
|
+
|
|
395
|
+
/*** table ***/
|
|
396
|
+
--antd-table-bg: var(--antd-component-background);
|
|
397
|
+
--antd-table-body-sort-bg: #fafafa;
|
|
398
|
+
--antd-table-border-color: var(--antd-border-color-split);
|
|
399
|
+
--antd-table-even-bg: var(--antd-table-bg);
|
|
400
|
+
--antd-table-header-bg: #f2f5f9;
|
|
401
|
+
--antd-table-header-color: var(--text-color-title);
|
|
402
|
+
--antd-table-header-filter-active-bg: #d8e1ed;
|
|
403
|
+
--antd-table-header-sort-active-bg: #e8edf4;
|
|
404
|
+
--antd-table-header-overwrite-sort-th-active-bg: #e0e5ec;
|
|
405
|
+
--antd-table-header-overwrite-sort-td-active-bg: #f4f5f7;
|
|
406
|
+
--antd-table-header-sort-active-filter-bg: #f9fafc;
|
|
407
|
+
--antd-table-row-hover-bg: var(--antd-background-color-light);
|
|
408
|
+
--antd-table-selected-row-hover-bg: #dcf2ff;
|
|
409
|
+
--antd-table-row-expand-icon-color: rgba(0, 0, 0, 0.55);
|
|
410
|
+
--antd-table-row-expand-icon-action-bg: #f5f5f5;
|
|
411
|
+
--antd-table-row-expand-nested-wrapper: #fafafa;
|
|
412
|
+
--antd-table-row-expand-nested-wrapper-border: #e8e8e8;
|
|
413
|
+
--antd-table-expanded-row-bg: #fbfbfb;
|
|
414
|
+
|
|
415
|
+
/*** pagination ***/
|
|
416
|
+
--antd-paination-total-text: var(--text-color-disabled);
|
|
417
|
+
--antd-pagination-total-strong-text: var(--text-color-default);
|
|
418
|
+
--antd-pagination-item-hover: var(--color-brand);
|
|
419
|
+
--antd-pagination-item-active-bg: transparent;
|
|
420
|
+
--antd-pagination-item-active-border: var(--color-brand);
|
|
421
|
+
--antd-pagination-item-active-text-color: var(--color-brand);
|
|
422
|
+
--antd-pagination-item-selected-hover-text-color: #2893f7;
|
|
423
|
+
--antd-pagination-item-selected-hover-border-color: var(
|
|
424
|
+
--antd-pagination-item-active-border
|
|
425
|
+
);
|
|
426
|
+
--antd-pagination-item-selected-hover-bg: transparent;
|
|
377
427
|
}
|
|
378
428
|
|
|
379
429
|
html[data-theme="dark-v2"],
|
|
@@ -433,6 +483,7 @@ html[data-theme="dark-v2"],
|
|
|
433
483
|
--menu-item-hover: var(--palette-gray-2);
|
|
434
484
|
--app-submenu-bg: var(--palette-gray-2);
|
|
435
485
|
--menu-submenu-selected-bg: var(--palette-gray-3);
|
|
486
|
+
--menu-dropdown-bg: var(--palette-blue-1);
|
|
436
487
|
--app-submenu-active-bg: var(--palette-blue-1);
|
|
437
488
|
|
|
438
489
|
--checkbox-bg-hover: var(--palette-gray-3);
|
|
@@ -452,6 +503,7 @@ html[data-theme="dark-v2"],
|
|
|
452
503
|
|
|
453
504
|
--antd-border-color-split: var(--color-text-divider-line);
|
|
454
505
|
--antd-heading-color: var(--color-header-text);
|
|
506
|
+
--antd-label-color: var(--antd-heading-color);
|
|
455
507
|
--antd-component-background: var(--color-fill-bg-container-1);
|
|
456
508
|
--antd-border-color-base: var(--color-border-divider-line);
|
|
457
509
|
|
|
@@ -498,6 +550,7 @@ html[data-theme="dark-v2"],
|
|
|
498
550
|
--antd-checkbox-color: var(--color-brand);
|
|
499
551
|
--antd-checkbox-bg-hover: var(--checkbox-bg-hover);
|
|
500
552
|
--antd-checkbox-checked: var(--checkbox-bg-active);
|
|
553
|
+
--antd-checkbox-check-bg: transparent;
|
|
501
554
|
|
|
502
555
|
/*** card ***/
|
|
503
556
|
--antd-card-background: var(--color-fill-bg-container-1);
|
|
@@ -586,6 +639,57 @@ html[data-theme="dark-v2"],
|
|
|
586
639
|
--antd-anchor-radio-type-bg: var(--color-fill-bg-base-1);
|
|
587
640
|
--antd-anchor-radio-type-title-active-color: var(--color-info);
|
|
588
641
|
--antd-anchor-radio-type-title-active-bg: var(--color-fill-bg-base-3);
|
|
642
|
+
|
|
643
|
+
/*** input ***/
|
|
644
|
+
--antd-input-bg: var(--antd-component-background);
|
|
645
|
+
--antd-input-focus-border-color: var(--input-outline-focus);
|
|
646
|
+
--antd-input-hover-border-color: var(--input-outline-hover);
|
|
647
|
+
--antd-input-placeholder-color: var(--text-color-disabled);
|
|
648
|
+
|
|
649
|
+
/*** select ***/
|
|
650
|
+
--antd-select-item-selected-bg: var(--menu-dropdown-bg);
|
|
651
|
+
--antd-select-dropdown-bg: var(--antd-component-background);
|
|
652
|
+
--antd-select-item-active-bg: var(--antd-item-active-bg);
|
|
653
|
+
|
|
654
|
+
/*** table ***/
|
|
655
|
+
--antd-table-bg: var(--antd-component-background);
|
|
656
|
+
--antd-table-body-sort-bg: var(--palette-gray-3);
|
|
657
|
+
--antd-table-border-color: var(--color-text-divider-line);
|
|
658
|
+
--antd-table-even-bg: var(--antd-table-bg);
|
|
659
|
+
--antd-table-header-bg: var(--color-fill-bg-base-4);
|
|
660
|
+
--antd-table-header-color: var(--color-header-text);
|
|
661
|
+
--antd-table-row-hover-bg: var(--color-fill-bg-base-1);
|
|
662
|
+
|
|
663
|
+
--antd-table-header-filter-active-bg: var(--color-fill-bg-base-1);
|
|
664
|
+
--antd-table-header-sort-active-bg: var(--color-fill-bg-base-1);
|
|
665
|
+
--antd-table-header-overwrite-sort-th-active-bg: var(
|
|
666
|
+
--antd-table-header-sort-active-bg
|
|
667
|
+
);
|
|
668
|
+
--antd-table-header-overwrite-sort-td-active-bg: var(
|
|
669
|
+
--antd-table-header-sort-active-bg
|
|
670
|
+
);
|
|
671
|
+
--antd-table-header-sort-active-filter-bg: var(--color-fill-bg-base-4);
|
|
672
|
+
--antd-table-selected-row-hover-bg: var(--menu-dropdown-bg);
|
|
673
|
+
--antd-table-row-expand-icon-color: var(--color-normal-text);
|
|
674
|
+
--antd-table-row-expand-icon-action-bg: var(--color-fill-bg-base-1);
|
|
675
|
+
--antd-table-row-expand-nested-wrapper: var(--color-fill-bg-container-2);
|
|
676
|
+
--antd-table-row-expand-nested-wrapper-border: var(--antd-table-border-color);
|
|
677
|
+
--antd-table-expanded-row-bg: var(--antd-table-row-expand-nested-wrapper);
|
|
678
|
+
|
|
679
|
+
/*** pagination ***/
|
|
680
|
+
--antd-paination-total-text: var(--color-disabled-text);
|
|
681
|
+
--antd-pagination-total-strong-text: var(--color-normal-text);
|
|
682
|
+
--antd-pagination-item-hover: var(--color-info);
|
|
683
|
+
--antd-pagination-item-active-bg: var(--color-brand);
|
|
684
|
+
--antd-pagination-item-active-border: var(--color-info);
|
|
685
|
+
--antd-pagination-item-active-text-color: var(--color-white);
|
|
686
|
+
--antd-pagination-item-selected-hover-text-color: var(
|
|
687
|
+
--antd-pagination-item-active-text-color
|
|
688
|
+
);
|
|
689
|
+
--antd-pagination-item-selected-hover-bg: var(--color-brand-hover);
|
|
690
|
+
--antd-pagination-item-selected-hover-border-color: var(
|
|
691
|
+
--antd-pagination-item-selected-hover-bg
|
|
692
|
+
);
|
|
589
693
|
}
|
|
590
694
|
|
|
591
695
|
|
|
@@ -803,28 +907,11 @@ html[data-theme="dark-v2"],
|
|
|
803
907
|
/* antd components */
|
|
804
908
|
--antd-card-background: var(--antd-component-background);
|
|
805
909
|
--antd-card-head-border-bottom-color: var(--antd-border-color-split);
|
|
806
|
-
--antd-input-bg: var(--antd-component-background);
|
|
807
|
-
--antd-input-focus-border-color: var(--antd-primary-color);
|
|
808
|
-
--antd-input-hover-border-color: var(--antd-primary-color);
|
|
809
|
-
--antd-input-placeholder-color: var(--text-color-disabled);
|
|
810
910
|
--antd-pagination-item-disabled-bg-active: #ddd;
|
|
811
911
|
--antd-picker-basic-cell-active-with-range-color: var(
|
|
812
912
|
--antd-background-color-light
|
|
813
913
|
);
|
|
814
914
|
--antd-picker-basic-cell-hover-with-range-color: #9fcdff;
|
|
815
|
-
--antd-select-dropdown-bg: var(--antd-component-background);
|
|
816
|
-
--antd-select-item-active-bg: var(--antd-item-active-bg);
|
|
817
|
-
--antd-select-item-selected-bg: #f5f5f5;
|
|
818
|
-
--antd-table-bg: var(--antd-component-background);
|
|
819
|
-
--antd-table-body-sort-bg: #fafafa;
|
|
820
|
-
--antd-table-border-color: var(--antd-border-color-split);
|
|
821
|
-
--antd-table-even-bg: var(--antd-table-bg);
|
|
822
|
-
--antd-table-header-bg: #f2f5f9;
|
|
823
|
-
--antd-table-header-color: var(--text-color-title);
|
|
824
|
-
--antd-table-header-filter-active-bg: #d8e1ed;
|
|
825
|
-
--antd-table-header-sort-active-bg: #e8edf4;
|
|
826
|
-
--antd-table-header-sort-active-filter-bg: #f9fafc;
|
|
827
|
-
--antd-table-row-hover-bg: var(--antd-background-color-light);
|
|
828
915
|
--antd-text-color-secondary-shade-40: rgba(0, 0, 0, 0.78);
|
|
829
916
|
}
|
|
830
917
|
|
|
@@ -6117,7 +6204,7 @@ a.ant-btn-sm {
|
|
|
6117
6204
|
width: 16px;
|
|
6118
6205
|
height: 16px;
|
|
6119
6206
|
direction: ltr;
|
|
6120
|
-
background-color:
|
|
6207
|
+
background-color: vat(--antd-checkbox-check-bg);
|
|
6121
6208
|
border: 1px solid var(--antd-border-color-base);
|
|
6122
6209
|
border-radius: 6px;
|
|
6123
6210
|
border-collapse: separate;
|
|
@@ -6239,7 +6326,7 @@ a.ant-btn-sm {
|
|
|
6239
6326
|
margin-left: 0;
|
|
6240
6327
|
}
|
|
6241
6328
|
.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
6242
|
-
background-color:
|
|
6329
|
+
background-color: vat(--antd-checkbox-check-bg);
|
|
6243
6330
|
border-color: var(--antd-border-color-base);
|
|
6244
6331
|
}
|
|
6245
6332
|
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
@@ -9108,7 +9195,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
9108
9195
|
display: inline-flex;
|
|
9109
9196
|
align-items: center;
|
|
9110
9197
|
height: 32px;
|
|
9111
|
-
color: var(--antd-
|
|
9198
|
+
color: var(--antd-label-color);
|
|
9112
9199
|
font-size: 14px;
|
|
9113
9200
|
}
|
|
9114
9201
|
.ant-form-item-label > label > .anticon {
|
|
@@ -21849,7 +21936,7 @@ span.ant-radio + * {
|
|
|
21849
21936
|
border-color: rgba(0, 0, 0, 0.03);
|
|
21850
21937
|
}
|
|
21851
21938
|
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
|
|
21852
|
-
background:
|
|
21939
|
+
background: var(--antd-table-selected-row-hover-bg);
|
|
21853
21940
|
}
|
|
21854
21941
|
.ant-table tfoot > tr > th,
|
|
21855
21942
|
.ant-table tfoot > tr > td {
|
|
@@ -22133,7 +22220,7 @@ table tr td.ant-table-selection-column .ant-radio-wrapper {
|
|
|
22133
22220
|
}
|
|
22134
22221
|
tr.ant-table-expanded-row > td,
|
|
22135
22222
|
tr.ant-table-expanded-row:hover > td {
|
|
22136
|
-
background:
|
|
22223
|
+
background: var(--antd-table-expanded-row-bg);
|
|
22137
22224
|
}
|
|
22138
22225
|
tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
22139
22226
|
width: auto;
|
|
@@ -24023,7 +24110,7 @@ span.ant-transfer-list-search-action {
|
|
|
24023
24110
|
width: 16px;
|
|
24024
24111
|
height: 16px;
|
|
24025
24112
|
direction: ltr;
|
|
24026
|
-
background-color:
|
|
24113
|
+
background-color: vat(--antd-checkbox-check-bg);
|
|
24027
24114
|
border: 1px solid var(--antd-border-color-base);
|
|
24028
24115
|
border-radius: 6px;
|
|
24029
24116
|
border-collapse: separate;
|
|
@@ -24145,7 +24232,7 @@ span.ant-transfer-list-search-action {
|
|
|
24145
24232
|
margin-left: 0;
|
|
24146
24233
|
}
|
|
24147
24234
|
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
|
|
24148
|
-
background-color:
|
|
24235
|
+
background-color: vat(--antd-checkbox-check-bg);
|
|
24149
24236
|
border-color: var(--antd-border-color-base);
|
|
24150
24237
|
}
|
|
24151
24238
|
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
|
|
@@ -24442,7 +24529,7 @@ span.ant-transfer-list-search-action {
|
|
|
24442
24529
|
width: 16px;
|
|
24443
24530
|
height: 16px;
|
|
24444
24531
|
direction: ltr;
|
|
24445
|
-
background-color:
|
|
24532
|
+
background-color: vat(--antd-checkbox-check-bg);
|
|
24446
24533
|
border: 1px solid var(--antd-border-color-base);
|
|
24447
24534
|
border-radius: 6px;
|
|
24448
24535
|
border-collapse: separate;
|
|
@@ -24564,7 +24651,7 @@ span.ant-transfer-list-search-action {
|
|
|
24564
24651
|
margin-left: 0;
|
|
24565
24652
|
}
|
|
24566
24653
|
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
|
|
24567
|
-
background-color:
|
|
24654
|
+
background-color: vat(--antd-checkbox-check-bg);
|
|
24568
24655
|
border-color: var(--antd-border-color-base);
|
|
24569
24656
|
}
|
|
24570
24657
|
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
|
|
@@ -25881,7 +25968,7 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
25881
25968
|
margin-top: -0.6em;
|
|
25882
25969
|
}
|
|
25883
25970
|
.ant-table-thead > tr > th.ant-table-column-sort.ant-table-column-has-sorters {
|
|
25884
|
-
background-color:
|
|
25971
|
+
background-color: var(--antd-table-header-sort-active-bg);
|
|
25885
25972
|
}
|
|
25886
25973
|
.ant-table-pagination.ant-pagination {
|
|
25887
25974
|
margin-bottom: 0;
|
|
@@ -25899,7 +25986,7 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
25899
25986
|
border-bottom-color: var(--antd-table-border-color);
|
|
25900
25987
|
}
|
|
25901
25988
|
.ant-table-tbody > tr > td.ant-table-column-sort {
|
|
25902
|
-
background-color:
|
|
25989
|
+
background-color: var(--antd-table-header-overwrite-sort-td-active-bg);
|
|
25903
25990
|
}
|
|
25904
25991
|
.ant-table-tbody tr.ant-table-row-selected > td {
|
|
25905
25992
|
background: none;
|
|
@@ -25908,24 +25995,24 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
25908
25995
|
background: none;
|
|
25909
25996
|
}
|
|
25910
25997
|
.ant-table-tbody tr.ant-table-expanded-row {
|
|
25911
|
-
background:
|
|
25998
|
+
background: var(--antd-table-row-expand-nested-wrapper);
|
|
25912
25999
|
}
|
|
25913
26000
|
.ant-table-tbody tr.ant-table-expanded-row > td {
|
|
25914
26001
|
padding: 0;
|
|
25915
26002
|
}
|
|
25916
26003
|
.ant-table-tbody tr.ant-table-expanded-row:hover {
|
|
25917
|
-
background:
|
|
26004
|
+
background: var(--antd-table-row-expand-nested-wrapper);
|
|
25918
26005
|
}
|
|
25919
26006
|
.ant-table-tbody tr.ant-table-expanded-row .ant-table-wrapper {
|
|
25920
|
-
background:
|
|
26007
|
+
background: var(--antd-table-row-expand-nested-wrapper);
|
|
25921
26008
|
padding: 20px 32px;
|
|
25922
26009
|
}
|
|
25923
26010
|
.ant-table-tbody tr.ant-table-expanded-row .ant-table-wrapper table th {
|
|
25924
|
-
background:
|
|
25925
|
-
border-bottom: 1px solid
|
|
26011
|
+
background: var(--antd-table-row-expand-nested-wrapper);
|
|
26012
|
+
border-bottom: 1px solid var(--antd-table-row-expand-nested-wrapper-border);
|
|
25926
26013
|
}
|
|
25927
26014
|
.ant-table-tbody tr.ant-table-expanded-row .ant-table-wrapper table td {
|
|
25928
|
-
background:
|
|
26015
|
+
background: var(--antd-table-row-expand-nested-wrapper);
|
|
25929
26016
|
padding: 10px 16px;
|
|
25930
26017
|
}
|
|
25931
26018
|
.ant-table-tbody tr.ant-table-expanded-row .ant-table-wrapper table td button {
|
|
@@ -26175,10 +26262,22 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
26175
26262
|
}
|
|
26176
26263
|
.ant-pagination-item:focus,
|
|
26177
26264
|
.ant-pagination-item:hover {
|
|
26265
|
+
color: var(--antd-pagination-item-hover);
|
|
26178
26266
|
border-color: transparent;
|
|
26179
26267
|
}
|
|
26180
26268
|
.ant-pagination .ant-pagination-item-active {
|
|
26181
|
-
|
|
26269
|
+
background-color: var(--antd-pagination-item-active-bg);
|
|
26270
|
+
border-color: var(--antd-pagination-item-active-border);
|
|
26271
|
+
}
|
|
26272
|
+
.ant-pagination .ant-pagination-item-active a {
|
|
26273
|
+
color: var(--antd-pagination-item-active-text-color);
|
|
26274
|
+
}
|
|
26275
|
+
.ant-pagination .ant-pagination-item-active:hover {
|
|
26276
|
+
background-color: var(--antd-pagination-item-selected-hover-bg);
|
|
26277
|
+
border-color: var(--antd-pagination-item-selected-hover-border-color);
|
|
26278
|
+
}
|
|
26279
|
+
.ant-pagination .ant-pagination-item-active:hover a {
|
|
26280
|
+
color: var(--antd-pagination-item-selected-hover-text-color);
|
|
26182
26281
|
}
|
|
26183
26282
|
.ant-pagination-prev .ant-pagination-item-link,
|
|
26184
26283
|
.ant-pagination-next .ant-pagination-item-link {
|
|
@@ -26206,9 +26305,9 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
26206
26305
|
*/
|
|
26207
26306
|
}
|
|
26208
26307
|
.ant-pagination-options .ant-select-selector {
|
|
26209
|
-
background-color: transparent!important;
|
|
26210
|
-
border-color: transparent!important;
|
|
26211
|
-
box-shadow: none!important;
|
|
26308
|
+
background-color: transparent !important;
|
|
26309
|
+
border-color: transparent !important;
|
|
26310
|
+
box-shadow: none !important;
|
|
26212
26311
|
}
|
|
26213
26312
|
.ant-pagination-options .ant-select-dropdown {
|
|
26214
26313
|
padding: 2px;
|
|
@@ -27488,6 +27587,9 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
27488
27587
|
.ant-legacy-form-item-label > label::after {
|
|
27489
27588
|
margin: 0 0 0 2px;
|
|
27490
27589
|
}
|
|
27590
|
+
.ant-legacy-form-item-label > label {
|
|
27591
|
+
color: var(--antd-label-color);
|
|
27592
|
+
}
|
|
27491
27593
|
.ant-legacy-form-item-label {
|
|
27492
27594
|
white-space: pre-wrap !important;
|
|
27493
27595
|
padding-right: 8px;
|
|
@@ -27664,4 +27766,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
27664
27766
|
}
|
|
27665
27767
|
|
|
27666
27768
|
|
|
27667
|
-
/*# sourceMappingURL=main.
|
|
27769
|
+
/*# sourceMappingURL=main.5ce710c64cc8690ab00b.css.map*/
|