@qn-pandora/pandora-component 5.0.2 → 5.1.1

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 (105) hide show
  1. package/es/components/AutoComplete/index.js +2 -2
  2. package/es/components/AutoComplete/style.css +110 -22
  3. package/es/components/Breadcrumb/style.css +13 -3
  4. package/es/components/Button/style.css +215 -109
  5. package/es/components/Card/RowExtra/style.css +6 -0
  6. package/es/components/Card/style.css +50 -55
  7. package/es/components/CheckTransformList/style.css +327 -103
  8. package/es/components/Checkbox/style.css +5 -0
  9. package/es/components/CheckboxList/style.css +5 -0
  10. package/es/components/Collapse/style.css +34 -2
  11. package/es/components/DateTimePicker/Base/style.css +446 -56
  12. package/es/components/DateTimePicker/DisplayInput/style.css +218 -40
  13. package/es/components/DateTimePicker/index.js +1 -1
  14. package/es/components/DateTimePicker/style.css +77 -46
  15. package/es/components/Descriptions/style.css +77 -46
  16. package/es/components/Drawer/index.d.ts +6 -6
  17. package/es/components/Drawer/index.js +4 -4
  18. package/es/components/Drawer/style.css +244 -169
  19. package/es/components/Drawer/style.less +8 -0
  20. package/es/components/FileResumable/style.css +12 -42
  21. package/es/components/Input/index.d.ts +1 -1
  22. package/es/components/Input/style.css +218 -40
  23. package/es/components/Menu/style.css +16 -7
  24. package/es/components/Modal/style.css +10 -7
  25. package/es/components/NameLimiter/index.js +1 -1
  26. package/es/components/NameLimiter/style.css +83 -55
  27. package/es/components/OptionList/InlineOptionList/style.css +21 -8
  28. package/es/components/OptionList/OptionItem/style.css +83 -55
  29. package/es/components/OptionList/PopoverOptionList/index.js +1 -1
  30. package/es/components/OptionList/PopoverOptionList/style.css +77 -46
  31. package/es/components/OptionList/style.css +181 -109
  32. package/es/components/RadioGroup/style.css +27 -16
  33. package/es/components/RangeInput/style.css +581 -64
  34. package/es/components/RemarkName/style.css +83 -55
  35. package/es/components/Selector/style.css +110 -22
  36. package/es/components/Spin/style.css +8 -6
  37. package/es/components/Steps/style.css +43 -5
  38. package/es/components/Table/ColumnSetting/style.css +2 -5
  39. package/es/components/Table/ColumnSetting/style.less +2 -3
  40. package/es/components/Table/index.d.ts +12 -9
  41. package/es/components/Table/index.js +73 -84
  42. package/es/components/Table/style.css +99 -61
  43. package/es/components/Tabs/style.css +117 -68
  44. package/es/components/TopologyChart/index.d.ts +7 -0
  45. package/es/components/TopologyChart/index.js +19 -0
  46. package/es/components/TopologyChart/style.css +14 -0
  47. package/es/components/TopologyChart/style.less +14 -0
  48. package/es/components/TreeSelector/style.css +21 -9
  49. package/es/index.css +4134 -3054
  50. package/es/index.d.ts +1 -0
  51. package/es/index.js +1 -0
  52. package/es/index.less +16 -15
  53. package/lib/components/AutoComplete/index.js +2 -2
  54. package/lib/components/AutoComplete/style.css +110 -22
  55. package/lib/components/Breadcrumb/style.css +13 -3
  56. package/lib/components/Button/style.css +215 -109
  57. package/lib/components/Card/RowExtra/style.css +6 -0
  58. package/lib/components/Card/style.css +50 -55
  59. package/lib/components/CheckTransformList/style.css +327 -103
  60. package/lib/components/Checkbox/style.css +5 -0
  61. package/lib/components/CheckboxList/style.css +5 -0
  62. package/lib/components/Collapse/style.css +34 -2
  63. package/lib/components/DateTimePicker/Base/style.css +446 -56
  64. package/lib/components/DateTimePicker/DisplayInput/style.css +218 -40
  65. package/lib/components/DateTimePicker/index.js +1 -1
  66. package/lib/components/DateTimePicker/style.css +77 -46
  67. package/lib/components/Descriptions/style.css +77 -46
  68. package/lib/components/Drawer/index.d.ts +6 -6
  69. package/lib/components/Drawer/index.js +4 -4
  70. package/lib/components/Drawer/style.css +244 -169
  71. package/lib/components/Drawer/style.less +8 -0
  72. package/lib/components/FileResumable/style.css +12 -42
  73. package/lib/components/Input/index.d.ts +1 -1
  74. package/lib/components/Input/style.css +218 -40
  75. package/lib/components/Menu/style.css +16 -7
  76. package/lib/components/Modal/style.css +10 -7
  77. package/lib/components/NameLimiter/index.js +1 -1
  78. package/lib/components/NameLimiter/style.css +83 -55
  79. package/lib/components/OptionList/InlineOptionList/style.css +21 -8
  80. package/lib/components/OptionList/OptionItem/style.css +83 -55
  81. package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
  82. package/lib/components/OptionList/PopoverOptionList/style.css +77 -46
  83. package/lib/components/OptionList/style.css +181 -109
  84. package/lib/components/RadioGroup/style.css +27 -16
  85. package/lib/components/RangeInput/style.css +581 -64
  86. package/lib/components/RemarkName/style.css +83 -55
  87. package/lib/components/Selector/style.css +110 -22
  88. package/lib/components/Spin/style.css +8 -6
  89. package/lib/components/Steps/style.css +43 -5
  90. package/lib/components/Table/ColumnSetting/style.css +2 -5
  91. package/lib/components/Table/ColumnSetting/style.less +2 -3
  92. package/lib/components/Table/index.d.ts +12 -9
  93. package/lib/components/Table/index.js +73 -84
  94. package/lib/components/Table/style.css +99 -61
  95. package/lib/components/Tabs/style.css +117 -68
  96. package/lib/components/TopologyChart/index.d.ts +7 -0
  97. package/lib/components/TopologyChart/index.js +28 -0
  98. package/lib/components/TopologyChart/style.css +14 -0
  99. package/lib/components/TopologyChart/style.less +14 -0
  100. package/lib/components/TreeSelector/style.css +21 -9
  101. package/lib/index.css +10899 -9819
  102. package/lib/index.d.ts +1 -0
  103. package/lib/index.js +6 -1
  104. package/lib/index.less +23 -22
  105. package/package.json +7 -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 23px;
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 23px;
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
- width: 46px;
50
- min-width: 46px;
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 29px;
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 {
@@ -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: #7a869a;
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;
@@ -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: 4px;
564
- padding-inline-start: 4px;
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
596
  color: #7a869a;
585
- text-decoration: none;
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,7 +619,7 @@ 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
624
  color: #2c6dd2;
617
625
  }
@@ -621,12 +629,12 @@ table tr th.ant-table-selection-column::after {
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: currentColor;
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: currentColor;
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,16 +1013,22 @@ 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
1017
  border-color: #7a869a;
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
1022
  color: #7a869a;
1011
1023
  }
1024
+ .ant-pagination-item:focus-visible {
1025
+ border-color: #7a869a;
1026
+ -webkit-transition: all 0.3s;
1027
+ transition: all 0.3s;
1028
+ }
1029
+ .ant-pagination-item:focus-visible a {
1030
+ color: #7a869a;
1031
+ }
1012
1032
  .ant-pagination-item-active {
1013
1033
  font-weight: 500;
1014
1034
  background: #ffffff;
@@ -1017,14 +1037,18 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1017
1037
  .ant-pagination-item-active a {
1018
1038
  color: #7a869a;
1019
1039
  }
1020
- .ant-pagination-item-active:focus-visible,
1021
1040
  .ant-pagination-item-active:hover {
1022
1041
  border-color: #9ca0a6;
1023
1042
  }
1024
- .ant-pagination-item-active:focus-visible a,
1043
+ .ant-pagination-item-active:focus-visible {
1044
+ border-color: #9ca0a6;
1045
+ }
1025
1046
  .ant-pagination-item-active:hover a {
1026
1047
  color: #9ca0a6;
1027
1048
  }
1049
+ .ant-pagination-item-active:focus-visible a {
1050
+ color: #9ca0a6;
1051
+ }
1028
1052
  .ant-pagination-jump-prev,
1029
1053
  .ant-pagination-jump-next {
1030
1054
  outline: 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 {
@@ -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: #7a869a;
1170
+ border-color: #7a869a;
1171
+ }
1141
1172
  .ant-pagination-prev:hover .ant-pagination-item-link,
1142
1173
  .ant-pagination-next:hover .ant-pagination-item-link {
1143
1174
  color: #7a869a;
1144
1175
  border-color: #7a869a;
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;
@@ -1225,14 +1263,14 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1225
1263
  }
1226
1264
  .ant-pagination-options-quick-jumper input:hover {
1227
1265
  border-color: #2c6dd2;
1228
- border-right-width: 1px !important;
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
1270
  border-color: #9ca0a6;
1233
1271
  -webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
1234
1272
  box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
1235
- border-right-width: 1px !important;
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 !important;
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 !important;
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,
@@ -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;