@zgfe/modules-dm 1.0.34-heyh.36 → 1.0.34-heyh.37

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.
@@ -607,6 +607,9 @@
607
607
  margin-right: 10px;
608
608
  }
609
609
  }
610
+ .ant-drawer-content-wrapper{
611
+ overflow-x: hidden;
612
+ }
610
613
  .ant-drawer-content,
611
614
  .ant-drawer-wrapper-body {
612
615
  overflow: hidden !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.34-heyh.36",
3
+ "version": "1.0.34-heyh.37",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "138f290ce9f8d3ad5a59bce200b1e89fd0bdebfc",
54
+ "gitHead": "43564b10b4a9bef8753d0c48e09d2158a17362c6",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }