@gm-pc/react 1.8.5-alpha.0 → 1.8.6-alpha.0

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": "@gm-pc/react",
3
- "version": "1.8.5-alpha.0",
3
+ "version": "1.8.6-alpha.0",
4
4
  "description": "观麦前端基础组件库",
5
5
  "author": "liyatang <liyatang@qq.com>",
6
6
  "homepage": "https://github.com/gmfe/gm-pc#readme",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@gm-common/hooks": "^2.10.0",
26
26
  "@gm-common/tool": "^2.10.0",
27
- "@gm-pc/locales": "^1.8.5-alpha.0",
27
+ "@gm-pc/locales": "^1.8.6-alpha.0",
28
28
  "big.js": "^6.0.1",
29
29
  "classnames": "^2.2.5",
30
30
  "lodash": "^4.17.19",
@@ -46,5 +46,5 @@
46
46
  "react-dom": "^16.14.0",
47
47
  "react-window": "^1.8.5"
48
48
  },
49
- "gitHead": "6ea1315d78c7ab347c194f4ef5eaa9f51092f896"
49
+ "gitHead": "4886b16c37eaf034b055a5b07e14f13fcdb0e6bc"
50
50
  }
@@ -54,6 +54,7 @@
54
54
  right: 16px;
55
55
  width: 10px;
56
56
  color: rgba(0, 0, 0, 0.85);
57
+ opacity: 0.45;
57
58
  transform: rotate(-90deg);
58
59
 
59
60
  &::before {
@@ -191,6 +192,10 @@
191
192
  .gm-nav-one-triangle {
192
193
  display: block;
193
194
  }
195
+
196
+ .gm-nav-one-arrow {
197
+ opacity: 1;
198
+ }
194
199
  }
195
200
 
196
201
  &.active {
@@ -215,6 +220,7 @@
215
220
  .gm-nav-one-arrow {
216
221
  right: 8px;
217
222
  top: 20px;
223
+ opacity: 1;
218
224
  }
219
225
  }
220
226