@gm-pc/react 1.8.3-alpha.0 → 1.8.4-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.3-alpha.0",
3
+ "version": "1.8.4-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.3-alpha.0",
27
+ "@gm-pc/locales": "^1.8.4-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": "6eb5de13fa08445e1b64c4f2c87ed1a9ec2169b5"
49
+ "gitHead": "d8a13654720a0861262f24e4da4c3f2fa6c67e98"
50
50
  }
@@ -82,6 +82,7 @@
82
82
  font-size: 16px;
83
83
  font-weight: 600;
84
84
  color: var(--gm-nav-popup-item-color);
85
+ letter-spacing: 0.2px;
85
86
  }
86
87
  }
87
88
 
@@ -89,6 +90,7 @@
89
90
  position: relative;
90
91
  margin-bottom: 8px;
91
92
  background: #f7f7f7;
93
+ border-radius: 2px;
92
94
 
93
95
  &.gm-nav-three-wrap-bg {
94
96
  background-color: #dae7ff;
@@ -97,6 +99,7 @@
97
99
  &.active {
98
100
  color: var(--gm-color-primary-active);
99
101
  background-color: #dae7ff;
102
+ border-radius: 2px;
100
103
  }
101
104
 
102
105
  .gm-nav-three {
@@ -107,7 +110,7 @@
107
110
  color: #333;
108
111
  text-decoration: none;
109
112
  white-space: nowrap;
110
- border-radius: 2px;
113
+ letter-spacing: 0.2px;
111
114
 
112
115
  &:last-child {
113
116
  margin-bottom: 0;
@@ -132,7 +135,7 @@
132
135
  .gm-nav-three-create {
133
136
  position: absolute;
134
137
  top: 7px;
135
- right: 4px;
138
+ right: 8px;
136
139
  z-index: 10;
137
140
  width: 20px;
138
141
  height: 20px;