@cqsjjb/jjb-react-admin-component 3.3.0-beta.5 → 3.3.0-beta.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.
package/AMap/index.js CHANGED
@@ -95,7 +95,7 @@ export default function AMap({
95
95
  geolocation.getCurrentPosition((status, result) => {
96
96
  if (status !== 'complete') {
97
97
  // 不做致命处理,但提示
98
- message.error('未知原因,定位失败!');
98
+ message.error('未开启定位,定位失败!');
99
99
  } else {
100
100
  // 如果需要可以从 result.position 取值
101
101
  try {
package/AMap/index.less CHANGED
@@ -14,22 +14,6 @@
14
14
  outline: none;
15
15
  border-radius: 3px;
16
16
  }
17
-
18
- .tangram-suggestion-main {
19
- z-index: 1000;
20
- margin-top: 6px;
21
-
22
- .tangram-suggestion {
23
- border: none;
24
- box-shadow: 1px 2px 1px rgb(0 0 0 / 15%);
25
- border-radius: 3px;
26
- }
27
- }
28
-
29
- #selCityWd {
30
- box-sizing: content-box;
31
- }
32
-
33
- .city_content_top {
34
- box-sizing: content-box;
17
+ .amap-sug-result {
18
+ z-index: 10240 !important;
35
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqsjjb/jjb-react-admin-component",
3
- "version": "3.3.0-beta.5",
3
+ "version": "3.3.0-beta.7",
4
4
  "description": "jjb-react-admin-组件库@new",
5
5
  "main": "index.js",
6
6
  "author": "jjb-front-team",