@lambo-design/shared 1.0.0-beta.258 → 1.0.0-beta.259
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.
|
@@ -115,6 +115,7 @@ vxe-table
|
|
|
115
115
|
--table-td-highlight-bg: #F8FBFB;
|
|
116
116
|
--menu-dark-title: #333333;
|
|
117
117
|
--menu-dark-active-bg: #333333;
|
|
118
|
+
--menu-user-subsidiary-color: rgba(255, 255, 255, 0.7);
|
|
118
119
|
--menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
|
|
119
120
|
--menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
|
|
120
121
|
--date-picker-cell-hover-bg: #e1f0fe;
|
|
@@ -179,7 +180,7 @@ vxe-table
|
|
|
179
180
|
--grid-columns: 24;
|
|
180
181
|
--grid-gutter-width: 0;
|
|
181
182
|
--layout-body-background: #f5f7f9;
|
|
182
|
-
--layout-header-background:
|
|
183
|
+
--layout-header-background: url('../../../styles/image/layout-header-bg-cuiwei.png') no-repeat;
|
|
183
184
|
--layout-header-height: 64px;
|
|
184
185
|
--layout-header-padding: 0 50px;
|
|
185
186
|
--layout-footer-padding: 24px 50px;
|
|
@@ -194,6 +195,7 @@ vxe-table
|
|
|
194
195
|
--layout-active-color: #258b73;
|
|
195
196
|
--layout-header-color: rgba(255, 255, 255, 0.7);
|
|
196
197
|
--layout-header-active-color: #fff;
|
|
198
|
+
--layout-header-nav-fontSize: 18px;
|
|
197
199
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
200
|
--layout-header-nav-active-color: #258b73;
|
|
199
201
|
--layout-header-nav-active-font-weight: bold;
|
|
@@ -201,7 +203,7 @@ vxe-table
|
|
|
201
203
|
--layout-header-nav-active-background-end: #c2ddd7;
|
|
202
204
|
--layout-header-drop-color: rgba(255, 255, 255, 0.7);
|
|
203
205
|
--layout-header-drop-active-color: #fff;
|
|
204
|
-
--layout-header-drop-background:
|
|
206
|
+
--layout-header-drop-background: url('../../../styles/image/layout-header-bg-cuiwei.png') no-repeat;
|
|
205
207
|
--layout-header-drop-active-background: rgba(255, 255, 255, 0.2);
|
|
206
208
|
--layout-sider-submenu-color: rgba(255, 255, 255, 0.7);
|
|
207
209
|
--layout-sider-submenu-active-color: #fff;
|
|
@@ -574,4 +576,3 @@ vxe-table
|
|
|
574
576
|
--content-header-bg-color: #F5F9F9;
|
|
575
577
|
--content-header-font-weight: bold;
|
|
576
578
|
}
|
|
577
|
-
/*# sourceMappingURL=danqing.css.map */
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
@grid-columns : 24;
|
|
191
191
|
@grid-gutter-width : 0;
|
|
192
192
|
@layout-body-background : #f5f7f9;
|
|
193
|
-
@layout-header-background :
|
|
193
|
+
@layout-header-background : url('../../../styles/image/layout-header-bg-cuiwei.png') no-repeat;;
|
|
194
194
|
@layout-header-height : 64px;
|
|
195
195
|
@layout-header-padding : 0 50px;
|
|
196
196
|
@layout-footer-padding : 24px 50px;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
@layout-active-color : @primary-color;
|
|
208
208
|
@layout-header-color : @menu-dark-subsidiary-color;
|
|
209
209
|
@layout-header-active-color : @white;
|
|
210
|
-
@layout-header-nav-fontSize :
|
|
210
|
+
@layout-header-nav-fontSize : 18px;
|
|
211
211
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
212
212
|
@layout-header-nav-active-color : @primary-color;
|
|
213
213
|
@layout-header-nav-active-font-weight : bold;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
const nav_header_bg = require('../../styles/image/layout-header-bg-cuiwei.png')
|
|
1
2
|
export default {
|
|
2
3
|
key: "danqing",
|
|
3
4
|
title: "丹青",
|
|
@@ -157,7 +158,7 @@ export default {
|
|
|
157
158
|
--grid-columns: 24;
|
|
158
159
|
--grid-gutter-width: 0;
|
|
159
160
|
--layout-body-background: #f5f7f9;
|
|
160
|
-
--layout-header-background:
|
|
161
|
+
--layout-header-background: url(${nav_header_bg}) no-repeat;
|
|
161
162
|
--layout-header-height: 64px;
|
|
162
163
|
--layout-header-padding: 0 50px;
|
|
163
164
|
--layout-footer-padding: 24px 50px;
|
|
@@ -172,7 +173,7 @@ export default {
|
|
|
172
173
|
--layout-active-color: #258b73;
|
|
173
174
|
--layout-header-color: rgba(255, 255, 255, 0.7);
|
|
174
175
|
--layout-header-active-color: #fff;
|
|
175
|
-
--layout-header-nav-fontSize:
|
|
176
|
+
--layout-header-nav-fontSize: 18px;
|
|
176
177
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
177
178
|
--layout-header-nav-active-color: #258b73;
|
|
178
179
|
--layout-header-nav-active-font-weight: bold;
|