@lx-frontend/wrap-element-ui 1.0.8-beta.0 → 1.0.9-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.8-beta.0",
3
+ "version": "1.0.9-beta.0",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -1,6 +1,10 @@
1
1
  @--theme-blue--: #2468f2;
2
2
 
3
3
  .editable-table {
4
+ .el-table__body {
5
+ width: 100% !important;
6
+ }
7
+
4
8
  &__selected-color {
5
9
  position: absolute;
6
10
  left: 0;
@@ -164,7 +168,6 @@
164
168
  padding: 0px;
165
169
 
166
170
  .el-dialog__body {
167
- width: 100% !important;
168
171
  max-height: 70vh;
169
172
  }
170
173