@lambo-design/shared 1.0.0-beta.263 → 1.0.0-beta.265

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/config/themes/atrovirens/atrovirens.less +3 -2
  2. package/config/themes/atrovirens/var.less +3 -2
  3. package/config/themes/blue/blue.less +3 -2
  4. package/config/themes/blue/var.less +3 -2
  5. package/config/themes/blue-white/blue-white.less +3 -2
  6. package/config/themes/blue-white/var.less +2 -2
  7. package/config/themes/blue-white-tight/blue-white-tight.less +3 -2
  8. package/config/themes/blue-white-tight/var.less +3 -2
  9. package/config/themes/cuiwei/cuiwei.less +3 -2
  10. package/config/themes/cuiwei/var.less +4 -4
  11. package/config/themes/danqing/danqing.less +3 -2
  12. package/config/themes/danqing/var.less +3 -2
  13. package/config/themes/deep/deep.less +3 -3
  14. package/config/themes/deep/var.less +3 -2
  15. package/config/themes/default/default.less +2 -2
  16. package/config/themes/default/var.less +3 -2
  17. package/config/themes/eap/eap.less +3 -2
  18. package/config/themes/eap/var.less +3 -2
  19. package/config/themes/gold/gold.less +3 -2
  20. package/config/themes/gold/var.less +3 -2
  21. package/config/themes/lime/lime.less +3 -2
  22. package/config/themes/lime/var.less +3 -3
  23. package/config/themes/orange/orange.less +3 -2
  24. package/config/themes/orange/var.less +3 -2
  25. package/config/themes/red/red.less +3 -2
  26. package/config/themes/red/var.less +3 -2
  27. package/config/themes/theme-atrovirens.js +2 -2
  28. package/config/themes/theme-blue.js +2 -2
  29. package/config/themes/theme-bw.js +2 -2
  30. package/config/themes/theme-bwt.js +2 -3
  31. package/config/themes/theme-cuiwei.js +4 -4
  32. package/config/themes/theme-danqing.js +2 -2
  33. package/config/themes/theme-deep.js +2 -2
  34. package/config/themes/theme-default.js +2 -2
  35. package/config/themes/theme-eap.js +2 -2
  36. package/config/themes/theme-gold.js +2 -2
  37. package/config/themes/theme-lime.js +2 -2
  38. package/config/themes/theme-orange.js +2 -2
  39. package/config/themes/theme-red.js +2 -2
  40. package/config/themes/theme-white.js +2 -2
  41. package/config/themes/white/var.less +3 -2
  42. package/config/themes/white/white.less +3 -2
  43. package/package.json +1 -1
@@ -239,6 +239,8 @@
239
239
 
240
240
  --layout-menuitem-padding : @layout-menuitem-padding;
241
241
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
242
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
243
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
242
244
 
243
245
  --legend-color : @legend-color;
244
246
 
@@ -667,6 +669,5 @@
667
669
 
668
670
  --content-header-bg-color : @content-header-bg-color;
669
671
  --content-header-font-weight : @content-header-font-weight;
670
- --primary-color-border-bottom : @primary-color-border-bottom;
671
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
672
+
672
673
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -674,6 +676,5 @@ vxe-table
674
676
 
675
677
  @content-header-bg-color : #fff;
676
678
  @content-header-font-weight : 500;
677
- @primary-color-border-bottom : 3.35px;
678
- @ivu-menu-horizontal-line-height : 46px;
679
+
679
680
 
@@ -241,6 +241,8 @@
241
241
 
242
242
  --layout-menuitem-padding : @layout-menuitem-padding;
243
243
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
244
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
245
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
244
246
 
245
247
  --legend-color : @legend-color;
246
248
 
@@ -669,6 +671,5 @@
669
671
 
670
672
  --content-header-bg-color : @content-header-bg-color;
671
673
  --content-header-font-weight : @content-header-font-weight;
672
- --primary-color-border-bottom : @primary-color-border-bottom;
673
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
674
+
674
675
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : rgb(2, 55 ,133);
@@ -678,5 +680,4 @@ vxe-table
678
680
  @content-header-bg-color : #fff;
679
681
  @content-header-font-weight : 500;
680
682
 
681
- @primary-color-border-bottom : 3.35px;
682
- @ivu-menu-horizontal-line-height : 46px;
683
+
@@ -240,6 +240,8 @@
240
240
 
241
241
  --layout-menuitem-padding : @layout-menuitem-padding;
242
242
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
243
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
244
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
245
 
244
246
  --legend-color : @legend-color;
245
247
 
@@ -669,6 +671,5 @@
669
671
 
670
672
  --content-header-bg-color : @content-header-bg-color;
671
673
  --content-header-font-weight : @content-header-font-weight;
672
- --primary-color-border-bottom : @primary-color-border-bottom;
673
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
674
+
674
675
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -677,5 +679,3 @@ vxe-table
677
679
 
678
680
  @content-header-bg-color : #fff;
679
681
  @content-header-font-weight : 500;
680
- @primary-color-border-bottom : 3.35px;
681
- @ivu-menu-horizontal-line-height : 46px;
@@ -240,6 +240,8 @@
240
240
 
241
241
  --layout-menuitem-padding : @layout-menuitem-padding;
242
242
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
243
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
244
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
245
  --layout-tabs-height : @layout-tabs-height;
244
246
 
245
247
  --legend-color : @legend-color;
@@ -670,6 +672,5 @@
670
672
 
671
673
  --content-header-bg-color : @content-header-bg-color;
672
674
  --content-header-font-weight : @content-header-font-weight;
673
- --primary-color-border-bottom : @primary-color-border-bottom;
674
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
675
+
675
676
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 6px 14px;
240
240
  @layout-menu-title-icon-right : 4px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
  @layout-tabs-height : 30;
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -678,5 +680,4 @@ vxe-table
678
680
 
679
681
  @content-header-bg-color : #fff;
680
682
  @content-header-font-weight : 500;
681
- @primary-color-border-bottom : 3.35px;
682
- @ivu-menu-horizontal-line-height : 46px;
683
+
@@ -238,6 +238,8 @@
238
238
 
239
239
  --layout-menuitem-padding : @layout-menuitem-padding;
240
240
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
241
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
242
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
241
243
 
242
244
  --legend-color : @legend-color;
243
245
 
@@ -667,6 +669,5 @@
667
669
 
668
670
  --content-header-bg-color : @content-header-bg-color;
669
671
  --content-header-font-weight : @content-header-font-weight;
670
- --primary-color-border-bottom : @primary-color-border-bottom;
671
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
672
+
672
673
  }
@@ -4,7 +4,7 @@
4
4
  @primary-color-tint-80 : tint(@primary-color,80%);
5
5
  @primary-color-tint-5 : tint(@primary-color,5%);
6
6
  @primary-color-tint-95-fade-50 : fade(tint(@primary-color, 95%), 50%);
7
- @primary-color-fade-20 : fade(@primary-color, 20%);
7
+ @primary-color-fade-20 : none;
8
8
  @primary-color-shade-5 : shade(@primary-color, 5%);
9
9
 
10
10
 
@@ -82,7 +82,7 @@
82
82
  @font-size-large : @font-size-base + 2px;
83
83
  @line-height-base : 1.5;
84
84
  @line-height-computed : floor((@font-size-base * @line-height-base));
85
- @border-radius-base : 12px;
85
+ @border-radius-base : 0px;
86
86
  @border-radius-small : 4px;
87
87
  @cursor-disabled : not-allowed;
88
88
 
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 0px;
242
+ @layout-menu-item-horizontal-line-height : 50px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -676,8 +678,6 @@ vxe-table
676
678
 
677
679
  @content-header-bg-color : #F5F9F9;
678
680
  @content-header-font-weight :bold;
679
- @primary-color-border-bottom : 0px;
680
- @ivu-menu-horizontal-line-height : 50px;
681
681
 
682
682
 
683
683
 
@@ -238,6 +238,8 @@
238
238
 
239
239
  --layout-menuitem-padding : @layout-menuitem-padding;
240
240
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
241
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
242
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
241
243
 
242
244
  --legend-color : @legend-color;
243
245
 
@@ -667,6 +669,5 @@
667
669
 
668
670
  --content-header-bg-color : @content-header-bg-color;
669
671
  --content-header-font-weight : @content-header-font-weight;
670
- --primary-color-border-bottom : @primary-color-border-bottom;
671
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
672
+
672
673
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 0px;
242
+ @layout-menu-item-horizontal-line-height : 50px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -677,7 +679,6 @@ vxe-table
677
679
  @content-header-bg-color : #F5F9F9;
678
680
  @content-header-font-weight :bold;
679
681
 
680
- @primary-color-border-bottom : 0px;
681
- @ivu-menu-horizontal-line-height : 50px;
682
+
682
683
 
683
684
 
@@ -239,7 +239,8 @@
239
239
 
240
240
  --layout-menuitem-padding : @layout-menuitem-padding;
241
241
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
242
-
242
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
243
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
244
  --legend-color : @legend-color;
244
245
 
245
246
 
@@ -668,6 +669,5 @@
668
669
 
669
670
  --content-header-bg-color : @content-header-bg-color;
670
671
  --content-header-font-weight : @content-header-font-weight;
671
- --primary-color-border-bottom : @primary-color-border-bottom;
672
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
672
+
673
673
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -678,5 +680,4 @@ vxe-table
678
680
 
679
681
  @content-header-bg-color : #fff;
680
682
  @content-header-font-weight : 500;
681
- @primary-color-border-bottom : 3.35px;
682
- @ivu-menu-horizontal-line-height : 46px;
683
+
@@ -240,6 +240,8 @@
240
240
 
241
241
  --layout-menuitem-padding : @layout-menuitem-padding;
242
242
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
243
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
244
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
245
 
244
246
  --legend-color : @legend-color;
245
247
 
@@ -670,6 +672,4 @@
670
672
 
671
673
  --content-header-bg-color : @content-header-bg-color;
672
674
  --content-header-font-weight : @content-header-font-weight;
673
- --primary-color-border-bottom : @primary-color-border-bottom;
674
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
675
675
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -678,5 +680,4 @@ vxe-table
678
680
 
679
681
  @content-header-bg-color : #fff;
680
682
  @content-header-font-weight : 500;
681
- @primary-color-border-bottom : 3.35px;
682
- @ivu-menu-horizontal-line-height : 46px;
683
+
@@ -240,6 +240,8 @@
240
240
 
241
241
  --layout-menuitem-padding : @layout-menuitem-padding;
242
242
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
243
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
244
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
245
 
244
246
  --legend-color : @legend-color;
245
247
 
@@ -670,6 +672,5 @@
670
672
 
671
673
  --cursor-disabled : @cursor-disabled;
672
674
  --content-header-font-weight : @content-header-font-weight;
673
- --primary-color-border-bottom : @primary-color-border-bottom;
674
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
675
+
675
676
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -678,5 +680,4 @@ vxe-table
678
680
 
679
681
  @content-header-bg-color : #fff;
680
682
  @content-header-font-weight : 500;
681
- @primary-color-border-bottom : 3.35px;
682
- @ivu-menu-horizontal-line-height : 46px;
683
+
@@ -240,6 +240,8 @@
240
240
 
241
241
  --layout-menuitem-padding : @layout-menuitem-padding;
242
242
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
243
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
244
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
245
 
244
246
  --legend-color : @legend-color;
245
247
 
@@ -670,6 +672,5 @@
670
672
 
671
673
  --content-header-bg-color : @content-header-bg-color;
672
674
  --content-header-font-weight : @content-header-font-weight;
673
- --primary-color-border-bottom : @primary-color-border-bottom;
674
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
675
+
675
676
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -678,5 +680,4 @@ vxe-table
678
680
 
679
681
  @content-header-bg-color : #fff;
680
682
  @content-header-font-weight : 500;
681
- @primary-color-border-bottom : 3.35px;
682
- @ivu-menu-horizontal-line-height : 46px;
683
+
@@ -240,6 +240,8 @@
240
240
 
241
241
  --layout-menuitem-padding : @layout-menuitem-padding;
242
242
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
243
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
244
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
245
 
244
246
  --legend-color : @legend-color;
245
247
 
@@ -670,6 +672,5 @@
670
672
 
671
673
  --content-header-bg-color : @content-header-bg-color;
672
674
  --content-header-font-weight : @content-header-font-weight;
673
- --primary-color-border-bottom : @primary-color-border-bottom;
674
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
675
+
675
676
  }
@@ -238,7 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
-
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
242
243
  // Legend
243
244
  @legend-color : #333333;
244
245
 
@@ -679,5 +680,4 @@ vxe-table
679
680
  @content-header-bg-color : #fff;
680
681
  @content-header-font-weight : 500;
681
682
 
682
- @primary-color-border-bottom : 3.35px;
683
- @ivu-menu-horizontal-line-height : 46px;
683
+
@@ -240,6 +240,8 @@
240
240
 
241
241
  --layout-menuitem-padding : @layout-menuitem-padding;
242
242
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
243
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
244
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
245
 
244
246
  --legend-color : @legend-color;
245
247
 
@@ -670,6 +672,5 @@
670
672
 
671
673
  --content-header-bg-color : @content-header-bg-color;
672
674
  --content-header-font-weight : @content-header-font-weight;
673
- --primary-color-border-bottom : @primary-color-border-bottom;
674
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
675
+
675
676
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -679,5 +681,4 @@ vxe-table
679
681
  @content-header-bg-color : #fff;
680
682
  @content-header-font-weight : 500;
681
683
 
682
- @primary-color-border-bottom : 3.35px;
683
- @ivu-menu-horizontal-line-height : 46px;
684
+
@@ -240,6 +240,8 @@
240
240
 
241
241
  --layout-menuitem-padding : @layout-menuitem-padding;
242
242
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
243
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
244
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
245
 
244
246
  --legend-color : @legend-color;
245
247
 
@@ -670,6 +672,5 @@
670
672
 
671
673
  --content-header-bg-color : @content-header-bg-color;
672
674
  --content-header-font-weight : @content-header-font-weight;
673
- --primary-color-border-bottom : @primary-color-border-bottom;
674
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
675
+
675
676
  }
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -678,5 +680,4 @@ vxe-table
678
680
  @content-header-bg-color : #fff;
679
681
  @content-header-font-weight : 500;
680
682
 
681
- @primary-color-border-bottom : 3.35px;
682
- @ivu-menu-horizontal-line-height : 46px;
683
+
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: #000;
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #333333;
204
206
  --input-height-base: 32px;
205
207
  --input-height-large: 40px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --content-header-bg-color: #fff;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style: `
558
558
  html {
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: #19417a;
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #023785;
204
206
  --input-height-base: 32px;
205
207
  --input-height-large: 40px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --content-header-bg-color: #fff;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style:`
558
558
  html {
@@ -201,6 +201,8 @@ export default {
201
201
  --layout-sider-line-color: rgba(255, 255, 255, 0);
202
202
  --layout-menuitem-padding: 14px 24px;
203
203
  --layout-menu-title-icon-right: 24px;
204
+ --layout-menu-item-hover-bottom-border-width:3.35px;
205
+ --layout-menu-item-horizontal-line-height:46px;
204
206
  --legend-color: #333333;
205
207
  --input-height-base: 32px;
206
208
  --input-height-large: 40px;
@@ -555,8 +557,6 @@ export default {
555
557
  --page-container-title-font-size: 16px;
556
558
  --content-header-bg-color: #fff;
557
559
  --content-header-font-weight: 500;
558
- --primary-color-border-bottom:3.35px;
559
- --ivu-menu-horizontal-line-height:46px;
560
560
  `,
561
561
  style:`
562
562
  html {
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: rgba(255, 255, 255, 0);
201
201
  --layout-menuitem-padding: 6px 14px;
202
202
  --layout-menu-title-icon-right: 4px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --layout-tabs-height: 30;
204
206
  --legend-color: #333333;
205
207
  --input-height-base: 32px;
@@ -552,9 +554,6 @@ export default {
552
554
  --page-container-title-font-size: 16px;
553
555
  --content-header-bg-color: #fff;
554
556
  --content-header-font-weight: 500;
555
- --primary-color-border-bottom:3.35px;
556
- --ivu-menu-horizontal-line-height:46px;
557
- }
558
557
  `,
559
558
  style:`
560
559
  html {
@@ -10,7 +10,7 @@ export default {
10
10
  --primary-color-tint-80: #cee8e7;
11
11
  --primary-color-tint-5: #16938f;
12
12
  --primary-color-tint-95-fade-50: rgba(243, 249, 249, 0.5);
13
- --primary-color-fade-20: rgba(10, 141, 137, 0.2);
13
+ --primary-color-fade-20: none;
14
14
  --primary-color-shade-5: #0a8682;
15
15
  --info-color: #2db7f5;
16
16
  --info-color-tint-20: #57c5f7;
@@ -71,7 +71,7 @@ export default {
71
71
  --font-size-large: 16px;
72
72
  --line-height-base: 1.5;
73
73
  --line-height-computed: 21px;
74
- --border-radius-base: 12px;
74
+ --border-radius-base: 0px;
75
75
  --border-radius-small: 4px;
76
76
  --cursor-disabled: not-allowed;
77
77
  --padding-lg: 24px;
@@ -201,6 +201,8 @@ export default {
201
201
  --layout-sider-line-color: #0A8D89;
202
202
  --layout-menuitem-padding: 14px 24px;
203
203
  --layout-menu-title-icon-right: 24px;
204
+ --layout-menu-item-hover-bottom-border-width:0px;
205
+ --layout-menu-item-horizontal-line-height:50px;
204
206
  --legend-color: #333333;
205
207
  --input-height-base: 26px;
206
208
  --input-height-large: 40px;
@@ -552,8 +554,6 @@ export default {
552
554
  --page-container-title-font-size: 18px;
553
555
  --content-header-bg-color: #F5F9F9;
554
556
  --content-header-font-weight: bold;
555
- --primary-color-border-bottom:0px;
556
- --ivu-menu-horizontal-line-height:50px;
557
557
  `,
558
558
  style: `
559
559
  html {
@@ -202,6 +202,8 @@ export default {
202
202
  --layout-sider-line-color: #000;
203
203
  --layout-menuitem-padding: 14px 24px;
204
204
  --layout-menu-title-icon-right: 24px;
205
+ --layout-menu-item-hover-bottom-border-width:0px;
206
+ --layout-menu-item-horizontal-line-height:50px;
205
207
  --legend-color: #333333;
206
208
  --input-height-base: 26px;
207
209
  --input-height-large: 40px;
@@ -556,8 +558,6 @@ export default {
556
558
  --page-container-title-font-size: 18px;
557
559
  --content-header-bg-color: #f5f9f9;
558
560
  --content-header-font-weight: bold;
559
- --primary-color-border-bottom:0px;
560
- --ivu-menu-horizontal-line-height:50px;
561
561
  `,
562
562
  style: `
563
563
  html {
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: #000;
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #333333;
204
206
  --input-height-base: 32px;
205
207
  --input-height-large: 40px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --content-header-bg-color: #fff;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style:`
558
558
  html {
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: #000;
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #333333;
204
206
  --input-height-base: 32px;
205
207
  --input-height-large: 40px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --content-header-bg-color: #fff;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style:`
558
558
  html {
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: #000;
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #333333;
204
206
  --input-height-base: 26px;
205
207
  --input-height-large: 32px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --cursor-disabled: not-allowed;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style:`
558
558
  html {
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: #000;
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #333333;
204
206
  --input-height-base: 32px;
205
207
  --input-height-large: 40px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --content-header-bg-color: #fff;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style:`
558
558
  html {
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: #000;
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #333333;
204
206
  --input-height-base: 32px;
205
207
  --input-height-large: 40px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --content-header-bg-color: #fff;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style:`
558
558
  html {
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: #000;
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #333333;
204
206
  --input-height-base: 32px;
205
207
  --input-height-large: 40px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --content-header-bg-color: #fff;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style:
558
558
  `
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: #000;
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #333333;
204
206
  --input-height-base: 32px;
205
207
  --input-height-large: 40px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --content-header-bg-color: #fff;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style: `
558
558
  html {
@@ -200,6 +200,8 @@ export default {
200
200
  --layout-sider-line-color: rgba(255, 255, 255, 0);
201
201
  --layout-menuitem-padding: 14px 24px;
202
202
  --layout-menu-title-icon-right: 24px;
203
+ --layout-menu-item-hover-bottom-border-width:3.35px;
204
+ --layout-menu-item-horizontal-line-height:46px;
203
205
  --legend-color: #333333;
204
206
  --input-height-base: 32px;
205
207
  --input-height-large: 40px;
@@ -551,8 +553,6 @@ export default {
551
553
  --page-container-title-font-size: 16px;
552
554
  --content-header-bg-color: #fff;
553
555
  --content-header-font-weight: 500;
554
- --primary-color-border-bottom:3.35px;
555
- --ivu-menu-horizontal-line-height:46px;
556
556
  `,
557
557
  style:`
558
558
  html {
@@ -238,6 +238,8 @@
238
238
  //紧凑样式
239
239
  @layout-menuitem-padding : 14px 24px;
240
240
  @layout-menu-title-icon-right : 24px;
241
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
242
+ @layout-menu-item-horizontal-line-height : 46px;
241
243
 
242
244
  // Legend
243
245
  @legend-color : #333333;
@@ -678,5 +680,4 @@ vxe-table
678
680
  @content-header-bg-color : #fff;
679
681
  @content-header-font-weight : 500;
680
682
 
681
- @primary-color-border-bottom : 3.35px;
682
- @ivu-menu-horizontal-line-height : 46px;
683
+
@@ -240,6 +240,8 @@
240
240
 
241
241
  --layout-menuitem-padding : @layout-menuitem-padding;
242
242
  --layout-menu-title-icon-right : @layout-menu-title-icon-right;
243
+ --layout-menu-item-hover-bottom-border-width: @layout-menu-item-hover-bottom-border-width;
244
+ --layout-menu-item-horizontal-line-height : @layout-menu-item-horizontal-line-height;
243
245
 
244
246
  --legend-color : @legend-color;
245
247
 
@@ -669,6 +671,5 @@
669
671
 
670
672
  --content-header-bg-color : @content-header-bg-color;
671
673
  --content-header-font-weight : @content-header-font-weight;
672
- --primary-color-border-bottom : @primary-color-border-bottom;
673
- --ivu-menu-horizontal-line-height : @ivu-menu-horizontal-line-height;
674
+
674
675
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/shared",
3
- "version": "1.0.0-beta.263",
3
+ "version": "1.0.0-beta.265",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",