@alifd/theme-fpx-warehouse 1.0.2 → 1.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alifd/theme-fpx-warehouse",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "author": "nNofzScfKoe_tzTF5tE9",
5
5
  "scripts": {
6
6
  "build-theme": "tnpm run sass2less && node bin/build.js",
package/variables.css CHANGED
@@ -4530,11 +4530,11 @@
4530
4530
 
4531
4531
 
4532
4532
 
4533
- --checkbox-font-size: var(--font-size-caption, 12px);
4533
+ --checkbox-margin-left: var(--s-2, 8px);
4534
4534
 
4535
4535
 
4536
4536
 
4537
- --checkbox-margin-left: var(--s-2, 8px);
4537
+ --checkbox-font-size: var(--font-size-body-1, 14px);
4538
4538
 
4539
4539
 
4540
4540
  /* ------------------------ timeline ------------------------ */
@@ -4689,7 +4689,7 @@
4689
4689
 
4690
4690
 
4691
4691
 
4692
- --timeline-item-time-font-size: var(--font-size-caption, 12px);
4692
+ --timeline-item-time-font-size: var(--font-size-body-1, 14px);
4693
4693
 
4694
4694
 
4695
4695
  /* ------------------------ cascader ------------------------ */
@@ -5530,10 +5530,6 @@
5530
5530
 
5531
5531
 
5532
5532
 
5533
- --tree-node-title-font-size: var(--font-size-caption, 12px);
5534
-
5535
-
5536
-
5537
5533
  --tree-switch-arrow-size: var(--icon-s, 16px);
5538
5534
 
5539
5535
 
@@ -5557,6 +5553,10 @@
5557
5553
  --tree-fold-icon-content: var(--icon-content-xuanzeqizhankai, "");
5558
5554
 
5559
5555
 
5556
+
5557
+ --tree-node-title-font-size: var(--font-size-body-1, 14px);
5558
+
5559
+
5560
5560
  /* ------------------------ card ------------------------ */
5561
5561
 
5562
5562
 
@@ -6844,10 +6844,6 @@
6844
6844
 
6845
6845
 
6846
6846
 
6847
- --tag-size-m-text-size: var(--font-size-caption, 12px);
6848
-
6849
-
6850
-
6851
6847
  --tag-size-l-content-min-width: var(--s-10, 40px);
6852
6848
 
6853
6849
 
@@ -7075,6 +7071,10 @@
7075
7071
  --tag-closable-primary-fill-bg-color-disabled: var(--color-fill1-2, #eef1f6);
7076
7072
 
7077
7073
 
7074
+
7075
+ --tag-size-m-text-size: var(--font-size-body-1, 14px);
7076
+
7077
+
7078
7078
  /* ------------------------ input ------------------------ */
7079
7079
 
7080
7080
 
@@ -7159,10 +7159,6 @@
7159
7159
 
7160
7160
 
7161
7161
 
7162
- --input-maxlen-font-size: var(--font-size-caption, 12px);
7163
-
7164
-
7165
-
7166
7162
  --input-feedback-clear-icon: var(--icon-content-delete-filling, "");
7167
7163
 
7168
7164
 
@@ -7207,10 +7203,6 @@
7207
7203
 
7208
7204
 
7209
7205
 
7210
- --input-multiple-font-size: var(--font-size-caption, 12px);
7211
-
7212
-
7213
-
7214
7206
  --input-multiple-corner: var(--corner-2, 4px);
7215
7207
 
7216
7208
 
@@ -7270,6 +7262,14 @@
7270
7262
  --input-hint-hover-color: var(--color-text1-2, #a9aeba);
7271
7263
 
7272
7264
 
7265
+
7266
+ --input-multiple-font-size: var(--font-size-body-1, 14px);
7267
+
7268
+
7269
+
7270
+ --input-maxlen-font-size: var(--font-size-body-1, 14px);
7271
+
7272
+
7273
7273
  /* ------------------------ form ------------------------ */
7274
7274
 
7275
7275
 
@@ -8195,10 +8195,6 @@
8195
8195
 
8196
8196
 
8197
8197
 
8198
- --drawer-content-font-size: var(--font-size-caption, 12px);
8199
-
8200
-
8201
-
8202
8198
  --drawer-content-padding-top: var(--s-4, 16px);
8203
8199
 
8204
8200
 
@@ -8254,6 +8250,10 @@
8254
8250
  --drawer-close-bg-hovered: var(--color-white, #FFFFFF);
8255
8251
 
8256
8252
 
8253
+
8254
+ --drawer-content-font-size: var(--font-size-body-1, 14px);
8255
+
8256
+
8257
8257
  /* ------------------------ message ------------------------ */
8258
8258
 
8259
8259
 
@@ -10632,10 +10632,6 @@
10632
10632
 
10633
10633
 
10634
10634
 
10635
- --radio-font-size: var(--font-size-caption, 12px);
10636
-
10637
-
10638
-
10639
10635
  --radio-bg-color: var(--color-white, #FFFFFF);
10640
10636
 
10641
10637
 
@@ -10751,23 +10747,19 @@
10751
10747
  --radio-button-font-color-checked-disabled: var(--color-text1-2, #a9aeba);
10752
10748
 
10753
10749
 
10754
- /* ------------------------ time-picker ------------------------ */
10755
-
10756
-
10757
-
10758
- --time-picker-panel-width: var(--s-50, 200px);
10759
10750
 
10751
+ --radio-font-size: var(--font-size-body-1, 14px);
10760
10752
 
10761
10753
 
10762
- --time-picker-menu-border-width: var(--line-1, 1px);
10754
+ /* ------------------------ time-picker ------------------------ */
10763
10755
 
10764
10756
 
10765
10757
 
10766
- --time-picker-menu-title-font-size: var(--font-size-caption, 12px);
10758
+ --time-picker-panel-width: var(--s-50, 200px);
10767
10759
 
10768
10760
 
10769
10761
 
10770
- --time-picker-menu-item-font-size: var(--font-size-caption, 12px);
10762
+ --time-picker-menu-border-width: var(--line-1, 1px);
10771
10763
 
10772
10764
 
10773
10765
 
@@ -10838,6 +10830,14 @@
10838
10830
  --time-picker-menu-item-font-weight-selected: var(--font-weight-2, normal);
10839
10831
 
10840
10832
 
10833
+
10834
+ --time-picker-menu-title-font-size: var(--font-size-body-1, 14px);
10835
+
10836
+
10837
+
10838
+ --time-picker-menu-item-font-size: var(--font-size-body-1, 14px);
10839
+
10840
+
10841
10841
  /* ------------------------ slider ------------------------ */
10842
10842
 
10843
10843
 
@@ -11097,10 +11097,6 @@
11097
11097
 
11098
11098
 
11099
11099
 
11100
- --step-circle-item-node-font-size: var(--font-size-caption, 12px);
11101
-
11102
-
11103
-
11104
11100
  --step-circle-item-node-corner: var(--corner-circle, 50%);
11105
11101
 
11106
11102
 
@@ -11113,10 +11109,6 @@
11113
11109
 
11114
11110
 
11115
11111
 
11116
- --step-circle-item-content-font-size: var(--font-size-caption, 12px);
11117
-
11118
-
11119
-
11120
11112
  --step-circle-item-node-wait-size: var(--s-8, 32px);
11121
11113
 
11122
11114
 
@@ -11397,10 +11389,6 @@
11397
11389
 
11398
11390
 
11399
11391
 
11400
- --step-circle-item-title-size: var(--font-size-body-1, 14px);
11401
-
11402
-
11403
-
11404
11392
  --step-circle-item-title-weight: var(--font-weight-2, normal);
11405
11393
 
11406
11394
 
@@ -11472,6 +11460,18 @@
11472
11460
  --step-dot-item-node-disabled-background: var(--color-fill1-2, #eef1f6);
11473
11461
 
11474
11462
 
11463
+
11464
+ --step-circle-item-node-font-size: var(--font-size-body-1, 14px);
11465
+
11466
+
11467
+
11468
+ --step-circle-item-content-font-size: var(--font-size-body-1, 14px);
11469
+
11470
+
11471
+
11472
+ --step-circle-item-title-size: var(--font-size-subhead, 16px);
11473
+
11474
+
11475
11475
  /* ------------------------ menu ------------------------ */
11476
11476
 
11477
11477
 
@@ -11580,10 +11580,6 @@
11580
11580
 
11581
11581
 
11582
11582
 
11583
- --menu-font-size: var(--font-size-caption, 12px);
11584
-
11585
-
11586
-
11587
11583
  --menu-icon-selected-size: var(--icon-s, 16px);
11588
11584
 
11589
11585
 
@@ -11639,6 +11635,10 @@
11639
11635
  --menu-item-padding-hoz-padding-lr: var(--s-5, 20px);
11640
11636
 
11641
11637
 
11638
+
11639
+ --menu-font-size: var(--font-size-body-1, 14px);
11640
+
11641
+
11642
11642
  /* ------------------------ nav ------------------------ */
11643
11643
 
11644
11644
 
package/variables.less CHANGED
@@ -1158,8 +1158,8 @@
1158
1158
  @checkbox-hovered-bg-color: rgba(53, 97, 204, 0.05);
1159
1159
  @checkbox-checked-hovered-bg-color: #203c99;
1160
1160
  @checkbox-disabled-bg-color: #eef1f6;
1161
- @checkbox-font-size: 12px;
1162
1161
  @checkbox-margin-left: 8px;
1162
+ @checkbox-font-size: 14px;
1163
1163
 
1164
1164
  // ------------------------ timeline ------------------------ //
1165
1165
 
@@ -1200,7 +1200,7 @@
1200
1200
  @timeline-item-title-font-weight: 600;
1201
1201
  @timeline-item-time-margin-bottom: 12px;
1202
1202
  @timeline-item-body-font-size: 14px;
1203
- @timeline-item-time-font-size: 12px;
1203
+ @timeline-item-time-font-size: 14px;
1204
1204
 
1205
1205
  // ------------------------ cascader ------------------------ //
1206
1206
 
@@ -1426,13 +1426,13 @@
1426
1426
  @tree-node-disabled-background: #FFFFFF;
1427
1427
  @tree-unfold-icon-content: @icon-reset;
1428
1428
  @tree-node-title-padding: 4px;
1429
- @tree-node-title-font-size: 12px;
1430
1429
  @tree-switch-arrow-size: 16px;
1431
1430
  @tree-switch-icon-size: 12px;
1432
1431
  @tree-switch-margint-right: 8px;
1433
1432
  @tree-node-title-border-radius: 4px;
1434
1433
  @tree-switch-hover-arrow-color: #a9aeba;
1435
1434
  @tree-fold-icon-content: "";
1435
+ @tree-node-title-font-size: 14px;
1436
1436
 
1437
1437
  // ------------------------ card ------------------------ //
1438
1438
 
@@ -1768,7 +1768,6 @@
1768
1768
  @tag-size-s-padding-lr: 4px;
1769
1769
  @tag-corner-radius: 300px;
1770
1770
  @tag-size-l-text-size: 12px;
1771
- @tag-size-m-text-size: 12px;
1772
1771
  @tag-size-l-content-min-width: 40px;
1773
1772
  @tag-size-l-icon-font: 24px;
1774
1773
  @tag-size-m-icon-font: 16px;
@@ -1826,6 +1825,7 @@
1826
1825
  @tag-closable-primary-fill-text-color-disabled: #a9aeba;
1827
1826
  @tag-closable-primary-fill-border-color-disabled: transparent;
1828
1827
  @tag-closable-primary-fill-bg-color-disabled: #eef1f6;
1828
+ @tag-size-m-text-size: 14px;
1829
1829
 
1830
1830
  // ------------------------ input ------------------------ //
1831
1831
 
@@ -1849,7 +1849,6 @@
1849
1849
  @input-feedback-error-color: #323643;
1850
1850
  @input-maxlen-error-color: #f85359;
1851
1851
  @input-maxlen-warning-color: #f19442;
1852
- @input-maxlen-font-size: 12px;
1853
1852
  @input-feedback-clear-icon: "";
1854
1853
  @input-text-color: #323643;
1855
1854
  @input-border-color: #c3cbd5;
@@ -1861,7 +1860,6 @@
1861
1860
  @input-disabled-color: #a9aeba;
1862
1861
  @input-disabled-border-color: #dadfe8;
1863
1862
  @input-multiple-padding-tb: 8px;
1864
- @input-multiple-font-size: 12px;
1865
1863
  @input-multiple-corner: 4px;
1866
1864
  @input-addon-bg-color: #f2f4f8;
1867
1865
  @input-l-padding: 8px;
@@ -1877,6 +1875,8 @@
1877
1875
  @input-maxlen-color: #c3cbd5;
1878
1876
  @input-hint-color: #c3cbd5;
1879
1877
  @input-hint-hover-color: #a9aeba;
1878
+ @input-multiple-font-size: 14px;
1879
+ @input-maxlen-font-size: 14px;
1880
1880
 
1881
1881
  // ------------------------ form ------------------------ //
1882
1882
 
@@ -2126,7 +2126,6 @@
2126
2126
  @drawer-title-padding-top: 14px;
2127
2127
  @drawer-title-padding-left-right: 20px;
2128
2128
  @drawer-title-border-width: 0px;
2129
- @drawer-content-font-size: 12px;
2130
2129
  @drawer-content-padding-top: 16px;
2131
2130
  @drawer-content-padding-bottom: 16px;
2132
2131
  @drawer-content-padding-left-right: 20px;
@@ -2141,6 +2140,7 @@
2141
2140
  @drawer-content-color: #767d91;
2142
2141
  @drawer-close-color: #878fa6;
2143
2142
  @drawer-close-bg-hovered: #FFFFFF;
2143
+ @drawer-content-font-size: 14px;
2144
2144
 
2145
2145
  // ------------------------ message ------------------------ //
2146
2146
 
@@ -2760,7 +2760,6 @@
2760
2760
  @radio-button-font-color-hovered: #323643;
2761
2761
  @radio-circle-size: 8px;
2762
2762
  @radio-font-margin-left: 8px;
2763
- @radio-font-size: 12px;
2764
2763
  @radio-bg-color: #FFFFFF;
2765
2764
  @radio-hovered-bg-color: rgba(53, 97, 204, 0.05);
2766
2765
  @radio-disabled-bg-color: #eef1f6;
@@ -2790,13 +2789,12 @@
2790
2789
  @radio-button-font-color-checked: #FFFFFF;
2791
2790
  @radio-button-font-color-disabled: #c3cbd5;
2792
2791
  @radio-button-font-color-checked-disabled: #a9aeba;
2792
+ @radio-font-size: 14px;
2793
2793
 
2794
2794
  // ------------------------ time-picker ------------------------ //
2795
2795
 
2796
2796
  @time-picker-panel-width: 200px;
2797
2797
  @time-picker-menu-border-width: 1px;
2798
- @time-picker-menu-title-font-size: 12px;
2799
- @time-picker-menu-item-font-size: 12px;
2800
2798
  @time-picker-menu-item-height: 28px;
2801
2799
  @time-picker-menu-title-background: #FFFFFF;
2802
2800
  @time-pikcer-menu-title-font-weight: normal;
@@ -2814,6 +2812,8 @@
2814
2812
  @time-picker-menu-item-background-hover: rgba(53, 97, 204, 0.05);
2815
2813
  @time-picker-menu-item-background-selected: rgba(53, 97, 204, 0.05);
2816
2814
  @time-picker-menu-item-font-weight-selected: normal;
2815
+ @time-picker-menu-title-font-size: 14px;
2816
+ @time-picker-menu-item-font-size: 14px;
2817
2817
 
2818
2818
  // ------------------------ slider ------------------------ //
2819
2819
 
@@ -2883,11 +2883,9 @@
2883
2883
  @step-arrow-item-title-disabled-color: #c3cbd5;
2884
2884
  @step-circle-item-node-padding: 8px;
2885
2885
  @step-circle-item-node-border-width: 1px;
2886
- @step-circle-item-node-font-size: 12px;
2887
2886
  @step-circle-item-node-corner: 50%;
2888
2887
  @step-circle-item-tail-size: 1px;
2889
2888
  @step-circle-item-title-margin-top: 8px;
2890
- @step-circle-item-content-font-size: 12px;
2891
2889
  @step-circle-item-node-wait-size: 32px;
2892
2890
  @step-circle-item-node-process-size: 32px;
2893
2891
  @step-circle-item-node-finish-size: 32px;
@@ -2958,7 +2956,6 @@
2958
2956
  @step-circle-item-node-icon-size: 16px;
2959
2957
  @step-circle-item-content-margin-top: 0px;
2960
2958
  @step-circle-item-body-width: 160px;
2961
- @step-circle-item-title-size: 14px;
2962
2959
  @step-circle-item-title-weight: normal;
2963
2960
  @step-circle-item-tail-wait-color: #dadfe8;
2964
2961
  @step-circle-item-tail-process-color: #dadfe8;
@@ -2977,6 +2974,9 @@
2977
2974
  @step-dot-item-node-finish-background: #284cc0;
2978
2975
  @step-dot-item-node-disabled-border-color: #eef1f6;
2979
2976
  @step-dot-item-node-disabled-background: #eef1f6;
2977
+ @step-circle-item-node-font-size: 14px;
2978
+ @step-circle-item-content-font-size: 14px;
2979
+ @step-circle-item-title-size: 16px;
2980
2980
 
2981
2981
  // ------------------------ menu ------------------------ //
2982
2982
 
@@ -3006,7 +3006,6 @@
3006
3006
  @menu-padding-ver-padding-tb: 0px;
3007
3007
  @menu-padding-hoz-padding-tb: 0px;
3008
3008
  @menu-line-height: 36px;
3009
- @menu-font-size: 12px;
3010
3009
  @menu-icon-selected-size: 16px;
3011
3010
  @menu-icon-size: 16px;
3012
3011
  @menu-background: #FFFFFF;
@@ -3021,6 +3020,7 @@
3021
3020
  @menu-item-padding-ver-padding-l: 20px;
3022
3021
  @menu-item-padding-ver-padding-r: 20px;
3023
3022
  @menu-item-padding-hoz-padding-lr: 20px;
3023
+ @menu-font-size: 14px;
3024
3024
 
3025
3025
  // ------------------------ nav ------------------------ //
3026
3026
 
package/variables.scss CHANGED
@@ -1158,8 +1158,8 @@ $checkbox-disabled-label-color: #323643;
1158
1158
  $checkbox-hovered-bg-color: rgba(53, 97, 204, 0.05);
1159
1159
  $checkbox-checked-hovered-bg-color: #203c99;
1160
1160
  $checkbox-disabled-bg-color: #eef1f6;
1161
- $checkbox-font-size: 12px;
1162
1161
  $checkbox-margin-left: 8px;
1162
+ $checkbox-font-size: 14px;
1163
1163
 
1164
1164
  // ------------------------ timeline ------------------------ //
1165
1165
 
@@ -1200,7 +1200,7 @@ $timeline-item-title-font-size: 14px;
1200
1200
  $timeline-item-title-font-weight: 600;
1201
1201
  $timeline-item-time-margin-bottom: 12px;
1202
1202
  $timeline-item-body-font-size: 14px;
1203
- $timeline-item-time-font-size: 12px;
1203
+ $timeline-item-time-font-size: 14px;
1204
1204
 
1205
1205
  // ------------------------ cascader ------------------------ //
1206
1206
 
@@ -1426,13 +1426,13 @@ $tree-node-disabled-color: #c3cbd5;
1426
1426
  $tree-node-disabled-background: #FFFFFF;
1427
1427
  $tree-unfold-icon-content: $icon-reset;
1428
1428
  $tree-node-title-padding: 4px;
1429
- $tree-node-title-font-size: 12px;
1430
1429
  $tree-switch-arrow-size: 16px;
1431
1430
  $tree-switch-icon-size: 12px;
1432
1431
  $tree-switch-margint-right: 8px;
1433
1432
  $tree-node-title-border-radius: 4px;
1434
1433
  $tree-switch-hover-arrow-color: #a9aeba;
1435
1434
  $tree-fold-icon-content: "";
1435
+ $tree-node-title-font-size: 14px;
1436
1436
 
1437
1437
  // ------------------------ card ------------------------ //
1438
1438
 
@@ -1768,7 +1768,6 @@ $tag-size-m-padding-lr: 8px;
1768
1768
  $tag-size-s-padding-lr: 4px;
1769
1769
  $tag-corner-radius: 300px;
1770
1770
  $tag-size-l-text-size: 12px;
1771
- $tag-size-m-text-size: 12px;
1772
1771
  $tag-size-l-content-min-width: 40px;
1773
1772
  $tag-size-l-icon-font: 24px;
1774
1773
  $tag-size-m-icon-font: 16px;
@@ -1826,6 +1825,7 @@ $tag-closable-primary-fill-bg-color-hover: #dadfe8;
1826
1825
  $tag-closable-primary-fill-text-color-disabled: #a9aeba;
1827
1826
  $tag-closable-primary-fill-border-color-disabled: transparent;
1828
1827
  $tag-closable-primary-fill-bg-color-disabled: #eef1f6;
1828
+ $tag-size-m-text-size: 14px;
1829
1829
 
1830
1830
  // ------------------------ input ------------------------ //
1831
1831
 
@@ -1849,7 +1849,6 @@ $input-feedback-success-color: #18bd92;
1849
1849
  $input-feedback-error-color: #323643;
1850
1850
  $input-maxlen-error-color: #f85359;
1851
1851
  $input-maxlen-warning-color: #f19442;
1852
- $input-maxlen-font-size: 12px;
1853
1852
  $input-feedback-clear-icon: "";
1854
1853
  $input-text-color: #323643;
1855
1854
  $input-border-color: #c3cbd5;
@@ -1861,7 +1860,6 @@ $input-placeholder-color: #a9aeba;
1861
1860
  $input-disabled-color: #a9aeba;
1862
1861
  $input-disabled-border-color: #dadfe8;
1863
1862
  $input-multiple-padding-tb: 8px;
1864
- $input-multiple-font-size: 12px;
1865
1863
  $input-multiple-corner: 4px;
1866
1864
  $input-addon-bg-color: #f2f4f8;
1867
1865
  $input-l-padding: 8px;
@@ -1877,6 +1875,8 @@ $input-feedback-error-bg-color: #FFFFFF;
1877
1875
  $input-maxlen-color: #c3cbd5;
1878
1876
  $input-hint-color: #c3cbd5;
1879
1877
  $input-hint-hover-color: #a9aeba;
1878
+ $input-multiple-font-size: 14px;
1879
+ $input-maxlen-font-size: 14px;
1880
1880
 
1881
1881
  // ------------------------ form ------------------------ //
1882
1882
 
@@ -2126,7 +2126,6 @@ $drawer-title-font-size: 18px;
2126
2126
  $drawer-title-padding-top: 14px;
2127
2127
  $drawer-title-padding-left-right: 20px;
2128
2128
  $drawer-title-border-width: 0px;
2129
- $drawer-content-font-size: 12px;
2130
2129
  $drawer-content-padding-top: 16px;
2131
2130
  $drawer-content-padding-bottom: 16px;
2132
2131
  $drawer-content-padding-left-right: 20px;
@@ -2141,6 +2140,7 @@ $drawer-title-bg-color: #f7f9fc;
2141
2140
  $drawer-content-color: #767d91;
2142
2141
  $drawer-close-color: #878fa6;
2143
2142
  $drawer-close-bg-hovered: #FFFFFF;
2143
+ $drawer-content-font-size: 14px;
2144
2144
 
2145
2145
  // ------------------------ message ------------------------ //
2146
2146
 
@@ -2760,7 +2760,6 @@ $radio-button-font-color: #323643;
2760
2760
  $radio-button-font-color-hovered: #323643;
2761
2761
  $radio-circle-size: 8px;
2762
2762
  $radio-font-margin-left: 8px;
2763
- $radio-font-size: 12px;
2764
2763
  $radio-bg-color: #FFFFFF;
2765
2764
  $radio-hovered-bg-color: rgba(53, 97, 204, 0.05);
2766
2765
  $radio-disabled-bg-color: #eef1f6;
@@ -2790,13 +2789,12 @@ $radio-button-border-color-checked-disabled: #dadfe8;
2790
2789
  $radio-button-font-color-checked: #FFFFFF;
2791
2790
  $radio-button-font-color-disabled: #c3cbd5;
2792
2791
  $radio-button-font-color-checked-disabled: #a9aeba;
2792
+ $radio-font-size: 14px;
2793
2793
 
2794
2794
  // ------------------------ time-picker ------------------------ //
2795
2795
 
2796
2796
  $time-picker-panel-width: 200px;
2797
2797
  $time-picker-menu-border-width: 1px;
2798
- $time-picker-menu-title-font-size: 12px;
2799
- $time-picker-menu-item-font-size: 12px;
2800
2798
  $time-picker-menu-item-height: 28px;
2801
2799
  $time-picker-menu-title-background: #FFFFFF;
2802
2800
  $time-pikcer-menu-title-font-weight: normal;
@@ -2814,6 +2812,8 @@ $time-picker-menu-item-color-disabled: #a9aeba;
2814
2812
  $time-picker-menu-item-background-hover: rgba(53, 97, 204, 0.05);
2815
2813
  $time-picker-menu-item-background-selected: rgba(53, 97, 204, 0.05);
2816
2814
  $time-picker-menu-item-font-weight-selected: normal;
2815
+ $time-picker-menu-title-font-size: 14px;
2816
+ $time-picker-menu-item-font-size: 14px;
2817
2817
 
2818
2818
  // ------------------------ slider ------------------------ //
2819
2819
 
@@ -2883,11 +2883,9 @@ $step-arrow-item-disabled-background: #f2f4f8;
2883
2883
  $step-arrow-item-title-disabled-color: #c3cbd5;
2884
2884
  $step-circle-item-node-padding: 8px;
2885
2885
  $step-circle-item-node-border-width: 1px;
2886
- $step-circle-item-node-font-size: 12px;
2887
2886
  $step-circle-item-node-corner: 50%;
2888
2887
  $step-circle-item-tail-size: 1px;
2889
2888
  $step-circle-item-title-margin-top: 8px;
2890
- $step-circle-item-content-font-size: 12px;
2891
2889
  $step-circle-item-node-wait-size: 32px;
2892
2890
  $step-circle-item-node-process-size: 32px;
2893
2891
  $step-circle-item-node-finish-size: 32px;
@@ -2958,7 +2956,6 @@ $step-arrow-item-finish-background: rgba(54, 97, 204, 0.1);
2958
2956
  $step-circle-item-node-icon-size: 16px;
2959
2957
  $step-circle-item-content-margin-top: 0px;
2960
2958
  $step-circle-item-body-width: 160px;
2961
- $step-circle-item-title-size: 14px;
2962
2959
  $step-circle-item-title-weight: normal;
2963
2960
  $step-circle-item-tail-wait-color: #dadfe8;
2964
2961
  $step-circle-item-tail-process-color: #dadfe8;
@@ -2977,6 +2974,9 @@ $step-dot-item-node-wait-background: #c3cbd5;
2977
2974
  $step-dot-item-node-finish-background: #284cc0;
2978
2975
  $step-dot-item-node-disabled-border-color: #eef1f6;
2979
2976
  $step-dot-item-node-disabled-background: #eef1f6;
2977
+ $step-circle-item-node-font-size: 14px;
2978
+ $step-circle-item-content-font-size: 14px;
2979
+ $step-circle-item-title-size: 16px;
2980
2980
 
2981
2981
  // ------------------------ menu ------------------------ //
2982
2982
 
@@ -3006,7 +3006,6 @@ $menu-popupfold-icon-content: "";
3006
3006
  $menu-padding-ver-padding-tb: 0px;
3007
3007
  $menu-padding-hoz-padding-tb: 0px;
3008
3008
  $menu-line-height: 36px;
3009
- $menu-font-size: 12px;
3010
3009
  $menu-icon-selected-size: 16px;
3011
3010
  $menu-icon-size: 16px;
3012
3011
  $menu-background: #FFFFFF;
@@ -3021,6 +3020,7 @@ $menu-padding-horizontal: 20px;
3021
3020
  $menu-item-padding-ver-padding-l: 20px;
3022
3021
  $menu-item-padding-ver-padding-r: 20px;
3023
3022
  $menu-item-padding-hoz-padding-lr: 20px;
3023
+ $menu-font-size: 14px;
3024
3024
 
3025
3025
  // ------------------------ nav ------------------------ //
3026
3026