@lambo-design/shared 1.0.0-beta.83 → 1.0.0-beta.84
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/config/themes/default/default.less +1 -2
- package/config/themes/default/var.less +1 -1
- package/config/themes/eap/eap.less +550 -536
- package/config/themes/eap/var.less +50 -11
- package/config/themes/theme-default.js +1 -1
- package/config/themes/theme-eap.js +24 -14
- package/package.json +23 -23
- package/utils/dict/built-in-dict.js +20 -20
- package/utils/dict/index.js +75 -75
|
@@ -117,7 +117,6 @@
|
|
|
117
117
|
--menu-dark-group-title-color : @menu-dark-group-title-color;
|
|
118
118
|
--date-picker-cell-hover-bg : @date-picker-cell-hover-bg;
|
|
119
119
|
|
|
120
|
-
|
|
121
120
|
--shadow-color : @shadow-color;
|
|
122
121
|
--shadow-base : @shadow-base;
|
|
123
122
|
--shadow-card : @shadow-card;
|
|
@@ -344,7 +343,7 @@
|
|
|
344
343
|
--date-picker-width : @date-picker-width;
|
|
345
344
|
|
|
346
345
|
|
|
347
|
-
/*vxe-table*/
|
|
346
|
+
/*vxe-table*/
|
|
348
347
|
|
|
349
348
|
|
|
350
349
|
/*font*/
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
@table-td-hover-bg : #ebf7ff;
|
|
109
109
|
@table-td-highlight-bg : #ebf7ff;
|
|
110
110
|
@menu-dark-title : #333333;
|
|
111
|
-
@menu-dark-active-bg : #
|
|
111
|
+
@menu-dark-active-bg : fade(#000, 85%);
|
|
112
112
|
@menu-dark-subsidiary-color : rgba(255,255,255,.7);
|
|
113
113
|
@menu-dark-group-title-color : rgba(255,255,255,.36);
|
|
114
114
|
@date-picker-cell-hover-bg : #e1f0fe;
|