gy-webcode2 1.1.6 → 1.1.7

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.
@@ -111,7 +111,7 @@
111
111
  position: relative;
112
112
  &:hover{
113
113
  // color: #60abff ;
114
- @include themeColor('background-color','hover');
114
+ @include themeColor('color','hover');
115
115
  }
116
116
  .icon{
117
117
  transition: all 0.3s ease;
package/index.js CHANGED
@@ -10,8 +10,9 @@
10
10
  // ~的意思是匹配最近的小版本 比如~1.0.2将会匹配所有的1.0.x版本,但不匹配1.1.0
11
11
  // ^的意思是最近的一个大版本 比如1.0.2 将会匹配 所有 1.x.x, 但不包括2.x.x
12
12
  // * 这意味着安装最新版本的依赖包
13
- // 已使用项目 指标管理
13
+ // 已使用项目 指标管理、数据治理
14
+ // https://registry.npmjs.org/gy-webcode2
14
15
 
15
16
  module.exports = {
16
- version :'1.1.6',
17
+ version :'1.1.7',
17
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gy-webcode2",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "gy前端公共代码",
5
5
  "main": "index.js",
6
6
  "scripts": {