@qn-pandora/pandora-component 5.1.0 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +36 -36
- package/es/components/AutoComplete/index.js +2 -2
- package/es/components/AutoComplete/style.css +127 -39
- package/es/components/AutoComplete/style.less +8 -8
- package/es/components/Breadcrumb/style.css +13 -3
- package/es/components/Breadcrumb/style.less +9 -9
- package/es/components/Button/style.css +282 -176
- package/es/components/Button/style.less +51 -51
- package/es/components/Card/RowExtra/style.css +6 -0
- package/es/components/Card/RowExtra/style.less +8 -8
- package/es/components/Card/SearchInput/style.less +8 -8
- package/es/components/Card/style.css +61 -66
- package/es/components/Card/style.less +11 -11
- package/es/components/CheckTransformList/style.css +345 -121
- package/es/components/CheckTransformList/style.less +35 -35
- package/es/components/Checkbox/index.js +9 -1
- package/es/components/Checkbox/style.css +5 -0
- package/es/components/Checkbox/style.less +5 -5
- package/es/components/CheckboxList/style.css +10 -5
- package/es/components/CheckboxList/style.less +11 -11
- package/es/components/Collapse/style.css +35 -3
- package/es/components/Collapse/style.less +58 -58
- package/es/components/CollapsiblePanel/style.less +63 -63
- package/es/components/DateTimePicker/Base/index.d.ts +3 -0
- package/es/components/DateTimePicker/Base/index.js +51 -6
- package/es/components/DateTimePicker/Base/style.css +508 -112
- package/es/components/DateTimePicker/Base/style.less +167 -160
- package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/es/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/es/components/DateTimePicker/DisplayInput/style.css +231 -53
- package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/es/components/DateTimePicker/constants.d.ts +9 -3
- package/es/components/DateTimePicker/constants.js +1 -0
- package/es/components/DateTimePicker/index.js +1 -1
- package/es/components/DateTimePicker/style.css +77 -46
- package/es/components/DateTimePicker/style.less +19 -19
- package/es/components/DateTimePicker/time.d.ts +1 -0
- package/es/components/DateTimePicker/time.js +1 -0
- package/es/components/DateTimePicker/transform.js +4 -2
- package/es/components/Descriptions/style.css +77 -46
- package/es/components/Descriptions/style.less +16 -16
- package/es/components/Drawer/CloseIcon/style.less +8 -8
- package/es/components/Drawer/index.d.ts +6 -6
- package/es/components/Drawer/index.js +4 -4
- package/es/components/Drawer/style.css +244 -169
- package/es/components/Drawer/style.less +69 -61
- package/es/components/FileResumable/index.js +2 -3
- package/es/components/FileResumable/style.css +20 -50
- package/es/components/FileResumable/style.less +94 -94
- package/es/components/FlameGraph/customTooltip.d.ts +22 -0
- package/es/components/FlameGraph/customTooltip.js +91 -0
- package/es/components/FlameGraph/index.d.ts +16 -0
- package/es/components/FlameGraph/index.js +96 -0
- package/es/components/FlameGraph/style.css +8 -0
- package/es/components/FlameGraph/style.less +14 -0
- package/es/components/Input/index.d.ts +1 -1
- package/es/components/Input/style.css +231 -53
- package/es/components/Input/style.less +12 -12
- package/es/components/KeyValuePair/style.less +25 -25
- package/es/components/Menu/Option.d.ts +1 -1
- package/es/components/Menu/Option.js +12 -4
- package/es/components/Menu/style.css +31 -22
- package/es/components/Menu/style.less +18 -18
- package/es/components/Modal/style.css +11 -8
- package/es/components/Modal/style.less +30 -30
- package/es/components/NameExplainTooltip/style.css +1 -1
- package/es/components/NameExplainTooltip/style.less +10 -10
- package/es/components/NameLimiter/index.js +1 -1
- package/es/components/NameLimiter/style.css +83 -55
- package/es/components/NameLimiter/style.less +19 -19
- package/es/components/OptionList/InlineOptionList/style.css +22 -9
- package/es/components/OptionList/InlineOptionList/style.less +16 -16
- package/es/components/OptionList/OptionItem/style.css +85 -57
- package/es/components/OptionList/OptionItem/style.less +25 -25
- package/es/components/OptionList/PopoverOptionList/index.js +1 -1
- package/es/components/OptionList/PopoverOptionList/style.css +80 -49
- package/es/components/OptionList/PopoverOptionList/style.less +30 -30
- package/es/components/OptionList/style.css +187 -115
- package/es/components/OptionList/style.less +3 -3
- package/es/components/RadioGroup/style.css +51 -40
- package/es/components/RadioGroup/style.less +41 -41
- package/es/components/RangeInput/style.css +604 -87
- package/es/components/RangeInput/style.less +37 -37
- package/es/components/RemarkName/style.css +83 -55
- package/es/components/RemarkName/style.less +2 -2
- package/es/components/Selector/style.css +127 -39
- package/es/components/Selector/style.less +99 -99
- package/es/components/Spin/style.css +10 -8
- package/es/components/Spin/style.less +26 -26
- package/es/components/Steps/ControlButton/style.less +5 -5
- package/es/components/Steps/style.css +59 -21
- package/es/components/Steps/style.less +48 -48
- package/es/components/Table/ColumnSetting/index.d.ts +1 -0
- package/es/components/Table/ColumnSetting/index.js +19 -14
- package/es/components/Table/ColumnSetting/style.css +2 -5
- package/es/components/Table/ColumnSetting/style.less +50 -51
- package/es/components/Table/ColumnTag/style.css +4 -4
- package/es/components/Table/ColumnTag/style.less +40 -40
- package/es/components/Table/EmptyText.d.ts +7 -0
- package/es/components/Table/EmptyText.js +22 -0
- package/es/components/Table/ResizableTitle/style.less +25 -25
- package/es/components/Table/index.d.ts +19 -88
- package/es/components/Table/index.js +142 -326
- package/es/components/Table/style.css +146 -98
- package/es/components/Table/style.less +364 -345
- package/es/components/Table/type.d.ts +63 -0
- package/es/components/Table/type.js +5 -0
- package/es/components/Table/util.d.ts +58 -0
- package/es/components/Table/util.js +218 -0
- package/es/components/Tabs/style.css +127 -78
- package/es/components/Tabs/style.less +33 -33
- package/es/components/TagList/Tag/style.css +5 -5
- package/es/components/TagList/Tag/style.less +72 -72
- package/es/components/TagList/TagSwitch/style.css +1 -1
- package/es/components/TagList/TagSwitch/style.less +28 -28
- package/es/components/TagList/style.css +6 -6
- package/es/components/TagList/style.less +28 -28
- package/es/components/Timeline/TimelineItem/style.css +1 -1
- package/es/components/Timeline/TimelineItem/style.less +49 -49
- package/es/components/Timeline/style.less +23 -23
- package/es/components/TopologyChart/index.d.ts +7 -0
- package/es/components/TopologyChart/index.js +19 -0
- package/es/components/TopologyChart/style.css +14 -0
- package/es/components/TopologyChart/style.less +14 -0
- package/es/components/Transfer/List/style.less +19 -19
- package/es/components/Transfer/ListBody/style.less +18 -18
- package/es/components/Transfer/style.less +14 -14
- package/es/components/TreeSelector/style.css +42 -30
- package/es/components/TreeSelector/style.less +56 -56
- package/es/constants/language/datetime/en.js +4 -2
- package/es/constants/language/datetime/type.d.ts +4 -2
- package/es/constants/language/datetime/zh.js +4 -2
- package/es/index.css +9067 -7963
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/es/index.less +56 -54
- package/es/style/mixin.less +45 -45
- package/es/style/theme.less +416 -416
- package/lib/components/AutoComplete/index.js +2 -2
- package/lib/components/AutoComplete/style.css +127 -39
- package/lib/components/AutoComplete/style.less +8 -8
- package/lib/components/Breadcrumb/style.css +13 -3
- package/lib/components/Breadcrumb/style.less +9 -9
- package/lib/components/Button/style.css +282 -176
- package/lib/components/Button/style.less +51 -51
- package/lib/components/Card/RowExtra/style.css +6 -0
- package/lib/components/Card/RowExtra/style.less +8 -8
- package/lib/components/Card/SearchInput/style.less +8 -8
- package/lib/components/Card/style.css +61 -66
- package/lib/components/Card/style.less +11 -11
- package/lib/components/CheckTransformList/style.css +345 -121
- package/lib/components/CheckTransformList/style.less +35 -35
- package/lib/components/Checkbox/index.js +9 -1
- package/lib/components/Checkbox/style.css +5 -0
- package/lib/components/Checkbox/style.less +5 -5
- package/lib/components/CheckboxList/style.css +10 -5
- package/lib/components/CheckboxList/style.less +11 -11
- package/lib/components/Collapse/style.css +35 -3
- package/lib/components/Collapse/style.less +58 -58
- package/lib/components/CollapsiblePanel/style.less +63 -63
- package/lib/components/DateTimePicker/Base/index.d.ts +3 -0
- package/lib/components/DateTimePicker/Base/index.js +51 -6
- package/lib/components/DateTimePicker/Base/style.css +508 -112
- package/lib/components/DateTimePicker/Base/style.less +167 -160
- package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/lib/components/DateTimePicker/DisplayInput/index.js +3 -1
- package/lib/components/DateTimePicker/DisplayInput/style.css +231 -53
- package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/lib/components/DateTimePicker/constants.d.ts +9 -3
- package/lib/components/DateTimePicker/constants.js +1 -0
- package/lib/components/DateTimePicker/index.js +1 -1
- package/lib/components/DateTimePicker/style.css +77 -46
- package/lib/components/DateTimePicker/style.less +19 -19
- package/lib/components/DateTimePicker/time.d.ts +1 -0
- package/lib/components/DateTimePicker/time.js +1 -0
- package/lib/components/DateTimePicker/transform.js +4 -2
- package/lib/components/Descriptions/style.css +77 -46
- package/lib/components/Descriptions/style.less +16 -16
- package/lib/components/Drawer/CloseIcon/style.less +8 -8
- package/lib/components/Drawer/index.d.ts +6 -6
- package/lib/components/Drawer/index.js +4 -4
- package/lib/components/Drawer/style.css +244 -169
- package/lib/components/Drawer/style.less +69 -61
- package/lib/components/FileResumable/index.js +2 -3
- package/lib/components/FileResumable/style.css +20 -50
- package/lib/components/FileResumable/style.less +94 -94
- package/lib/components/FlameGraph/customTooltip.d.ts +22 -0
- package/lib/components/FlameGraph/customTooltip.js +114 -0
- package/lib/components/FlameGraph/index.d.ts +16 -0
- package/lib/components/FlameGraph/index.js +117 -0
- package/lib/components/FlameGraph/style.css +8 -0
- package/lib/components/FlameGraph/style.less +14 -0
- package/lib/components/Input/index.d.ts +1 -1
- package/lib/components/Input/style.css +231 -53
- package/lib/components/Input/style.less +12 -12
- package/lib/components/KeyValuePair/style.less +25 -25
- package/lib/components/Menu/Option.d.ts +1 -1
- package/lib/components/Menu/Option.js +17 -25
- package/lib/components/Menu/style.css +31 -22
- package/lib/components/Menu/style.less +18 -18
- package/lib/components/Modal/style.css +11 -8
- package/lib/components/Modal/style.less +30 -30
- package/lib/components/NameExplainTooltip/style.css +1 -1
- package/lib/components/NameExplainTooltip/style.less +10 -10
- package/lib/components/NameLimiter/index.js +1 -1
- package/lib/components/NameLimiter/style.css +83 -55
- package/lib/components/NameLimiter/style.less +19 -19
- package/lib/components/OptionList/InlineOptionList/style.css +22 -9
- package/lib/components/OptionList/InlineOptionList/style.less +16 -16
- package/lib/components/OptionList/OptionItem/style.css +85 -57
- package/lib/components/OptionList/OptionItem/style.less +25 -25
- package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
- package/lib/components/OptionList/PopoverOptionList/style.css +80 -49
- package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
- package/lib/components/OptionList/style.css +187 -115
- package/lib/components/OptionList/style.less +3 -3
- package/lib/components/RadioGroup/style.css +51 -40
- package/lib/components/RadioGroup/style.less +41 -41
- package/lib/components/RangeInput/style.css +604 -87
- package/lib/components/RangeInput/style.less +37 -37
- package/lib/components/RemarkName/style.css +83 -55
- package/lib/components/RemarkName/style.less +2 -2
- package/lib/components/Selector/style.css +127 -39
- package/lib/components/Selector/style.less +99 -99
- package/lib/components/Spin/style.css +10 -8
- package/lib/components/Spin/style.less +26 -26
- package/lib/components/Steps/ControlButton/style.less +5 -5
- package/lib/components/Steps/style.css +59 -21
- package/lib/components/Steps/style.less +48 -48
- package/lib/components/Table/ColumnSetting/index.d.ts +1 -0
- package/lib/components/Table/ColumnSetting/index.js +19 -14
- package/lib/components/Table/ColumnSetting/style.css +2 -5
- package/lib/components/Table/ColumnSetting/style.less +50 -51
- package/lib/components/Table/ColumnTag/style.css +4 -4
- package/lib/components/Table/ColumnTag/style.less +40 -40
- package/lib/components/Table/EmptyText.d.ts +7 -0
- package/lib/components/Table/EmptyText.js +27 -0
- package/lib/components/Table/ResizableTitle/style.less +25 -25
- package/lib/components/Table/index.d.ts +19 -88
- package/lib/components/Table/index.js +145 -327
- package/lib/components/Table/style.css +146 -98
- package/lib/components/Table/style.less +364 -345
- package/lib/components/Table/type.d.ts +63 -0
- package/lib/components/Table/type.js +8 -0
- package/lib/components/Table/util.d.ts +58 -0
- package/lib/components/Table/util.js +227 -0
- package/lib/components/Tabs/style.css +127 -78
- package/lib/components/Tabs/style.less +33 -33
- package/lib/components/TagList/Tag/style.css +5 -5
- package/lib/components/TagList/Tag/style.less +72 -72
- package/lib/components/TagList/TagSwitch/style.css +1 -1
- package/lib/components/TagList/TagSwitch/style.less +28 -28
- package/lib/components/TagList/style.css +6 -6
- package/lib/components/TagList/style.less +28 -28
- package/lib/components/Timeline/TimelineItem/style.css +1 -1
- package/lib/components/Timeline/TimelineItem/style.less +49 -49
- package/lib/components/Timeline/style.less +23 -23
- package/lib/components/TopologyChart/index.d.ts +7 -0
- package/lib/components/TopologyChart/index.js +28 -0
- package/lib/components/TopologyChart/style.css +14 -0
- package/lib/components/TopologyChart/style.less +14 -0
- package/lib/components/Transfer/List/style.less +19 -19
- package/lib/components/Transfer/ListBody/style.less +18 -18
- package/lib/components/Transfer/style.less +14 -14
- package/lib/components/TreeSelector/style.css +42 -30
- package/lib/components/TreeSelector/style.less +56 -56
- package/lib/constants/language/datetime/en.js +4 -2
- package/lib/constants/language/datetime/type.d.ts +4 -2
- package/lib/constants/language/datetime/zh.js +4 -2
- package/lib/index.css +4782 -3678
- package/lib/index.d.ts +2 -0
- package/lib/index.js +8 -1
- package/lib/index.less +56 -54
- package/lib/style/mixin.less +45 -45
- package/lib/style/theme.less +416 -416
- package/package.json +10 -6
@@ -20,7 +20,11 @@
|
|
20
20
|
margin: -10.5px -6px;
|
21
21
|
}
|
22
22
|
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
|
23
|
-
margin: -10.5px -6px -10.5px
|
23
|
+
margin: -10.5px -6px -10.5px 42px;
|
24
|
+
}
|
25
|
+
.ant-table.ant-table-middle .ant-table-selection-column {
|
26
|
+
-webkit-padding-start: 1.5px;
|
27
|
+
padding-inline-start: 1.5px;
|
24
28
|
}
|
25
29
|
.ant-table.ant-table-small {
|
26
30
|
font-size: 14px;
|
@@ -40,14 +44,11 @@
|
|
40
44
|
margin: -7px -6px;
|
41
45
|
}
|
42
46
|
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
|
43
|
-
margin: -7px -6px -7px
|
44
|
-
}
|
45
|
-
.ant-table-small .ant-table-thead > tr > th {
|
46
|
-
background-color: #fafafa;
|
47
|
+
margin: -7px -6px -7px 42px;
|
47
48
|
}
|
48
|
-
.ant-table-small .ant-table-selection-column {
|
49
|
-
|
50
|
-
|
49
|
+
.ant-table.ant-table-small .ant-table-selection-column {
|
50
|
+
-webkit-padding-start: 1.5px;
|
51
|
+
padding-inline-start: 1.5px;
|
51
52
|
}
|
52
53
|
.ant-table.ant-table-bordered > .ant-table-title {
|
53
54
|
border: 1px solid #ebecf0;
|
@@ -140,7 +141,7 @@
|
|
140
141
|
.ant-table-cell .ant-table-container:first-child {
|
141
142
|
border-top: 0;
|
142
143
|
}
|
143
|
-
.ant-table-cell-scrollbar {
|
144
|
+
.ant-table-cell-scrollbar:not([rowspan]) {
|
144
145
|
-webkit-box-shadow: 0 1px 0 1px #fafafa;
|
145
146
|
box-shadow: 0 1px 0 1px #fafafa;
|
146
147
|
}
|
@@ -253,7 +254,7 @@
|
|
253
254
|
}
|
254
255
|
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
|
255
256
|
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
|
256
|
-
margin: -14px -12px -14px
|
257
|
+
margin: -14px -12px -14px 36px;
|
257
258
|
}
|
258
259
|
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
|
259
260
|
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
|
@@ -270,11 +271,11 @@
|
|
270
271
|
background: #f3f7fd;
|
271
272
|
}
|
272
273
|
.ant-table-tbody > tr.ant-table-row-selected > td {
|
273
|
-
background: #
|
274
|
+
background: #436bff;
|
274
275
|
border-color: rgba(0, 0, 0, 0.03);
|
275
276
|
}
|
276
277
|
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
|
277
|
-
background: #
|
278
|
+
background: #3963ff;
|
278
279
|
}
|
279
280
|
.ant-table-summary {
|
280
281
|
position: relative;
|
@@ -321,6 +322,7 @@ div.ant-table-summary {
|
|
321
322
|
justify-content: flex-end;
|
322
323
|
}
|
323
324
|
.ant-table-thead th.ant-table-column-has-sorters {
|
325
|
+
outline: none;
|
324
326
|
cursor: pointer;
|
325
327
|
-webkit-transition: all 0.3s;
|
326
328
|
transition: all 0.3s;
|
@@ -331,6 +333,9 @@ div.ant-table-summary {
|
|
331
333
|
.ant-table-thead th.ant-table-column-has-sorters:hover::before {
|
332
334
|
background-color: transparent !important;
|
333
335
|
}
|
336
|
+
.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
|
337
|
+
color: #436bff;
|
338
|
+
}
|
334
339
|
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
|
335
340
|
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
|
336
341
|
background: #f5f5f5;
|
@@ -400,7 +405,7 @@ td.ant-table-column-sort {
|
|
400
405
|
}
|
401
406
|
.ant-table-column-sorter-up.active,
|
402
407
|
.ant-table-column-sorter-down.active {
|
403
|
-
color: #
|
408
|
+
color: #436bff;
|
404
409
|
}
|
405
410
|
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
|
406
411
|
margin-top: -0.3em;
|
@@ -438,7 +443,7 @@ td.ant-table-column-sort {
|
|
438
443
|
background: rgba(0, 0, 0, 0.04);
|
439
444
|
}
|
440
445
|
.ant-table-filter-trigger.active {
|
441
|
-
color: #
|
446
|
+
color: #436bff;
|
442
447
|
}
|
443
448
|
.ant-table-filter-dropdown {
|
444
449
|
-webkit-box-sizing: border-box;
|
@@ -477,11 +482,11 @@ td.ant-table-column-sort {
|
|
477
482
|
padding: 8px 8px 0;
|
478
483
|
}
|
479
484
|
.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
|
480
|
-
background-color: rgba(
|
485
|
+
background-color: rgba(67, 107, 255, 0.05);
|
481
486
|
}
|
482
487
|
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
|
483
488
|
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
|
484
|
-
background-color: rgba(
|
489
|
+
background-color: rgba(67, 107, 255, 0.05);
|
485
490
|
}
|
486
491
|
.ant-table-filter-dropdown-search {
|
487
492
|
padding: 8px;
|
@@ -560,8 +565,8 @@ table tr th.ant-table-selection-column::after {
|
|
560
565
|
transition: all 0.3s;
|
561
566
|
-webkit-margin-start: 100%;
|
562
567
|
margin-inline-start: 100%;
|
563
|
-
-webkit-padding-start:
|
564
|
-
padding-inline-start:
|
568
|
+
-webkit-padding-start: 3px;
|
569
|
+
padding-inline-start: 3px;
|
565
570
|
}
|
566
571
|
.ant-table-selection-extra .anticon {
|
567
572
|
color: #bfbfbf;
|
@@ -576,20 +581,24 @@ table tr th.ant-table-selection-column::after {
|
|
576
581
|
.ant-table-row-expand-icon-cell {
|
577
582
|
text-align: center;
|
578
583
|
}
|
584
|
+
.ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
|
585
|
+
display: -webkit-inline-box;
|
586
|
+
display: -ms-inline-flexbox;
|
587
|
+
display: inline-flex;
|
588
|
+
float: none;
|
589
|
+
vertical-align: sub;
|
590
|
+
}
|
579
591
|
.ant-table-row-indent {
|
580
592
|
float: left;
|
581
593
|
height: 1px;
|
582
594
|
}
|
583
595
|
.ant-table-row-expand-icon {
|
584
|
-
color: #
|
585
|
-
|
596
|
+
color: #436bff;
|
597
|
+
outline: none;
|
586
598
|
cursor: pointer;
|
587
599
|
-webkit-transition: color 0.3s;
|
588
600
|
transition: color 0.3s;
|
589
601
|
position: relative;
|
590
|
-
display: -webkit-inline-box;
|
591
|
-
display: -ms-inline-flexbox;
|
592
|
-
display: inline-flex;
|
593
602
|
float: left;
|
594
603
|
-webkit-box-sizing: border-box;
|
595
604
|
box-sizing: border-box;
|
@@ -601,7 +610,6 @@ table tr th.ant-table-selection-column::after {
|
|
601
610
|
background: #ffffff;
|
602
611
|
border: 1px solid #ebecf0;
|
603
612
|
border-radius: 2px;
|
604
|
-
outline: none;
|
605
613
|
-webkit-transform: scale(0.94117647);
|
606
614
|
transform: scale(0.94117647);
|
607
615
|
-webkit-transition: all 0.3s;
|
@@ -611,22 +619,22 @@ table tr th.ant-table-selection-column::after {
|
|
611
619
|
-ms-user-select: none;
|
612
620
|
user-select: none;
|
613
621
|
}
|
614
|
-
.ant-table-row-expand-icon:focus,
|
622
|
+
.ant-table-row-expand-icon:focus-visible,
|
615
623
|
.ant-table-row-expand-icon:hover {
|
616
|
-
color: #
|
624
|
+
color: #436bff;
|
617
625
|
}
|
618
626
|
.ant-table-row-expand-icon:active {
|
619
|
-
color: #
|
627
|
+
color: #436bff;
|
620
628
|
}
|
621
629
|
.ant-table-row-expand-icon:focus,
|
622
630
|
.ant-table-row-expand-icon:hover,
|
623
631
|
.ant-table-row-expand-icon:active {
|
624
|
-
border-color:
|
632
|
+
border-color: currentcolor;
|
625
633
|
}
|
626
634
|
.ant-table-row-expand-icon::before,
|
627
635
|
.ant-table-row-expand-icon::after {
|
628
636
|
position: absolute;
|
629
|
-
background:
|
637
|
+
background: currentcolor;
|
630
638
|
-webkit-transition: -webkit-transform 0.3s ease-out;
|
631
639
|
transition: -webkit-transform 0.3s ease-out;
|
632
640
|
transition: transform 0.3s ease-out;
|
@@ -720,6 +728,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
720
728
|
content: '';
|
721
729
|
pointer-events: none;
|
722
730
|
}
|
731
|
+
.ant-table-cell-fix-left-all::after {
|
732
|
+
display: none;
|
733
|
+
}
|
723
734
|
.ant-table-cell-fix-right-first::after,
|
724
735
|
.ant-table-cell-fix-right-last::after {
|
725
736
|
position: absolute;
|
@@ -741,7 +752,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
741
752
|
position: absolute;
|
742
753
|
top: 0;
|
743
754
|
bottom: 0;
|
744
|
-
z-index: 1;
|
755
|
+
z-index: calc(calc(2 + 1) + 1);
|
745
756
|
width: 30px;
|
746
757
|
-webkit-transition: -webkit-box-shadow 0.3s;
|
747
758
|
transition: -webkit-box-shadow 0.3s;
|
@@ -756,10 +767,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
756
767
|
.ant-table .ant-table-container::after {
|
757
768
|
right: 0;
|
758
769
|
}
|
759
|
-
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
|
770
|
+
.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container {
|
760
771
|
position: relative;
|
761
772
|
}
|
762
|
-
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
|
773
|
+
.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container::before {
|
763
774
|
-webkit-box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
|
764
775
|
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
|
765
776
|
}
|
@@ -771,10 +782,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
771
782
|
.ant-table-ping-left .ant-table-cell-fix-left-last::before {
|
772
783
|
background-color: transparent !important;
|
773
784
|
}
|
774
|
-
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
|
785
|
+
.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container {
|
775
786
|
position: relative;
|
776
787
|
}
|
777
|
-
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
|
788
|
+
.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container::after {
|
778
789
|
-webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
|
779
790
|
box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
|
780
791
|
}
|
@@ -839,6 +850,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
839
850
|
border-top-left-radius: 0;
|
840
851
|
border-top-right-radius: 0;
|
841
852
|
}
|
853
|
+
.ant-table-title + .ant-table-container table {
|
854
|
+
border-radius: 0;
|
855
|
+
}
|
842
856
|
.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
|
843
857
|
border-radius: 0;
|
844
858
|
}
|
@@ -999,31 +1013,41 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
999
1013
|
.ant-pagination-item a:hover {
|
1000
1014
|
text-decoration: none;
|
1001
1015
|
}
|
1002
|
-
.ant-pagination-item:focus-visible,
|
1003
1016
|
.ant-pagination-item:hover {
|
1004
|
-
border-color: #
|
1017
|
+
border-color: #436bff;
|
1005
1018
|
-webkit-transition: all 0.3s;
|
1006
1019
|
transition: all 0.3s;
|
1007
1020
|
}
|
1008
|
-
.ant-pagination-item:focus-visible a,
|
1009
1021
|
.ant-pagination-item:hover a {
|
1010
|
-
color: #
|
1022
|
+
color: #436bff;
|
1023
|
+
}
|
1024
|
+
.ant-pagination-item:focus-visible {
|
1025
|
+
border-color: #436bff;
|
1026
|
+
-webkit-transition: all 0.3s;
|
1027
|
+
transition: all 0.3s;
|
1028
|
+
}
|
1029
|
+
.ant-pagination-item:focus-visible a {
|
1030
|
+
color: #436bff;
|
1011
1031
|
}
|
1012
1032
|
.ant-pagination-item-active {
|
1013
1033
|
font-weight: 500;
|
1014
1034
|
background: #ffffff;
|
1015
|
-
border-color: #
|
1035
|
+
border-color: #436bff;
|
1016
1036
|
}
|
1017
1037
|
.ant-pagination-item-active a {
|
1018
|
-
color: #
|
1038
|
+
color: #436bff;
|
1019
1039
|
}
|
1020
|
-
.ant-pagination-item-active:focus-visible,
|
1021
1040
|
.ant-pagination-item-active:hover {
|
1022
|
-
border-color: #
|
1041
|
+
border-color: #6b90ff;
|
1042
|
+
}
|
1043
|
+
.ant-pagination-item-active:focus-visible {
|
1044
|
+
border-color: #6b90ff;
|
1023
1045
|
}
|
1024
|
-
.ant-pagination-item-active:focus-visible a,
|
1025
1046
|
.ant-pagination-item-active:hover a {
|
1026
|
-
color: #
|
1047
|
+
color: #6b90ff;
|
1048
|
+
}
|
1049
|
+
.ant-pagination-item-active:focus-visible a {
|
1050
|
+
color: #6b90ff;
|
1027
1051
|
}
|
1028
1052
|
.ant-pagination-jump-prev,
|
1029
1053
|
.ant-pagination-jump-next {
|
@@ -1035,7 +1059,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
1035
1059
|
}
|
1036
1060
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
1037
1061
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
1038
|
-
color: #
|
1062
|
+
color: #436bff;
|
1039
1063
|
font-size: 12px;
|
1040
1064
|
letter-spacing: -1px;
|
1041
1065
|
opacity: 0;
|
@@ -1068,18 +1092,22 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
1068
1092
|
-webkit-transition: all 0.2s;
|
1069
1093
|
transition: all 0.2s;
|
1070
1094
|
}
|
1071
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
1072
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
|
1073
1095
|
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
1074
1096
|
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
1075
1097
|
opacity: 1;
|
1076
1098
|
}
|
1077
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
1078
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
|
1079
1099
|
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
1080
1100
|
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
1081
1101
|
opacity: 0;
|
1082
1102
|
}
|
1103
|
+
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
1104
|
+
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
|
1105
|
+
opacity: 1;
|
1106
|
+
}
|
1107
|
+
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
1108
|
+
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
|
1109
|
+
opacity: 0;
|
1110
|
+
}
|
1083
1111
|
.ant-pagination-prev,
|
1084
1112
|
.ant-pagination-jump-prev,
|
1085
1113
|
.ant-pagination-jump-next {
|
@@ -1119,7 +1147,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
1119
1147
|
}
|
1120
1148
|
.ant-pagination-prev:hover button,
|
1121
1149
|
.ant-pagination-next:hover button {
|
1122
|
-
border-color: #
|
1150
|
+
border-color: #6b90ff;
|
1123
1151
|
}
|
1124
1152
|
.ant-pagination-prev .ant-pagination-item-link,
|
1125
1153
|
.ant-pagination-next .ant-pagination-item-link {
|
@@ -1137,19 +1165,28 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
1137
1165
|
transition: all 0.3s;
|
1138
1166
|
}
|
1139
1167
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
1140
|
-
.ant-pagination-next:focus-visible .ant-pagination-item-link
|
1168
|
+
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
1169
|
+
color: #436bff;
|
1170
|
+
border-color: #436bff;
|
1171
|
+
}
|
1141
1172
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
1142
1173
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
1143
|
-
color: #
|
1144
|
-
border-color: #
|
1174
|
+
color: #436bff;
|
1175
|
+
border-color: #436bff;
|
1145
1176
|
}
|
1146
1177
|
.ant-pagination-disabled,
|
1147
|
-
.ant-pagination-disabled:hover
|
1148
|
-
.ant-pagination-disabled:focus-visible {
|
1178
|
+
.ant-pagination-disabled:hover {
|
1149
1179
|
cursor: not-allowed;
|
1150
1180
|
}
|
1151
1181
|
.ant-pagination-disabled .ant-pagination-item-link,
|
1152
|
-
.ant-pagination-disabled:hover .ant-pagination-item-link
|
1182
|
+
.ant-pagination-disabled:hover .ant-pagination-item-link {
|
1183
|
+
color: rgba(0, 0, 0, 0.25);
|
1184
|
+
border-color: #e5e5e5;
|
1185
|
+
cursor: not-allowed;
|
1186
|
+
}
|
1187
|
+
.ant-pagination-disabled:focus-visible {
|
1188
|
+
cursor: not-allowed;
|
1189
|
+
}
|
1153
1190
|
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
1154
1191
|
color: rgba(0, 0, 0, 0.25);
|
1155
1192
|
border-color: #e5e5e5;
|
@@ -1195,19 +1232,20 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
1195
1232
|
border-radius: 2px;
|
1196
1233
|
-webkit-transition: all 0.3s;
|
1197
1234
|
transition: all 0.3s;
|
1198
|
-
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
1199
1235
|
width: 50px;
|
1200
1236
|
height: 32px;
|
1201
1237
|
margin: 0 8px;
|
1202
1238
|
}
|
1203
|
-
.ant-pagination-options-quick-jumper input::-moz-placeholder {
|
1204
|
-
opacity: 1;
|
1205
|
-
}
|
1206
1239
|
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
|
1207
1240
|
color: #bfbfbf;
|
1208
1241
|
-webkit-user-select: none;
|
1209
1242
|
user-select: none;
|
1210
1243
|
}
|
1244
|
+
.ant-pagination-options-quick-jumper input::-moz-placeholder {
|
1245
|
+
color: #bfbfbf;
|
1246
|
+
-moz-user-select: none;
|
1247
|
+
user-select: none;
|
1248
|
+
}
|
1211
1249
|
.ant-pagination-options-quick-jumper input::-ms-input-placeholder {
|
1212
1250
|
color: #bfbfbf;
|
1213
1251
|
-ms-user-select: none;
|
@@ -1224,15 +1262,15 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
1224
1262
|
text-overflow: ellipsis;
|
1225
1263
|
}
|
1226
1264
|
.ant-pagination-options-quick-jumper input:hover {
|
1227
|
-
border-color: #
|
1228
|
-
border-right-width: 1px
|
1265
|
+
border-color: #436bff;
|
1266
|
+
border-right-width: 1px;
|
1229
1267
|
}
|
1230
1268
|
.ant-pagination-options-quick-jumper input:focus,
|
1231
1269
|
.ant-pagination-options-quick-jumper input-focused {
|
1232
|
-
border-color: #
|
1233
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
1234
|
-
box-shadow: 0 0 0 2px rgba(
|
1235
|
-
border-right-width: 1px
|
1270
|
+
border-color: #6b90ff;
|
1271
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1272
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1273
|
+
border-right-width: 1px;
|
1236
1274
|
outline: 0;
|
1237
1275
|
}
|
1238
1276
|
.ant-pagination-options-quick-jumper input-disabled {
|
@@ -1246,7 +1284,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
1246
1284
|
}
|
1247
1285
|
.ant-pagination-options-quick-jumper input-disabled:hover {
|
1248
1286
|
border-color: #bfbfbf;
|
1249
|
-
border-right-width: 1px
|
1287
|
+
border-right-width: 1px;
|
1250
1288
|
}
|
1251
1289
|
.ant-pagination-options-quick-jumper input[disabled] {
|
1252
1290
|
color: rgba(0, 0, 0, 0.25);
|
@@ -1259,7 +1297,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
1259
1297
|
}
|
1260
1298
|
.ant-pagination-options-quick-jumper input[disabled]:hover {
|
1261
1299
|
border-color: #bfbfbf;
|
1262
|
-
border-right-width: 1px
|
1300
|
+
border-right-width: 1px;
|
1263
1301
|
}
|
1264
1302
|
.ant-pagination-options-quick-jumper input-borderless,
|
1265
1303
|
.ant-pagination-options-quick-jumper input-borderless:hover,
|
@@ -1325,12 +1363,12 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1325
1363
|
transition: border-color 0.3s;
|
1326
1364
|
}
|
1327
1365
|
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
1328
|
-
border-color: #
|
1366
|
+
border-color: #436bff;
|
1329
1367
|
}
|
1330
1368
|
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
1331
|
-
border-color: #
|
1332
|
-
-webkit-box-shadow: 0 0 0 2px rgba(
|
1333
|
-
box-shadow: 0 0 0 2px rgba(
|
1369
|
+
border-color: #6b90ff;
|
1370
|
+
-webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1371
|
+
box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
|
1334
1372
|
}
|
1335
1373
|
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
1336
1374
|
color: rgba(0, 0, 0, 0.25);
|
@@ -1338,55 +1376,55 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1338
1376
|
border-color: #e5e5e5;
|
1339
1377
|
cursor: not-allowed;
|
1340
1378
|
}
|
1341
|
-
.ant-pagination.mini .ant-pagination-total-text,
|
1342
|
-
.ant-pagination.mini .ant-pagination-simple-pager {
|
1379
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
|
1380
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
|
1343
1381
|
height: 24px;
|
1344
1382
|
line-height: 24px;
|
1345
1383
|
}
|
1346
|
-
.ant-pagination.mini .ant-pagination-item {
|
1384
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-item {
|
1347
1385
|
min-width: 24px;
|
1348
1386
|
height: 24px;
|
1349
1387
|
margin: 0;
|
1350
1388
|
line-height: 22px;
|
1351
1389
|
}
|
1352
|
-
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
|
1390
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
|
1353
1391
|
background: transparent;
|
1354
1392
|
border-color: transparent;
|
1355
1393
|
}
|
1356
|
-
.ant-pagination.mini .ant-pagination-prev,
|
1357
|
-
.ant-pagination.mini .ant-pagination-next {
|
1394
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
|
1395
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-next {
|
1358
1396
|
min-width: 24px;
|
1359
1397
|
height: 24px;
|
1360
1398
|
margin: 0;
|
1361
1399
|
line-height: 24px;
|
1362
1400
|
}
|
1363
|
-
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
|
1364
|
-
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
|
1401
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
|
1402
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
|
1365
1403
|
background: transparent;
|
1366
1404
|
border-color: transparent;
|
1367
1405
|
}
|
1368
|
-
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
|
1369
|
-
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
|
1406
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
|
1407
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
|
1370
1408
|
height: 24px;
|
1371
1409
|
line-height: 24px;
|
1372
1410
|
}
|
1373
|
-
.ant-pagination.mini .ant-pagination-jump-prev,
|
1374
|
-
.ant-pagination.mini .ant-pagination-jump-next {
|
1411
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
|
1412
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
|
1375
1413
|
height: 24px;
|
1376
1414
|
margin-right: 0;
|
1377
1415
|
line-height: 24px;
|
1378
1416
|
}
|
1379
|
-
.ant-pagination.mini .ant-pagination-options {
|
1417
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-options {
|
1380
1418
|
margin-left: 2px;
|
1381
1419
|
}
|
1382
|
-
.ant-pagination.mini .ant-pagination-options-size-changer {
|
1420
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
|
1383
1421
|
top: 0px;
|
1384
1422
|
}
|
1385
|
-
.ant-pagination.mini .ant-pagination-options-quick-jumper {
|
1423
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
|
1386
1424
|
height: 24px;
|
1387
1425
|
line-height: 24px;
|
1388
1426
|
}
|
1389
|
-
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
|
1427
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
|
1390
1428
|
padding: 1px 7px;
|
1391
1429
|
width: 44px;
|
1392
1430
|
height: 26px;
|
@@ -1478,7 +1516,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1478
1516
|
margin-left: 0;
|
1479
1517
|
}
|
1480
1518
|
.pandora-sdk-table-wrapper a {
|
1481
|
-
color: #
|
1519
|
+
color: #436bff;
|
1482
1520
|
}
|
1483
1521
|
.pandora-sdk-table-wrapper a:hover {
|
1484
1522
|
text-decoration: underline;
|
@@ -1513,7 +1551,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1513
1551
|
line-height: 20px;
|
1514
1552
|
}
|
1515
1553
|
.pandora-sdk-table-wrapper .ant-table-thead > tr > th .anticon-filter.ant-table-filter-selected {
|
1516
|
-
color: #
|
1554
|
+
color: #436bff;
|
1517
1555
|
}
|
1518
1556
|
.pandora-sdk-table-wrapper .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
|
1519
1557
|
margin-left: 8px;
|
@@ -1601,11 +1639,11 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1601
1639
|
}
|
1602
1640
|
.pandora-sdk-table-wrapper .ant-pagination-item:hover,
|
1603
1641
|
.pandora-sdk-table-wrapper .ant-pagination-item-active {
|
1604
|
-
border-color: #
|
1642
|
+
border-color: #436bff;
|
1605
1643
|
}
|
1606
1644
|
.pandora-sdk-table-wrapper .ant-pagination-item:hover a,
|
1607
1645
|
.pandora-sdk-table-wrapper .ant-pagination-item-active a {
|
1608
|
-
color: #
|
1646
|
+
color: #436bff;
|
1609
1647
|
}
|
1610
1648
|
.pandora-sdk-table-wrapper .ant-pagination-item-link,
|
1611
1649
|
.pandora-sdk-table-wrapper .ant-pagination-item-link {
|
@@ -1617,11 +1655,11 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1617
1655
|
}
|
1618
1656
|
.pandora-sdk-table-wrapper .ant-pagination-item-link:hover,
|
1619
1657
|
.pandora-sdk-table-wrapper .ant-pagination-item-link:hover {
|
1620
|
-
border-color: #
|
1658
|
+
border-color: #436bff;
|
1621
1659
|
}
|
1622
1660
|
.pandora-sdk-table-wrapper .ant-pagination-item-link:hover i,
|
1623
1661
|
.pandora-sdk-table-wrapper .ant-pagination-item-link:hover i {
|
1624
|
-
color: #
|
1662
|
+
color: #436bff;
|
1625
1663
|
}
|
1626
1664
|
.pandora-sdk-table-wrapper .ant-pagination-disabled .ant-pagination-item-link:hover,
|
1627
1665
|
.pandora-sdk-table-wrapper .ant-pagination-disabled .ant-pagination-item-link:hover {
|
@@ -1668,9 +1706,6 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1668
1706
|
.pandora-sdk-table-wrapper .ant-table-thead > tr > th .ant-table-column-sorters .ant-table-filter-trigger-container {
|
1669
1707
|
position: relative;
|
1670
1708
|
}
|
1671
|
-
.pandora-sdk-table-wrapper .ant-table-filter-dropdown .ant-dropdown-menu {
|
1672
|
-
max-height: 200px;
|
1673
|
-
}
|
1674
1709
|
.pandora-sdk-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > td {
|
1675
1710
|
background-color: #f3f7fd;
|
1676
1711
|
}
|
@@ -1678,6 +1713,9 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1678
1713
|
display: block;
|
1679
1714
|
line-height: 28px;
|
1680
1715
|
}
|
1716
|
+
.pandora-sdk-table-wrapper .ant-table-filter-trigger.active .anticon {
|
1717
|
+
color: #436bff;
|
1718
|
+
}
|
1681
1719
|
.pandora-sdk-table-wrapper .pandora-sdk-table-empty {
|
1682
1720
|
margin: 32px 0;
|
1683
1721
|
}
|
@@ -1701,7 +1739,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1701
1739
|
.pandora-sdk-table-batch-opt .pandora-sdk-table-batch-opt-item {
|
1702
1740
|
margin-right: 10px;
|
1703
1741
|
cursor: pointer;
|
1704
|
-
color: #
|
1742
|
+
color: #436bff;
|
1705
1743
|
}
|
1706
1744
|
.pandora-sdk-table-batch-opt .pandora-sdk-table-batch-opt-disabled {
|
1707
1745
|
pointer-events: none;
|
@@ -1748,3 +1786,13 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
1748
1786
|
.ant-table-thead > tr > th > .ant-table-filter-column > .ant-table-column-title > .ant-table-column-sorters > .ant-table-column-title {
|
1749
1787
|
position: static;
|
1750
1788
|
}
|
1789
|
+
.ant-table-filter-dropdown .ant-dropdown-menu {
|
1790
|
+
max-height: 200px;
|
1791
|
+
}
|
1792
|
+
.ant-table-filter-dropdown .ant-dropdown-menu-item,
|
1793
|
+
.ant-table-filter-dropdown .ant-dropdown-menu-submenu-title {
|
1794
|
+
font-size: 12px;
|
1795
|
+
}
|
1796
|
+
.ant-table-filter-dropdown .ant-table-filter-dropdown-btns button {
|
1797
|
+
font-size: 12px;
|
1798
|
+
}
|