@fle-ui/next 1.0.5-alpha.4 → 1.0.5-alpha.5
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 +1859 -5161
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +6349 -6355
- package/dist/@fle-ui/next.js.map +1 -1
- package/dist/@fle-ui/next.min.css +2 -2
- package/dist/@fle-ui/next.min.css.map +1 -1
- package/dist/@fle-ui/next.min.js +4 -4
- 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 +23 -65
- 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 +24 -66
- 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 +18 -60
- 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 +46 -88
- 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 +3 -45
- package/es/modal/style/index.js +2 -1
- package/es/modal/style/index.less +0 -1
- package/es/modal/style/modal.less +1 -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 +99 -118
- package/es/pagination/style/index.less +63 -22
- package/es/popconfirm/style/index.css +0 -42
- package/es/popover/index.js +5 -1
- package/es/popover/style/index.css +17 -59
- 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 +6 -6
- package/es/style/index.css +13 -55
- package/es/style/themes/compact.less +6 -12
- package/es/style/themes/dark.less +106 -445
- package/es/style/themes/default.less +35 -61
- package/es/style/themes/index.less +2 -3
- package/es/style/themes/variable.less +39 -80
- 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 +39 -81
- 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 +12 -54
- 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 +24 -66
- 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 +23 -65
- 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 +24 -66
- 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 +18 -60
- 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 +46 -88
- package/lib/message/style/index.css +5 -47
- package/lib/modal/style/confirm.less +2 -2
- package/lib/modal/style/index.css +3 -45
- package/lib/modal/style/index.less +0 -1
- package/lib/modal/style/modal.less +1 -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 +99 -118
- package/lib/pagination/style/index.less +63 -22
- package/lib/popconfirm/style/index.css +0 -42
- package/lib/popover/index.js +5 -1
- package/lib/popover/style/index.css +17 -59
- 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 +6 -6
- package/lib/style/index.css +13 -55
- package/lib/style/themes/compact.less +6 -12
- package/lib/style/themes/dark.less +106 -445
- package/lib/style/themes/default.less +35 -61
- package/lib/style/themes/index.less +2 -3
- package/lib/style/themes/variable.less +39 -80
- 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 +39 -81
- 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 +12 -54
- 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 +24 -66
- 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
package/lib/spin/style/index.css
CHANGED
@@ -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-spin {
|
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;
|
@@ -56,7 +14,7 @@ html {
|
|
56
14
|
font-feature-settings: 'tnum';
|
57
15
|
position: absolute;
|
58
16
|
display: none;
|
59
|
-
color:
|
17
|
+
color: #2c68ff;
|
60
18
|
text-align: center;
|
61
19
|
vertical-align: middle;
|
62
20
|
opacity: 0;
|
@@ -148,7 +106,7 @@ html {
|
|
148
106
|
pointer-events: auto;
|
149
107
|
}
|
150
108
|
.ant-spin-tip {
|
151
|
-
color:
|
109
|
+
color: #a9a9a9;
|
152
110
|
}
|
153
111
|
.ant-spin-dot {
|
154
112
|
position: relative;
|
@@ -162,7 +120,7 @@ html {
|
|
162
120
|
display: block;
|
163
121
|
width: 9px;
|
164
122
|
height: 9px;
|
165
|
-
background-color:
|
123
|
+
background-color: #2c68ff;
|
166
124
|
border-radius: 100%;
|
167
125
|
transform: scale(0.75);
|
168
126
|
transform-origin: 50% 50%;
|
@@ -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-statistic {
|
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;
|
@@ -57,14 +15,14 @@ html {
|
|
57
15
|
}
|
58
16
|
.ant-statistic-title {
|
59
17
|
margin-bottom: 4px;
|
60
|
-
color:
|
18
|
+
color: #a9a9a9;
|
61
19
|
font-size: 14px;
|
62
20
|
}
|
63
21
|
.ant-statistic-skeleton {
|
64
22
|
padding-top: 16px;
|
65
23
|
}
|
66
24
|
.ant-statistic-content {
|
67
|
-
color:
|
25
|
+
color: #262626;
|
68
26
|
font-size: 24px;
|
69
27
|
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';
|
70
28
|
}
|
@@ -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-steps {
|
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;
|
@@ -89,14 +47,14 @@ html {
|
|
89
47
|
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';
|
90
48
|
line-height: 32px;
|
91
49
|
text-align: center;
|
92
|
-
border: 1px solid
|
50
|
+
border: 1px solid #a9a9a9;
|
93
51
|
border-radius: 32px;
|
94
52
|
transition: background-color 0.3s, border-color 0.3s;
|
95
53
|
}
|
96
54
|
.ant-steps-item-icon .ant-steps-icon {
|
97
55
|
position: relative;
|
98
56
|
top: -0.5px;
|
99
|
-
color:
|
57
|
+
color: #2c68ff;
|
100
58
|
line-height: 1;
|
101
59
|
}
|
102
60
|
.ant-steps-item-tail {
|
@@ -110,7 +68,7 @@ html {
|
|
110
68
|
display: inline-block;
|
111
69
|
width: 100%;
|
112
70
|
height: 1px;
|
113
|
-
background:
|
71
|
+
background: #eeeeee;
|
114
72
|
border-radius: 1px;
|
115
73
|
transition: background 0.3s;
|
116
74
|
content: '';
|
@@ -119,7 +77,7 @@ html {
|
|
119
77
|
position: relative;
|
120
78
|
display: inline-block;
|
121
79
|
padding-right: 16px;
|
122
|
-
color:
|
80
|
+
color: #4c4c4c;
|
123
81
|
font-size: 16px;
|
124
82
|
line-height: 32px;
|
125
83
|
}
|
@@ -130,66 +88,66 @@ html {
|
|
130
88
|
display: block;
|
131
89
|
width: 9999px;
|
132
90
|
height: 1px;
|
133
|
-
background:
|
91
|
+
background: #eeeeee;
|
134
92
|
content: '';
|
135
93
|
}
|
136
94
|
.ant-steps-item-subtitle {
|
137
95
|
display: inline;
|
138
96
|
margin-left: 8px;
|
139
|
-
color:
|
97
|
+
color: #a9a9a9;
|
140
98
|
font-weight: normal;
|
141
99
|
font-size: 14px;
|
142
100
|
}
|
143
101
|
.ant-steps-item-description {
|
144
|
-
color:
|
102
|
+
color: #a9a9a9;
|
145
103
|
font-size: 14px;
|
146
104
|
}
|
147
105
|
.ant-steps-item-wait .ant-steps-item-icon {
|
148
106
|
background-color: #fff;
|
149
|
-
border-color:
|
107
|
+
border-color: #a9a9a9;
|
150
108
|
}
|
151
109
|
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
|
152
|
-
color:
|
110
|
+
color: #a9a9a9;
|
153
111
|
}
|
154
112
|
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
|
155
|
-
background:
|
113
|
+
background: #a9a9a9;
|
156
114
|
}
|
157
115
|
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
|
158
|
-
color:
|
116
|
+
color: #a9a9a9;
|
159
117
|
}
|
160
118
|
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
|
161
|
-
background-color:
|
119
|
+
background-color: #eeeeee;
|
162
120
|
}
|
163
121
|
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
|
164
|
-
color:
|
122
|
+
color: #a9a9a9;
|
165
123
|
}
|
166
124
|
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
|
167
|
-
background-color:
|
125
|
+
background-color: #eeeeee;
|
168
126
|
}
|
169
127
|
.ant-steps-item-process .ant-steps-item-icon {
|
170
128
|
background-color: #fff;
|
171
|
-
border-color:
|
129
|
+
border-color: #2c68ff;
|
172
130
|
}
|
173
131
|
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
|
174
|
-
color:
|
132
|
+
color: #2c68ff;
|
175
133
|
}
|
176
134
|
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
|
177
|
-
background:
|
135
|
+
background: #2c68ff;
|
178
136
|
}
|
179
137
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
|
180
|
-
color:
|
138
|
+
color: #262626;
|
181
139
|
}
|
182
140
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
|
183
|
-
background-color:
|
141
|
+
background-color: #eeeeee;
|
184
142
|
}
|
185
143
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
|
186
|
-
color:
|
144
|
+
color: #4c4c4c;
|
187
145
|
}
|
188
146
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
|
189
|
-
background-color:
|
147
|
+
background-color: #eeeeee;
|
190
148
|
}
|
191
149
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
|
192
|
-
background:
|
150
|
+
background: #2c68ff;
|
193
151
|
}
|
194
152
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
|
195
153
|
color: #fff;
|
@@ -199,50 +157,50 @@ html {
|
|
199
157
|
}
|
200
158
|
.ant-steps-item-finish .ant-steps-item-icon {
|
201
159
|
background-color: #fff;
|
202
|
-
border-color:
|
160
|
+
border-color: #2c68ff;
|
203
161
|
}
|
204
162
|
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
|
205
|
-
color:
|
163
|
+
color: #2c68ff;
|
206
164
|
}
|
207
165
|
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
|
208
|
-
background:
|
166
|
+
background: #2c68ff;
|
209
167
|
}
|
210
168
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
|
211
|
-
color:
|
169
|
+
color: #4c4c4c;
|
212
170
|
}
|
213
171
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
|
214
|
-
background-color:
|
172
|
+
background-color: #2c68ff;
|
215
173
|
}
|
216
174
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
|
217
|
-
color:
|
175
|
+
color: #a9a9a9;
|
218
176
|
}
|
219
177
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
|
220
|
-
background-color:
|
178
|
+
background-color: #2c68ff;
|
221
179
|
}
|
222
180
|
.ant-steps-item-error .ant-steps-item-icon {
|
223
181
|
background-color: #fff;
|
224
|
-
border-color:
|
182
|
+
border-color: #f42d2d;
|
225
183
|
}
|
226
184
|
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
|
227
|
-
color:
|
185
|
+
color: #f42d2d;
|
228
186
|
}
|
229
187
|
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
|
230
|
-
background:
|
188
|
+
background: #f42d2d;
|
231
189
|
}
|
232
190
|
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
|
233
|
-
color:
|
191
|
+
color: #f42d2d;
|
234
192
|
}
|
235
193
|
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
|
236
|
-
background-color:
|
194
|
+
background-color: #eeeeee;
|
237
195
|
}
|
238
196
|
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
|
239
|
-
color:
|
197
|
+
color: #f42d2d;
|
240
198
|
}
|
241
199
|
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
|
242
|
-
background-color:
|
200
|
+
background-color: #eeeeee;
|
243
201
|
}
|
244
202
|
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
|
245
|
-
background:
|
203
|
+
background: #f42d2d;
|
246
204
|
}
|
247
205
|
.ant-steps-item-disabled {
|
248
206
|
cursor: not-allowed;
|
@@ -259,13 +217,13 @@ html {
|
|
259
217
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
|
260
218
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
|
261
219
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
|
262
|
-
color:
|
220
|
+
color: #2c68ff;
|
263
221
|
}
|
264
222
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
|
265
|
-
border-color:
|
223
|
+
border-color: #2c68ff;
|
266
224
|
}
|
267
225
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
|
268
|
-
color:
|
226
|
+
color: #2c68ff;
|
269
227
|
}
|
270
228
|
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
|
271
229
|
padding-left: 16px;
|
@@ -298,7 +256,7 @@ html {
|
|
298
256
|
line-height: 32px;
|
299
257
|
}
|
300
258
|
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
|
301
|
-
color:
|
259
|
+
color: #2c68ff;
|
302
260
|
}
|
303
261
|
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
|
304
262
|
width: auto;
|
@@ -328,7 +286,7 @@ html {
|
|
328
286
|
top: 12px;
|
329
287
|
}
|
330
288
|
.ant-steps-small .ant-steps-item-description {
|
331
|
-
color:
|
289
|
+
color: #a9a9a9;
|
332
290
|
font-size: 14px;
|
333
291
|
}
|
334
292
|
.ant-steps-small .ant-steps-item-tail {
|
@@ -592,7 +550,7 @@ html {
|
|
592
550
|
display: inline-block;
|
593
551
|
width: 0;
|
594
552
|
height: 2px;
|
595
|
-
background-color:
|
553
|
+
background-color: #2c68ff;
|
596
554
|
transition: width 0.3s, left 0.3s;
|
597
555
|
transition-timing-function: ease-out;
|
598
556
|
content: '';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
@import 'colorPalette';
|
2
2
|
|
3
3
|
// color palettes
|
4
|
-
@blue-base: #
|
4
|
+
@blue-base: #1890ff;
|
5
5
|
@blue-1: color(~`colorPalette('@{blue-6}', 1) `);
|
6
6
|
@blue-2: color(~`colorPalette('@{blue-6}', 2) `);
|
7
7
|
@blue-3: color(~`colorPalette('@{blue-6}', 3) `);
|
@@ -37,7 +37,7 @@
|
|
37
37
|
@cyan-9: color(~`colorPalette('@{cyan-6}', 9) `);
|
38
38
|
@cyan-10: color(~`colorPalette('@{cyan-6}', 10) `);
|
39
39
|
|
40
|
-
@green-base: #
|
40
|
+
@green-base: #52c41a;
|
41
41
|
@green-1: color(~`colorPalette('@{green-6}', 1) `);
|
42
42
|
@green-2: color(~`colorPalette('@{green-6}', 2) `);
|
43
43
|
@green-3: color(~`colorPalette('@{green-6}', 3) `);
|
@@ -74,7 +74,7 @@
|
|
74
74
|
@pink-9: color(~`colorPalette('@{pink-6}', 9) `);
|
75
75
|
@pink-10: color(~`colorPalette('@{pink-6}', 10) `);
|
76
76
|
|
77
|
-
@red-base: #
|
77
|
+
@red-base: #f5222d;
|
78
78
|
@red-1: color(~`colorPalette('@{red-6}', 1) `);
|
79
79
|
@red-2: color(~`colorPalette('@{red-6}', 2) `);
|
80
80
|
@red-3: color(~`colorPalette('@{red-6}', 3) `);
|
@@ -146,7 +146,7 @@
|
|
146
146
|
@lime-9: color(~`colorPalette('@{lime-6}', 9) `);
|
147
147
|
@lime-10: color(~`colorPalette('@{lime-6}', 10) `);
|
148
148
|
|
149
|
-
@gold-base: #
|
149
|
+
@gold-base: #faad14;
|
150
150
|
@gold-1: color(~`colorPalette('@{gold-6}', 1) `);
|
151
151
|
@gold-2: color(~`colorPalette('@{gold-6}', 2) `);
|
152
152
|
@gold-3: color(~`colorPalette('@{gold-6}', 3) `);
|
@@ -158,5 +158,5 @@
|
|
158
158
|
@gold-9: color(~`colorPalette('@{gold-6}', 9) `);
|
159
159
|
@gold-10: color(~`colorPalette('@{gold-6}', 10) `);
|
160
160
|
|
161
|
-
@preset-colors: pink, magenta, red, volcano, orange, yellow, gold, cyan, lime,
|
162
|
-
|
161
|
+
@preset-colors: pink, magenta, red, volcano, orange, yellow, gold, cyan, lime, green, blue, geekblue,
|
162
|
+
purple;
|
package/lib/style/index.css
CHANGED
@@ -2,48 +2,6 @@
|
|
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
|
[class^=ant-]::-ms-clear,
|
48
6
|
[class*= ant-]::-ms-clear,
|
49
7
|
[class^=ant-] input::-ms-clear,
|
@@ -80,7 +38,7 @@ html {
|
|
80
38
|
}
|
81
39
|
body {
|
82
40
|
margin: 0;
|
83
|
-
color:
|
41
|
+
color: #4c4c4c;
|
84
42
|
font-size: 14px;
|
85
43
|
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';
|
86
44
|
font-variant: tabular-nums;
|
@@ -104,7 +62,7 @@ h5,
|
|
104
62
|
h6 {
|
105
63
|
margin-top: 0;
|
106
64
|
margin-bottom: 0.5em;
|
107
|
-
color:
|
65
|
+
color: #262626;
|
108
66
|
font-weight: 500;
|
109
67
|
}
|
110
68
|
p {
|
@@ -176,7 +134,7 @@ sup {
|
|
176
134
|
top: -0.5em;
|
177
135
|
}
|
178
136
|
a {
|
179
|
-
color:
|
137
|
+
color: #2c68ff;
|
180
138
|
text-decoration: none;
|
181
139
|
background-color: transparent;
|
182
140
|
outline: none;
|
@@ -185,10 +143,10 @@ a {
|
|
185
143
|
-webkit-text-decoration-skip: objects;
|
186
144
|
}
|
187
145
|
a:hover {
|
188
|
-
color:
|
146
|
+
color: #548aff;
|
189
147
|
}
|
190
148
|
a:active {
|
191
|
-
color:
|
149
|
+
color: #1a4ad9;
|
192
150
|
}
|
193
151
|
a:active,
|
194
152
|
a:hover {
|
@@ -200,7 +158,7 @@ a:focus {
|
|
200
158
|
outline: 0;
|
201
159
|
}
|
202
160
|
a[disabled] {
|
203
|
-
color:
|
161
|
+
color: #a9a9a9;
|
204
162
|
cursor: not-allowed;
|
205
163
|
}
|
206
164
|
pre,
|
@@ -239,7 +197,7 @@ table {
|
|
239
197
|
caption {
|
240
198
|
padding-top: 0.75em;
|
241
199
|
padding-bottom: 0.3em;
|
242
|
-
color:
|
200
|
+
color: #a9a9a9;
|
243
201
|
text-align: left;
|
244
202
|
caption-side: bottom;
|
245
203
|
}
|
@@ -344,11 +302,11 @@ mark {
|
|
344
302
|
}
|
345
303
|
::-moz-selection {
|
346
304
|
color: #fff;
|
347
|
-
background:
|
305
|
+
background: #2c68ff;
|
348
306
|
}
|
349
307
|
::selection {
|
350
308
|
color: #fff;
|
351
|
-
background:
|
309
|
+
background: #2c68ff;
|
352
310
|
}
|
353
311
|
.clearfix::before {
|
354
312
|
display: table;
|
@@ -844,7 +802,7 @@ mark {
|
|
844
802
|
position: relative;
|
845
803
|
}
|
846
804
|
html {
|
847
|
-
--antd-wave-shadow-color:
|
805
|
+
--antd-wave-shadow-color: #2c68ff;
|
848
806
|
--scroll-bar: 0;
|
849
807
|
}
|
850
808
|
[ant-click-animating-without-extra-node='true']::after,
|
@@ -856,7 +814,7 @@ html {
|
|
856
814
|
left: 0;
|
857
815
|
display: block;
|
858
816
|
border-radius: inherit;
|
859
|
-
box-shadow: 0 0 0 0
|
817
|
+
box-shadow: 0 0 0 0 #2c68ff;
|
860
818
|
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
|
861
819
|
opacity: 0.2;
|
862
820
|
-webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
@@ -868,13 +826,13 @@ html {
|
|
868
826
|
}
|
869
827
|
@-webkit-keyframes waveEffect {
|
870
828
|
100% {
|
871
|
-
box-shadow: 0 0 0
|
829
|
+
box-shadow: 0 0 0 #2c68ff;
|
872
830
|
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
|
873
831
|
}
|
874
832
|
}
|
875
833
|
@keyframes waveEffect {
|
876
834
|
100% {
|
877
|
-
box-shadow: 0 0 0
|
835
|
+
box-shadow: 0 0 0 #2c68ff;
|
878
836
|
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
|
879
837
|
}
|
880
838
|
}
|
@@ -104,12 +104,8 @@
|
|
104
104
|
// ---
|
105
105
|
@input-padding-vertical-base: round(
|
106
106
|
max(
|
107
|
-
(
|
108
|
-
|
109
|
-
((@input-height-base - @font-size-base * @line-height-base) / 2) *
|
110
|
-
10
|
111
|
-
) / 10
|
112
|
-
) - @border-width-base,
|
107
|
+
(round(((@input-height-base - @font-size-base * @line-height-base) / 2) * 10) / 10) -
|
108
|
+
@border-width-base,
|
113
109
|
2px
|
114
110
|
)
|
115
111
|
);
|
@@ -136,8 +132,7 @@
|
|
136
132
|
// ---
|
137
133
|
@select-dropdown-height: @height-base;
|
138
134
|
@select-single-item-height-lg: 32px;
|
139
|
-
@select-multiple-item-height: @input-height-base -
|
140
|
-
max(@input-padding-vertical-base, 4) * 2; // Normal 24px
|
135
|
+
@select-multiple-item-height: @input-height-base - max(@input-padding-vertical-base, 4) * 2; // Normal 24px
|
141
136
|
@select-multiple-item-height-lg: 24px;
|
142
137
|
@select-multiple-item-spacing-half: 3px;
|
143
138
|
|
@@ -191,8 +186,8 @@
|
|
191
186
|
|
192
187
|
// Modal
|
193
188
|
// --
|
194
|
-
@modal-header-padding:
|
195
|
-
@modal-footer-padding-vertical:
|
189
|
+
@modal-header-padding: 11px @modal-header-padding-horizontal;
|
190
|
+
@modal-footer-padding-vertical: @padding-sm;
|
196
191
|
@modal-header-close-size: 44px;
|
197
192
|
@modal-confirm-body-padding: 24px 24px 16px;
|
198
193
|
|
@@ -236,8 +231,7 @@
|
|
236
231
|
// ---
|
237
232
|
@alert-with-description-no-icon-padding-vertical: 7px;
|
238
233
|
@alert-with-description-padding-vertical: 11px;
|
239
|
-
@alert-icon-top: 7px + @font-size-base * (@line-height-base / 2) -
|
240
|
-
(@font-size-base / 2);
|
234
|
+
@alert-icon-top: 7px + @font-size-base * (@line-height-base / 2) - (@font-size-base / 2);
|
241
235
|
@alert-with-description-icon-size: 20px;
|
242
236
|
|
243
237
|
// Skeleton
|