@zgfe/modules-attribution 1.0.2-alpha.6 → 1.0.2-alpha.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.
@@ -292,6 +292,9 @@ var SearchPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
292
292
  }]
293
293
  }, /*#__PURE__*/React.createElement(Select, {
294
294
  className: "attribution-type",
295
+ getPopupContainer: function getPopupContainer() {
296
+ return document.getElementById('attribution-type');
297
+ },
295
298
  placeholder: "\u8BF7\u9009\u62E9",
296
299
  style: {
297
300
  width: 208
@@ -43,7 +43,11 @@
43
43
 
44
44
  #attribution-type{
45
45
  position: relative;
46
+ .ant-select-dropdown{
47
+ z-index: 998;
48
+ }
46
49
  .attribution-type-tooltip {
50
+ z-index: 999;
47
51
  left: 200px!important;
48
52
  &-distance{
49
53
  left: 170px!important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-attribution",
3
- "version": "1.0.2-alpha.6",
3
+ "version": "1.0.2-alpha.7",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -50,5 +50,5 @@
50
50
  "react": "^16.12.0 || ^17.0.0",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "91105cd64e8ea5ae05c94085e1b2bc4ad1e1cc2b"
53
+ "gitHead": "3741b5f2463a0f51be9ab9a83d12c8e6b15a7869"
54
54
  }