gy-webcode2 2.0.0 → 2.0.2

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.
@@ -243,10 +243,10 @@ export default {
243
243
  display: block;
244
244
  }
245
245
  &.item_1 {
246
- background-image: url("~gy-webcode2/img/theme/pageStyle_1.png");
246
+ background-image: url("~gy-webcode2/img/theme/pageStyle_2.png");
247
247
  }
248
248
  &.item_2 {
249
- background-image: url("~gy-webcode2/img/theme/pageStyle_2.png");
249
+ background-image: url("~gy-webcode2/img/theme/pageStyle_1.png");
250
250
  }
251
251
  &.item_3 {
252
252
  background-image: url("~gy-webcode2/img/theme/pageStyle_3.png");
package/css/layout.scss CHANGED
@@ -69,7 +69,7 @@
69
69
  //display:flex;
70
70
  //flex-direction: column;
71
71
  &.homeBg{
72
- background: #F1F6FC;
72
+ background: #ebf1f7;
73
73
  }
74
74
  >.content{
75
75
  //background: #fff;
package/index.js CHANGED
@@ -24,5 +24,5 @@
24
24
  // 1.2.0 breadcrumb 使用store的menuPath了
25
25
  // 2.0.0 全新UI改版
26
26
  module.exports = {
27
- version :'2.0.0',
27
+ version :'2.0.2',
28
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gy-webcode2",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "gy前端公共代码",
5
5
  "main": "index.js",
6
6
  "scripts": {