@lambo-design/shared 1.0.0-beta.213 → 1.0.0-beta.215
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/atrovirens/atrovirens.css +1 -1
- package/config/themes/atrovirens/atrovirens.less +1 -0
- package/config/themes/atrovirens/var.less +1 -0
- package/config/themes/blue/blue.css +1 -1
- package/config/themes/blue/blue.less +1 -0
- package/config/themes/blue/var.less +1 -0
- package/config/themes/blue-white/blue-white.css +1 -1
- package/config/themes/blue-white/blue-white.less +1 -0
- package/config/themes/blue-white/var.less +1 -0
- package/config/themes/blue-white-tight/blue-white-tight.css +1 -1
- package/config/themes/blue-white-tight/blue-white-tight.less +1 -0
- package/config/themes/blue-white-tight/var.less +1 -0
- package/config/themes/danqing/danqing.css +6 -6
- package/config/themes/danqing/danqing.less +1 -0
- package/config/themes/danqing/var.less +6 -5
- package/config/themes/deep/deep.css +1 -1
- package/config/themes/deep/deep.less +1 -0
- package/config/themes/deep/var.less +1 -0
- package/config/themes/default/default.css +1 -1
- package/config/themes/default/default.less +1 -0
- package/config/themes/default/var.less +1 -0
- package/config/themes/eap/eap.css +1 -1
- package/config/themes/eap/eap.less +1 -0
- package/config/themes/eap/var.less +1 -0
- package/config/themes/gold/gold.css +1 -1
- package/config/themes/gold/gold.less +1 -0
- package/config/themes/gold/var.less +1 -0
- package/config/themes/lime/lime.css +1 -1
- package/config/themes/lime/lime.less +1 -0
- package/config/themes/lime/var.less +1 -0
- package/config/themes/orange/orange.css +1 -1
- package/config/themes/orange/orange.less +1 -0
- package/config/themes/orange/var.less +1 -0
- package/config/themes/red/red.css +1 -1
- package/config/themes/red/red.less +1 -0
- package/config/themes/red/var.less +1 -0
- package/nstyles/components/table.less +1 -1
- package/nstyles/third/view-design.less +4 -0
- package/package.json +1 -1
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #fff;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=atrovirens.css.map */
|
|
@@ -210,6 +210,7 @@
|
|
|
210
210
|
--layout-header-active-color : @layout-header-active-color;
|
|
211
211
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
212
212
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
213
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
213
214
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
214
215
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
215
216
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #fff;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=blue.css.map */
|
|
@@ -212,6 +212,7 @@
|
|
|
212
212
|
--layout-header-active-color : @layout-header-active-color;
|
|
213
213
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
214
214
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
215
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
215
216
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
216
217
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
217
218
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: #333333;
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #fff;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=blue-white.css.map */
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
--layout-header-active-color : @layout-header-active-color;
|
|
212
212
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
213
213
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
214
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
214
215
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
215
216
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
216
217
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-title;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: #333333;
|
|
@@ -571,4 +572,3 @@ vxe-table
|
|
|
571
572
|
--content-header-bg-color: #fff;
|
|
572
573
|
--content-header-font-weight: 500;
|
|
573
574
|
}
|
|
574
|
-
/*# sourceMappingURL=blue-white-tight.css.map */
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
--layout-header-active-color : @layout-header-active-color;
|
|
212
212
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
213
213
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
214
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
214
215
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
215
216
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
216
217
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-title;
|
|
@@ -179,7 +179,7 @@ vxe-table
|
|
|
179
179
|
--grid-columns: 24;
|
|
180
180
|
--grid-gutter-width: 0;
|
|
181
181
|
--layout-body-background: #f5f7f9;
|
|
182
|
-
--layout-header-background: #
|
|
182
|
+
--layout-header-background: #258b73;
|
|
183
183
|
--layout-header-height: 64px;
|
|
184
184
|
--layout-header-padding: 0 50px;
|
|
185
185
|
--layout-footer-padding: 24px 50px;
|
|
@@ -195,12 +195,13 @@ vxe-table
|
|
|
195
195
|
--layout-header-color: rgba(255, 255, 255, 0.7);
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
|
-
--layout-header-nav-active-color: #
|
|
199
|
-
--layout-header-nav-active-
|
|
200
|
-
--layout-header-nav-active-background-
|
|
198
|
+
--layout-header-nav-active-color: #258b73;
|
|
199
|
+
--layout-header-nav-active-font-weight: bold;
|
|
200
|
+
--layout-header-nav-active-background-begin: #ffffff;
|
|
201
|
+
--layout-header-nav-active-background-end: #c2ddd7;
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
202
203
|
--layout-header-drop-active-color: #fff;
|
|
203
|
-
--layout-header-drop-background: #
|
|
204
|
+
--layout-header-drop-background: #258b73;
|
|
204
205
|
--layout-header-drop-active-background: rgba(255, 255, 255, 0.2);
|
|
205
206
|
--layout-sider-submenu-color: rgba(255, 255, 255, 0.7);
|
|
206
207
|
--layout-sider-submenu-active-color: #fff;
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #F5F9F9;
|
|
571
572
|
--content-header-font-weight: bold;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=danqing.css.map */
|
|
@@ -209,6 +209,7 @@
|
|
|
209
209
|
--layout-header-active-color : @layout-header-active-color;
|
|
210
210
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
211
211
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
212
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
212
213
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
213
214
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
214
215
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
@grid-columns : 24;
|
|
190
190
|
@grid-gutter-width : 0;
|
|
191
191
|
@layout-body-background : #f5f7f9;
|
|
192
|
-
@layout-header-background :
|
|
192
|
+
@layout-header-background : @primary-color;
|
|
193
193
|
@layout-header-height : 64px;
|
|
194
194
|
@layout-header-padding : 0 50px;
|
|
195
195
|
@layout-footer-padding : 24px 50px;
|
|
196
196
|
@layout-footer-background : @layout-body-background;
|
|
197
|
-
@layout-sider-background :
|
|
197
|
+
@layout-sider-background : #333333;
|
|
198
198
|
@layout-sider-background-tint-10 : tint(@layout-sider-background, 10%);
|
|
199
199
|
@layout-trigger-height : 48px;
|
|
200
200
|
@layout-trigger-color : #fff;
|
|
@@ -207,9 +207,10 @@
|
|
|
207
207
|
@layout-header-color : @menu-dark-subsidiary-color;
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
|
-
@layout-header-nav-active-color : @
|
|
211
|
-
@layout-header-nav-active-
|
|
212
|
-
@layout-header-nav-active-background-
|
|
210
|
+
@layout-header-nav-active-color : @primary-color;
|
|
211
|
+
@layout-header-nav-active-font-weight : bold;
|
|
212
|
+
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 1);
|
|
213
|
+
@layout-header-nav-active-background-end : rgba(194, 221, 215, 1);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|
|
214
215
|
@layout-header-drop-active-color : @white;
|
|
215
216
|
@layout-header-drop-background : @layout-header-background;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #fff;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=deep.css.map */
|
|
@@ -210,6 +210,7 @@
|
|
|
210
210
|
--layout-header-active-color : @layout-header-active-color;
|
|
211
211
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
212
212
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
213
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
213
214
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
214
215
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
215
216
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #fff;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=default.css.map */
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
--layout-header-active-color : @layout-header-active-color;
|
|
212
212
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
213
213
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
214
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
214
215
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
215
216
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
216
217
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--cursor-disabled: not-allowed;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=eap.css.map */
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
--layout-header-active-color : @layout-header-active-color;
|
|
212
212
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
213
213
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
214
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
214
215
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
215
216
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
216
217
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #fff;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=gold.css.map */
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
--layout-header-active-color : @layout-header-active-color;
|
|
212
212
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
213
213
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
214
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
214
215
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
215
216
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
216
217
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #fff;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=lime.css.map */
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
--layout-header-active-color : @layout-header-active-color;
|
|
212
212
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
213
213
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
214
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
214
215
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
215
216
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
216
217
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #fff;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=orange.css.map */
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
--layout-header-active-color : @layout-header-active-color;
|
|
212
212
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
213
213
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
214
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
214
215
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
215
216
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
216
217
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|
|
@@ -196,6 +196,7 @@ vxe-table
|
|
|
196
196
|
--layout-header-active-color: #fff;
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
199
|
+
--layout-header-nav-active-font-weight: normal;
|
|
199
200
|
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
200
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
201
202
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
@@ -570,4 +571,3 @@ vxe-table
|
|
|
570
571
|
--content-header-bg-color: #fff;
|
|
571
572
|
--content-header-font-weight: 500;
|
|
572
573
|
}
|
|
573
|
-
/*# sourceMappingURL=red.css.map */
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
--layout-header-active-color : @layout-header-active-color;
|
|
212
212
|
--layout-header-nav-color : @layout-header-nav-color;
|
|
213
213
|
--layout-header-nav-active-color : @layout-header-nav-active-color;
|
|
214
|
+
--layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
|
|
214
215
|
--layout-header-nav-active-background-begin : @layout-header-nav-active-background-begin;
|
|
215
216
|
--layout-header-nav-active-background-end : @layout-header-nav-active-background-end;
|
|
216
217
|
--layout-header-drop-color : @layout-header-drop-color;
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
@layout-header-active-color : @white;
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
211
|
+
@layout-header-nav-active-font-weight : normal;
|
|
211
212
|
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
|
|
212
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
213
214
|
@layout-header-drop-color : @menu-dark-subsidiary-color;
|