@lx-frontend/wrap-element-ui 1.0.7-beta.4 → 1.0.8-beta.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": "@lx-frontend/wrap-element-ui",
3
- "version": "1.0.7-beta.4",
3
+ "version": "1.0.8-beta.0",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -164,6 +164,7 @@
164
164
  padding: 0px;
165
165
 
166
166
  .el-dialog__body {
167
+ width: 100% !important;
167
168
  max-height: 70vh;
168
169
  }
169
170