@lambo-design/shared 1.0.0-beta.366 → 1.0.0-beta.367

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.
@@ -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 : linear-gradient(90deg,#1d42ab,#2173dc,#1e93ff);
193
+ @layout-header-background : url('../../../styles/image/layout-header-bg-gold.png') no-repeat;
194
194
  @layout-header-height : 64px;
195
195
  @layout-header-padding : 0 50px;
196
196
  @layout-footer-padding : 24px 50px;
@@ -1,3 +1,4 @@
1
+ import nav_header_bg from '../../styles/image/layout-header-bg-gold.png'
1
2
  import {getLocale} from '../locale'
2
3
  export default {
3
4
  key: "hubei",
@@ -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: url('../../../styles/image/layout-header-bg-gold.png') no-repeat;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/shared",
3
- "version": "1.0.0-beta.366",
3
+ "version": "1.0.0-beta.367",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -26,8 +26,8 @@
26
26
  "nanoid": "^3.3.7",
27
27
  "node-rsa": "^1.1.1",
28
28
  "qs": "^6.11.0",
29
- "@lambo-design/xlsx-style": "^1.0.0-beta.9",
30
- "@lambo-design/xlsx": "^1.0.0-beta.2"
29
+ "@lambo-design/xlsx": "^1.0.0-beta.2",
30
+ "@lambo-design/xlsx-style": "^1.0.0-beta.9"
31
31
  },
32
32
  "devDependencies": {
33
33
  "vue": "^2.6.12"