w-ui-v1 1.0.39 → 1.0.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-ui-v1",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
package/w-menu/w-menu.vue CHANGED
@@ -212,6 +212,6 @@ function queryList() {
212
212
  .menu-list {
213
213
  padding: 12px 0 1px 0;
214
214
  // background-color: #F6F7FB;
215
- background: linear-gradient(to top, #F6F7FB 80%, #2c5def 100%);
215
+ background: linear-gradient(to top, #F6F7FB 60%, #2c5def 100%);
216
216
  }
217
217
  </style>