@fle-ui/next 1.0.5-alpha.4 → 1.0.5-alpha.7
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/dist/@fle-ui/next.css +1815 -5117
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +6350 -6356
- package/dist/@fle-ui/next.js.map +1 -1
- package/dist/@fle-ui/next.min.css +3 -3
- package/dist/@fle-ui/next.min.css.map +1 -1
- package/dist/@fle-ui/next.min.js +5 -5
- package/dist/@fle-ui/next.min.js.map +1 -1
- package/es/affix/style/index.css +0 -42
- package/es/alert/style/index.css +17 -59
- package/es/anchor/Anchor.d.ts +1 -1
- package/es/anchor/style/index.css +5 -47
- package/es/auto-complete/style/index.css +1 -43
- package/es/avatar/avatar.js +8 -4
- package/es/avatar/style/index.css +1 -43
- package/es/back-top/style/index.css +3 -45
- package/es/badge/style/index.css +12 -54
- package/es/breadcrumb/style/index.css +7 -49
- package/es/button/button.d.ts +1 -1
- package/es/button/button.js +11 -7
- package/es/button/style/index.css +156 -206
- package/es/calendar/style/index.css +8 -50
- package/es/card/style/index.css +17 -59
- package/es/carousel/style/index.css +1 -43
- package/es/cascader/index.d.ts +1 -1
- package/es/cascader/index.js +13 -9
- package/es/cascader/style/index.css +23 -65
- package/es/checkbox/Checkbox.js +8 -4
- package/es/checkbox/style/index.css +17 -59
- package/es/collapse/style/index.css +8 -50
- package/es/comment/style/index.css +5 -47
- package/es/config-provider/context.js +5 -1
- package/es/config-provider/style/index.css +0 -42
- package/es/date-picker/style/index.css +84 -126
- package/es/descriptions/style/index.css +8 -50
- package/es/divider/style/index.css +7 -49
- package/es/drawer/index.js +5 -1
- package/es/drawer/style/index.css +5 -47
- package/es/dropdown/style/index.css +17 -59
- package/es/empty/style/index.css +2 -44
- package/es/form/style/index.css +17 -59
- package/es/grid/col.js +5 -1
- package/es/grid/row.js +5 -1
- package/es/grid/style/index.css +0 -42
- package/es/icon/style/index.css +0 -42
- package/es/image/style/index.css +1 -43
- package/es/index.d.ts +1 -2
- package/es/index.js +1 -2
- package/es/input/Password.d.ts +1 -1
- package/es/input/Password.js +9 -5
- package/es/input/Search.js +9 -5
- package/es/input/style/index.css +65 -107
- package/es/input-number/index.js +1 -1
- package/es/input-number/style/index.css +68 -110
- package/es/layout/Sider.js +11 -7
- package/es/layout/layout.js +6 -2
- package/es/layout/style/index.css +4 -46
- package/es/list/style/index.css +17 -59
- package/es/locale-provider/index.d.ts +2 -2
- package/es/locale-provider/style/index.css +0 -42
- package/es/mentions/index.d.ts +1 -1
- package/es/mentions/index.js +8 -4
- package/es/mentions/style/index.css +32 -74
- package/es/menu/style/index.css +44 -86
- package/es/message/style/index.css +5 -47
- package/es/modal/style/confirm.less +2 -2
- package/es/modal/style/css.js +2 -1
- package/es/modal/style/index.css +2 -44
- package/es/modal/style/index.js +2 -1
- package/es/modal/style/index.less +0 -1
- package/es/modal/style/rtl.less +2 -1
- package/es/notification/style/index.css +8 -50
- package/es/page-header/style/index.css +6 -48
- package/es/pagination/style/index.css +97 -116
- package/es/pagination/style/index.less +64 -21
- package/es/popconfirm/style/index.css +0 -42
- package/es/popover/index.js +5 -1
- package/es/popover/style/index.css +11 -53
- package/es/progress/style/index.css +17 -59
- package/es/radio/radio.js +9 -5
- package/es/radio/style/index.css +49 -91
- package/es/rate/index.js +5 -1
- package/es/rate/style/index.css +2 -44
- package/es/result/style/index.css +6 -48
- package/es/segmented/index.d.ts +1 -1
- package/es/segmented/index.js +6 -2
- package/es/segmented/style/index.css +3 -45
- package/es/select/style/index.css +32 -74
- package/es/skeleton/style/index.css +10 -52
- package/es/skeleton/style/index.less +3 -3
- package/es/slider/index.d.ts +1 -1
- package/es/slider/index.js +8 -4
- package/es/slider/style/index.css +22 -56
- package/es/slider/style/index.less +9 -0
- package/es/space/style/index.css +0 -42
- package/es/spin/style/index.css +4 -46
- package/es/statistic/style/index.css +3 -45
- package/es/steps/style/index.css +44 -86
- package/es/style/color/colors.less +3 -3
- package/es/style/index.css +13 -55
- package/es/style/themes/default.less +29 -55
- package/es/style/themes/index.less +2 -3
- package/es/style/themes/variable.less +1 -4
- package/es/switch/index.js +10 -6
- package/es/switch/style/index.css +6 -48
- package/es/table/hooks/useFilter/FilterDropdown.js +2 -16
- package/es/table/style/index.css +35 -77
- package/es/table/util.d.ts +1 -1
- package/es/tabs/style/index.css +22 -64
- package/es/tag/index.d.ts +1 -1
- package/es/tag/index.js +8 -4
- package/es/tag/style/index.css +25 -67
- package/es/time-picker/index.js +5 -1
- package/es/time-picker/style/index.css +0 -42
- package/es/timeline/index.d.ts +2 -2
- package/es/timeline/style/index.css +15 -57
- package/es/tooltip/index.d.ts +3 -3
- package/es/tooltip/index.js +9 -5
- package/es/tooltip/style/index.css +6 -48
- package/es/transfer/index.d.ts +3 -3
- package/es/transfer/style/index.css +28 -70
- package/es/tree/DirectoryTree.js +5 -1
- package/es/tree/index.d.ts +2 -2
- package/es/tree/style/index.css +29 -71
- package/es/tree-select/style/index.css +27 -69
- package/es/typography/Typography.js +6 -2
- package/es/typography/style/index.css +23 -65
- package/es/upload/Dragger.js +5 -1
- package/es/upload/Upload.js +10 -6
- package/es/upload/UploadList/index.js +13 -9
- package/es/upload/index.d.ts +1 -1
- package/es/upload/style/index.css +23 -65
- package/lib/affix/style/index.css +0 -42
- package/lib/alert/style/index.css +17 -59
- package/lib/anchor/Anchor.d.ts +1 -1
- package/lib/anchor/style/index.css +5 -47
- package/lib/auto-complete/style/index.css +1 -43
- package/lib/avatar/avatar.js +9 -5
- package/lib/avatar/style/index.css +1 -43
- package/lib/back-top/style/index.css +3 -45
- package/lib/badge/style/index.css +12 -54
- package/lib/breadcrumb/style/index.css +7 -49
- package/lib/button/button.d.ts +1 -1
- package/lib/button/button.js +13 -9
- package/lib/button/style/index.css +156 -206
- package/lib/calendar/style/index.css +8 -50
- package/lib/card/style/index.css +17 -59
- package/lib/carousel/style/index.css +1 -43
- package/lib/cascader/index.d.ts +1 -1
- package/lib/cascader/index.js +16 -12
- package/lib/cascader/style/index.css +23 -65
- package/lib/checkbox/Checkbox.js +10 -6
- package/lib/checkbox/style/index.css +17 -59
- package/lib/collapse/style/index.css +8 -50
- package/lib/comment/style/index.css +5 -47
- package/lib/config-provider/context.js +5 -1
- package/lib/config-provider/style/index.css +0 -42
- package/lib/date-picker/style/index.css +84 -126
- package/lib/descriptions/style/index.css +8 -50
- package/lib/divider/style/index.css +7 -49
- package/lib/drawer/index.js +5 -1
- package/lib/drawer/style/index.css +5 -47
- package/lib/dropdown/style/index.css +17 -59
- package/lib/empty/style/index.css +2 -44
- package/lib/form/style/index.css +17 -59
- package/lib/grid/col.js +5 -1
- package/lib/grid/row.js +5 -1
- package/lib/grid/style/index.css +0 -42
- package/lib/icon/style/index.css +0 -42
- package/lib/image/style/index.css +1 -43
- package/lib/index.d.ts +1 -2
- package/lib/index.js +0 -8
- package/lib/input/Password.d.ts +1 -1
- package/lib/input/Password.js +10 -6
- package/lib/input/Search.js +11 -7
- package/lib/input/style/index.css +65 -107
- package/lib/input-number/index.js +1 -1
- package/lib/input-number/style/index.css +68 -110
- package/lib/layout/Sider.js +13 -9
- package/lib/layout/layout.js +7 -3
- package/lib/layout/style/index.css +4 -46
- package/lib/list/style/index.css +17 -59
- package/lib/locale-provider/index.d.ts +2 -2
- package/lib/locale-provider/style/index.css +0 -42
- package/lib/mentions/index.d.ts +1 -1
- package/lib/mentions/index.js +10 -6
- package/lib/mentions/style/index.css +32 -74
- package/lib/menu/style/index.css +44 -86
- package/lib/message/style/index.css +5 -47
- package/lib/modal/style/confirm.less +2 -2
- package/lib/modal/style/index.css +2 -44
- package/lib/modal/style/index.less +0 -1
- package/lib/modal/style/rtl.less +2 -1
- package/lib/notification/style/index.css +8 -50
- package/lib/page-header/style/index.css +6 -48
- package/lib/pagination/style/index.css +97 -116
- package/lib/pagination/style/index.less +64 -21
- package/lib/popconfirm/style/index.css +0 -42
- package/lib/popover/index.js +5 -1
- package/lib/popover/style/index.css +11 -53
- package/lib/progress/style/index.css +17 -59
- package/lib/radio/radio.js +11 -7
- package/lib/radio/style/index.css +49 -91
- package/lib/rate/index.js +5 -1
- package/lib/rate/style/index.css +2 -44
- package/lib/result/style/index.css +6 -48
- package/lib/segmented/index.d.ts +1 -1
- package/lib/segmented/index.js +7 -3
- package/lib/segmented/style/index.css +3 -45
- package/lib/select/style/index.css +32 -74
- package/lib/skeleton/style/index.css +10 -52
- package/lib/skeleton/style/index.less +3 -3
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +9 -5
- package/lib/slider/style/index.css +22 -56
- package/lib/slider/style/index.less +9 -0
- package/lib/space/style/index.css +0 -42
- package/lib/spin/style/index.css +4 -46
- package/lib/statistic/style/index.css +3 -45
- package/lib/steps/style/index.css +44 -86
- package/lib/style/color/colors.less +3 -3
- package/lib/style/index.css +13 -55
- package/lib/style/themes/default.less +29 -55
- package/lib/style/themes/index.less +2 -3
- package/lib/style/themes/variable.less +1 -4
- package/lib/switch/index.js +12 -8
- package/lib/switch/style/index.css +6 -48
- package/lib/table/hooks/useFilter/FilterDropdown.js +2 -16
- package/lib/table/style/index.css +35 -77
- package/lib/table/util.d.ts +1 -1
- package/lib/tabs/style/index.css +22 -64
- package/lib/tag/index.d.ts +1 -1
- package/lib/tag/index.js +9 -5
- package/lib/tag/style/index.css +25 -67
- package/lib/time-picker/index.js +5 -1
- package/lib/time-picker/style/index.css +0 -42
- package/lib/timeline/index.d.ts +2 -2
- package/lib/timeline/style/index.css +15 -57
- package/lib/tooltip/index.d.ts +3 -3
- package/lib/tooltip/index.js +11 -7
- package/lib/tooltip/style/index.css +6 -48
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/style/index.css +28 -70
- package/lib/tree/DirectoryTree.js +5 -1
- package/lib/tree/index.d.ts +2 -2
- package/lib/tree/style/index.css +29 -71
- package/lib/tree-select/style/index.css +27 -69
- package/lib/typography/Typography.js +7 -3
- package/lib/typography/style/index.css +23 -65
- package/lib/upload/Dragger.js +5 -1
- package/lib/upload/Upload.js +12 -8
- package/lib/upload/UploadList/index.js +16 -12
- package/lib/upload/index.d.ts +1 -1
- package/lib/upload/style/index.css +23 -65
- package/package.json +2 -2
- package/report.html +2 -2
- package/es/config-provider/renderEmpty.d.ts +0 -4
- package/es/config-provider/renderEmpty.js +0 -41
- package/es/pagination/MiniSelect.d.ts +0 -7
- package/es/pagination/MiniSelect.js +0 -12
- package/es/typography/util.d.ts +0 -11
- package/es/typography/util.js +0 -234
- package/es/version/index.d.ts +0 -2
- package/es/version/index.js +0 -4
- package/es/version/style/css.js +0 -2
- package/es/version/style/index.d.ts +0 -1
- package/es/version/style/index.js +0 -2
- package/es/version/version.d.ts +0 -2
- package/es/version/version.js +0 -1
- package/lib/config-provider/renderEmpty.d.ts +0 -4
- package/lib/config-provider/renderEmpty.js +0 -59
- package/lib/pagination/MiniSelect.d.ts +0 -7
- package/lib/pagination/MiniSelect.js +0 -30
- package/lib/typography/util.d.ts +0 -11
- package/lib/typography/util.js +0 -254
- package/lib/version/index.d.ts +0 -2
- package/lib/version/index.js +0 -15
- package/lib/version/style/css.js +0 -3
- package/lib/version/style/index.d.ts +0 -1
- package/lib/version/style/index.js +0 -3
- package/lib/version/version.d.ts +0 -2
- package/lib/version/version.js +0 -8
@@ -2,53 +2,11 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
-
html {
|
6
|
-
--ant-primary-color: #2c68ff;
|
7
|
-
--ant-primary-color-hover: #548aff;
|
8
|
-
--ant-primary-color-active: #1a4ad9;
|
9
|
-
--ant-primary-color-outline: rgba(44, 104, 255, 0.2);
|
10
|
-
--ant-primary-1: #f0f7ff;
|
11
|
-
--ant-primary-2: #cfe3ff;
|
12
|
-
--ant-primary-3: #a6c8ff;
|
13
|
-
--ant-primary-4: #7daaff;
|
14
|
-
--ant-primary-5: #548aff;
|
15
|
-
--ant-primary-6: #2c68ff;
|
16
|
-
--ant-primary-7: #1a4ad9;
|
17
|
-
--ant-primary-color-deprecated-pure: ;
|
18
|
-
--ant-primary-color-deprecated-l-35: #dfe8ff;
|
19
|
-
--ant-primary-color-deprecated-l-20: #92b1ff;
|
20
|
-
--ant-primary-color-deprecated-t-20: #5686ff;
|
21
|
-
--ant-primary-color-deprecated-t-50: #96b4ff;
|
22
|
-
--ant-primary-color-deprecated-f-12: rgba(44, 104, 255, 0.12);
|
23
|
-
--ant-primary-color-active-deprecated-f-30: rgba(240, 247, 255, 0.3);
|
24
|
-
--ant-primary-color-active-deprecated-d-02: #e6f2ff;
|
25
|
-
--ant-success-color: #36c626;
|
26
|
-
--ant-success-color-hover: #5cd44a;
|
27
|
-
--ant-success-color-active: #20a116;
|
28
|
-
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
-
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
-
--ant-success-color-deprecated-border: #afed9f;
|
31
|
-
--ant-error-color: #ff5c57;
|
32
|
-
--ant-error-color-hover: #ff8880;
|
33
|
-
--ant-error-color-active: #d93f3f;
|
34
|
-
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
-
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
-
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
-
--ant-warning-color: #ffab00;
|
38
|
-
--ant-warning-color-hover: #ffbf29;
|
39
|
-
--ant-warning-color-active: #d98900;
|
40
|
-
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
-
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
-
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
-
--ant-info-color: #2c68ff;
|
44
|
-
--ant-info-color-deprecated-bg: #f0f7ff;
|
45
|
-
--ant-info-color-deprecated-border: #a6c8ff;
|
46
|
-
}
|
47
5
|
.ant-page-header {
|
48
6
|
box-sizing: border-box;
|
49
7
|
margin: 0;
|
50
8
|
padding: 0;
|
51
|
-
color:
|
9
|
+
color: #4c4c4c;
|
52
10
|
font-size: 14px;
|
53
11
|
font-variant: tabular-nums;
|
54
12
|
line-height: 1.5715;
|
@@ -73,7 +31,7 @@ html {
|
|
73
31
|
line-height: 1;
|
74
32
|
}
|
75
33
|
.ant-page-header-back-button {
|
76
|
-
color:
|
34
|
+
color: #2c68ff;
|
77
35
|
text-decoration: none;
|
78
36
|
outline: none;
|
79
37
|
transition: color 0.3s;
|
@@ -82,10 +40,10 @@ html {
|
|
82
40
|
}
|
83
41
|
.ant-page-header-back-button:focus,
|
84
42
|
.ant-page-header-back-button:hover {
|
85
|
-
color:
|
43
|
+
color: #548aff;
|
86
44
|
}
|
87
45
|
.ant-page-header-back-button:active {
|
88
|
-
color:
|
46
|
+
color: #1a4ad9;
|
89
47
|
}
|
90
48
|
.ant-page-header .ant-divider-vertical {
|
91
49
|
height: 14px;
|
@@ -108,7 +66,7 @@ html {
|
|
108
66
|
.ant-page-header-heading-title {
|
109
67
|
margin-right: 12px;
|
110
68
|
margin-bottom: 0;
|
111
|
-
color:
|
69
|
+
color: #262626;
|
112
70
|
font-weight: 600;
|
113
71
|
font-size: 20px;
|
114
72
|
line-height: 32px;
|
@@ -121,7 +79,7 @@ html {
|
|
121
79
|
}
|
122
80
|
.ant-page-header-heading-sub-title {
|
123
81
|
margin-right: 12px;
|
124
|
-
color:
|
82
|
+
color: #a9a9a9;
|
125
83
|
font-size: 14px;
|
126
84
|
line-height: 1.5715;
|
127
85
|
overflow: hidden;
|
@@ -2,53 +2,11 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
-
html {
|
6
|
-
--ant-primary-color: #2c68ff;
|
7
|
-
--ant-primary-color-hover: #548aff;
|
8
|
-
--ant-primary-color-active: #1a4ad9;
|
9
|
-
--ant-primary-color-outline: rgba(44, 104, 255, 0.2);
|
10
|
-
--ant-primary-1: #f0f7ff;
|
11
|
-
--ant-primary-2: #cfe3ff;
|
12
|
-
--ant-primary-3: #a6c8ff;
|
13
|
-
--ant-primary-4: #7daaff;
|
14
|
-
--ant-primary-5: #548aff;
|
15
|
-
--ant-primary-6: #2c68ff;
|
16
|
-
--ant-primary-7: #1a4ad9;
|
17
|
-
--ant-primary-color-deprecated-pure: ;
|
18
|
-
--ant-primary-color-deprecated-l-35: #dfe8ff;
|
19
|
-
--ant-primary-color-deprecated-l-20: #92b1ff;
|
20
|
-
--ant-primary-color-deprecated-t-20: #5686ff;
|
21
|
-
--ant-primary-color-deprecated-t-50: #96b4ff;
|
22
|
-
--ant-primary-color-deprecated-f-12: rgba(44, 104, 255, 0.12);
|
23
|
-
--ant-primary-color-active-deprecated-f-30: rgba(240, 247, 255, 0.3);
|
24
|
-
--ant-primary-color-active-deprecated-d-02: #e6f2ff;
|
25
|
-
--ant-success-color: #36c626;
|
26
|
-
--ant-success-color-hover: #5cd44a;
|
27
|
-
--ant-success-color-active: #20a116;
|
28
|
-
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
-
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
-
--ant-success-color-deprecated-border: #afed9f;
|
31
|
-
--ant-error-color: #ff5c57;
|
32
|
-
--ant-error-color-hover: #ff8880;
|
33
|
-
--ant-error-color-active: #d93f3f;
|
34
|
-
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
-
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
-
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
-
--ant-warning-color: #ffab00;
|
38
|
-
--ant-warning-color-hover: #ffbf29;
|
39
|
-
--ant-warning-color-active: #d98900;
|
40
|
-
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
-
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
-
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
-
--ant-info-color: #2c68ff;
|
44
|
-
--ant-info-color-deprecated-bg: #f0f7ff;
|
45
|
-
--ant-info-color-deprecated-border: #a6c8ff;
|
46
|
-
}
|
47
5
|
.ant-pagination {
|
48
6
|
box-sizing: border-box;
|
49
7
|
margin: 0;
|
50
8
|
padding: 0;
|
51
|
-
color:
|
9
|
+
color: #4c4c4c;
|
52
10
|
font-size: 14px;
|
53
11
|
font-variant: tabular-nums;
|
54
12
|
line-height: 1.5715;
|
@@ -87,7 +45,7 @@ html {
|
|
87
45
|
vertical-align: middle;
|
88
46
|
list-style: none;
|
89
47
|
background-color: #fff;
|
90
|
-
border: 1px solid #
|
48
|
+
border: 1px solid #d2d2d2;
|
91
49
|
border-radius: 4px;
|
92
50
|
outline: 0;
|
93
51
|
cursor: pointer;
|
@@ -99,40 +57,46 @@ html {
|
|
99
57
|
.ant-pagination-item a {
|
100
58
|
display: block;
|
101
59
|
padding: 0 6px;
|
102
|
-
color:
|
60
|
+
color: #4c4c4c;
|
103
61
|
transition: none;
|
104
62
|
}
|
105
63
|
.ant-pagination-item a:hover {
|
106
64
|
text-decoration: none;
|
107
65
|
}
|
108
|
-
.ant-pagination-item:focus-visible,
|
109
66
|
.ant-pagination-item:hover {
|
110
|
-
border-color:
|
67
|
+
border-color: #2c68ff;
|
111
68
|
transition: all 0.3s;
|
112
69
|
}
|
113
|
-
.ant-pagination-item:focus-visible a,
|
114
70
|
.ant-pagination-item:hover a {
|
115
|
-
color:
|
71
|
+
color: #2c68ff;
|
72
|
+
}
|
73
|
+
.ant-pagination-item:focus-visible {
|
74
|
+
border-color: #2c68ff;
|
75
|
+
transition: all 0.3s;
|
76
|
+
}
|
77
|
+
.ant-pagination-item:focus-visible a {
|
78
|
+
color: #2c68ff;
|
116
79
|
}
|
117
80
|
.ant-pagination-item-active {
|
118
81
|
font-weight: 400;
|
119
|
-
background:
|
120
|
-
border-color:
|
82
|
+
background: #2c68ff;
|
83
|
+
border-color: #2c68ff;
|
121
84
|
}
|
122
85
|
.ant-pagination-item-active a {
|
123
86
|
color: #fff;
|
124
87
|
}
|
125
|
-
.ant-pagination-item-active:focus-visible,
|
126
88
|
.ant-pagination-item-active:hover {
|
127
|
-
border-color:
|
89
|
+
border-color: #548aff;
|
128
90
|
}
|
129
|
-
.ant-pagination-item-active:focus-visible
|
130
|
-
|
131
|
-
color: var(--ant-primary-5);
|
91
|
+
.ant-pagination-item-active:focus-visible {
|
92
|
+
border-color: #548aff;
|
132
93
|
}
|
133
94
|
.ant-pagination-item-active:hover a {
|
134
95
|
color: #fff;
|
135
96
|
}
|
97
|
+
.ant-pagination-item-active:focus-visible a {
|
98
|
+
color: #fff;
|
99
|
+
}
|
136
100
|
.ant-pagination-jump-prev,
|
137
101
|
.ant-pagination-jump-next {
|
138
102
|
outline: 0;
|
@@ -143,7 +107,7 @@ html {
|
|
143
107
|
}
|
144
108
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
145
109
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
146
|
-
color:
|
110
|
+
color: #2c68ff;
|
147
111
|
font-size: 12px;
|
148
112
|
letter-spacing: -1px;
|
149
113
|
opacity: 0;
|
@@ -166,7 +130,7 @@ html {
|
|
166
130
|
left: 0;
|
167
131
|
display: block;
|
168
132
|
margin: auto;
|
169
|
-
color:
|
133
|
+
color: #a9a9a9;
|
170
134
|
font-family: Arial, Helvetica, sans-serif;
|
171
135
|
letter-spacing: 2px;
|
172
136
|
text-align: center;
|
@@ -174,18 +138,22 @@ html {
|
|
174
138
|
opacity: 1;
|
175
139
|
transition: all 0.2s;
|
176
140
|
}
|
177
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
178
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
|
179
141
|
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
180
142
|
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
181
143
|
opacity: 1;
|
182
144
|
}
|
183
|
-
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
184
|
-
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
|
185
145
|
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
186
146
|
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
187
147
|
opacity: 0;
|
188
148
|
}
|
149
|
+
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
150
|
+
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
|
151
|
+
opacity: 1;
|
152
|
+
}
|
153
|
+
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
154
|
+
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
|
155
|
+
opacity: 0;
|
156
|
+
}
|
189
157
|
.ant-pagination-prev,
|
190
158
|
.ant-pagination-jump-prev,
|
191
159
|
.ant-pagination-jump-next {
|
@@ -198,7 +166,7 @@ html {
|
|
198
166
|
display: inline-block;
|
199
167
|
min-width: 32px;
|
200
168
|
height: 32px;
|
201
|
-
color:
|
169
|
+
color: #4c4c4c;
|
202
170
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
203
171
|
line-height: 32px;
|
204
172
|
text-align: center;
|
@@ -215,7 +183,7 @@ html {
|
|
215
183
|
}
|
216
184
|
.ant-pagination-prev button,
|
217
185
|
.ant-pagination-next button {
|
218
|
-
color:
|
186
|
+
color: #4c4c4c;
|
219
187
|
cursor: pointer;
|
220
188
|
-webkit-user-select: none;
|
221
189
|
-moz-user-select: none;
|
@@ -224,7 +192,7 @@ html {
|
|
224
192
|
}
|
225
193
|
.ant-pagination-prev:hover button,
|
226
194
|
.ant-pagination-next:hover button {
|
227
|
-
border-color:
|
195
|
+
border-color: #548aff;
|
228
196
|
}
|
229
197
|
.ant-pagination-prev .ant-pagination-item-link,
|
230
198
|
.ant-pagination-next .ant-pagination-item-link {
|
@@ -235,28 +203,37 @@ html {
|
|
235
203
|
font-size: 12px;
|
236
204
|
text-align: center;
|
237
205
|
background-color: #fff;
|
238
|
-
border: 1px solid #
|
206
|
+
border: 1px solid #d2d2d2;
|
239
207
|
border-radius: 4px;
|
240
208
|
outline: none;
|
241
209
|
transition: all 0.3s;
|
242
210
|
}
|
243
211
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
244
|
-
.ant-pagination-next:focus-visible .ant-pagination-item-link
|
212
|
+
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
213
|
+
color: #2c68ff;
|
214
|
+
border-color: #2c68ff;
|
215
|
+
}
|
245
216
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
246
217
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
247
|
-
color:
|
248
|
-
border-color:
|
218
|
+
color: #2c68ff;
|
219
|
+
border-color: #2c68ff;
|
249
220
|
}
|
250
221
|
.ant-pagination-disabled,
|
251
|
-
.ant-pagination-disabled:hover
|
252
|
-
.ant-pagination-disabled:focus-visible {
|
222
|
+
.ant-pagination-disabled:hover {
|
253
223
|
cursor: not-allowed;
|
254
224
|
}
|
255
225
|
.ant-pagination-disabled .ant-pagination-item-link,
|
256
|
-
.ant-pagination-disabled:hover .ant-pagination-item-link
|
226
|
+
.ant-pagination-disabled:hover .ant-pagination-item-link {
|
227
|
+
color: #a9a9a9;
|
228
|
+
border-color: #d2d2d2;
|
229
|
+
cursor: not-allowed;
|
230
|
+
}
|
231
|
+
.ant-pagination-disabled:focus-visible {
|
232
|
+
cursor: not-allowed;
|
233
|
+
}
|
257
234
|
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
258
|
-
color:
|
259
|
-
border-color: #
|
235
|
+
color: #a9a9a9;
|
236
|
+
border-color: #d2d2d2;
|
260
237
|
cursor: not-allowed;
|
261
238
|
}
|
262
239
|
.ant-pagination-slash {
|
@@ -290,12 +267,12 @@ html {
|
|
290
267
|
width: 100%;
|
291
268
|
min-width: 0;
|
292
269
|
padding: 4px 11px;
|
293
|
-
color:
|
270
|
+
color: #4c4c4c;
|
294
271
|
font-size: 14px;
|
295
272
|
line-height: 1.5715;
|
296
273
|
background-color: #fff;
|
297
274
|
background-image: none;
|
298
|
-
border: 1px solid #
|
275
|
+
border: 1px solid #d2d2d2;
|
299
276
|
border-radius: 4px;
|
300
277
|
transition: all 0.3s;
|
301
278
|
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
@@ -328,38 +305,38 @@ html {
|
|
328
305
|
text-overflow: ellipsis;
|
329
306
|
}
|
330
307
|
.ant-pagination-options-quick-jumper input:hover {
|
331
|
-
border-color:
|
308
|
+
border-color: #548aff;
|
332
309
|
border-right-width: 1px;
|
333
310
|
}
|
334
311
|
.ant-pagination-options-quick-jumper input:focus,
|
335
312
|
.ant-pagination-options-quick-jumper input-focused {
|
336
|
-
border-color:
|
337
|
-
box-shadow: 0 0 0 2px
|
313
|
+
border-color: #548aff;
|
314
|
+
box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
|
338
315
|
border-right-width: 1px;
|
339
316
|
outline: 0;
|
340
317
|
}
|
341
318
|
.ant-pagination-options-quick-jumper input-disabled {
|
342
|
-
color:
|
343
|
-
background-color: #
|
344
|
-
border-color: #
|
319
|
+
color: #a9a9a9;
|
320
|
+
background-color: #f1f1f1;
|
321
|
+
border-color: #d2d2d2;
|
345
322
|
box-shadow: none;
|
346
323
|
cursor: not-allowed;
|
347
324
|
opacity: 1;
|
348
325
|
}
|
349
326
|
.ant-pagination-options-quick-jumper input-disabled:hover {
|
350
|
-
border-color: #
|
327
|
+
border-color: #d2d2d2;
|
351
328
|
border-right-width: 1px;
|
352
329
|
}
|
353
330
|
.ant-pagination-options-quick-jumper input[disabled] {
|
354
|
-
color:
|
355
|
-
background-color: #
|
356
|
-
border-color: #
|
331
|
+
color: #a9a9a9;
|
332
|
+
background-color: #f1f1f1;
|
333
|
+
border-color: #d2d2d2;
|
357
334
|
box-shadow: none;
|
358
335
|
cursor: not-allowed;
|
359
336
|
opacity: 1;
|
360
337
|
}
|
361
338
|
.ant-pagination-options-quick-jumper input[disabled]:hover {
|
362
|
-
border-color: #
|
339
|
+
border-color: #d2d2d2;
|
363
340
|
border-right-width: 1px;
|
364
341
|
}
|
365
342
|
.ant-pagination-options-quick-jumper input-borderless,
|
@@ -416,69 +393,73 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
416
393
|
padding: 0 6px;
|
417
394
|
text-align: center;
|
418
395
|
background-color: #fff;
|
419
|
-
border: 1px solid #
|
396
|
+
border: 1px solid #d2d2d2;
|
420
397
|
border-radius: 4px;
|
421
398
|
outline: none;
|
422
399
|
transition: border-color 0.3s;
|
423
400
|
}
|
424
401
|
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
425
|
-
border-color:
|
402
|
+
border-color: #2c68ff;
|
403
|
+
}
|
404
|
+
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
405
|
+
border-color: #548aff;
|
406
|
+
box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
|
426
407
|
}
|
427
408
|
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
428
|
-
color:
|
429
|
-
background: #
|
430
|
-
border-color: #
|
409
|
+
color: #a9a9a9;
|
410
|
+
background: #f1f1f1;
|
411
|
+
border-color: #d2d2d2;
|
431
412
|
cursor: not-allowed;
|
432
413
|
}
|
433
|
-
.ant-pagination.mini .ant-pagination-total-text,
|
434
|
-
.ant-pagination.mini .ant-pagination-simple-pager {
|
414
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
|
415
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
|
435
416
|
height: 24px;
|
436
417
|
line-height: 24px;
|
437
418
|
}
|
438
|
-
.ant-pagination.mini .ant-pagination-item {
|
419
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-item {
|
439
420
|
min-width: 24px;
|
440
421
|
height: 24px;
|
441
422
|
margin: 0;
|
442
423
|
line-height: 22px;
|
443
424
|
}
|
444
|
-
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
|
425
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
|
445
426
|
background: transparent;
|
446
427
|
border-color: transparent;
|
447
428
|
}
|
448
|
-
.ant-pagination.mini .ant-pagination-prev,
|
449
|
-
.ant-pagination.mini .ant-pagination-next {
|
429
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
|
430
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-next {
|
450
431
|
min-width: 24px;
|
451
432
|
height: 24px;
|
452
433
|
margin: 0;
|
453
434
|
line-height: 24px;
|
454
435
|
}
|
455
|
-
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
|
456
|
-
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
|
436
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
|
437
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
|
457
438
|
background: transparent;
|
458
439
|
border-color: transparent;
|
459
440
|
}
|
460
|
-
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
|
461
|
-
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
|
441
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
|
442
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
|
462
443
|
height: 24px;
|
463
444
|
line-height: 24px;
|
464
445
|
}
|
465
|
-
.ant-pagination.mini .ant-pagination-jump-prev,
|
466
|
-
.ant-pagination.mini .ant-pagination-jump-next {
|
446
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
|
447
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
|
467
448
|
height: 24px;
|
468
449
|
margin-right: 0;
|
469
450
|
line-height: 24px;
|
470
451
|
}
|
471
|
-
.ant-pagination.mini .ant-pagination-options {
|
452
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-options {
|
472
453
|
margin-left: 2px;
|
473
454
|
}
|
474
|
-
.ant-pagination.mini .ant-pagination-options-size-changer {
|
455
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
|
475
456
|
top: 0px;
|
476
457
|
}
|
477
|
-
.ant-pagination.mini .ant-pagination-options-quick-jumper {
|
458
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
|
478
459
|
height: 24px;
|
479
460
|
line-height: 24px;
|
480
461
|
}
|
481
|
-
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
|
462
|
+
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
|
482
463
|
padding: 0px 7px;
|
483
464
|
width: 44px;
|
484
465
|
height: 24px;
|
@@ -487,12 +468,12 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
487
468
|
cursor: not-allowed;
|
488
469
|
}
|
489
470
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
|
490
|
-
background: #
|
491
|
-
border-color: #
|
471
|
+
background: #f1f1f1;
|
472
|
+
border-color: #d2d2d2;
|
492
473
|
cursor: not-allowed;
|
493
474
|
}
|
494
475
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
|
495
|
-
color:
|
476
|
+
color: #a9a9a9;
|
496
477
|
background: transparent;
|
497
478
|
border: none;
|
498
479
|
cursor: not-allowed;
|
@@ -501,12 +482,12 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
501
482
|
background: #e6e6e6;
|
502
483
|
}
|
503
484
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
|
504
|
-
color:
|
485
|
+
color: #a9a9a9;
|
505
486
|
}
|
506
487
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
507
|
-
color:
|
508
|
-
background: #
|
509
|
-
border-color: #
|
488
|
+
color: #a9a9a9;
|
489
|
+
background: #f1f1f1;
|
490
|
+
border-color: #d2d2d2;
|
510
491
|
cursor: not-allowed;
|
511
492
|
}
|
512
493
|
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
@@ -519,7 +500,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
519
500
|
opacity: 1;
|
520
501
|
}
|
521
502
|
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
|
522
|
-
color:
|
503
|
+
color: #a9a9a9;
|
523
504
|
}
|
524
505
|
@media only screen and (max-width: 992px) {
|
525
506
|
.ant-pagination-item-after-jump-prev,
|