@lx-frontend/wrap-element-ui 1.0.3-beta.1 → 1.0.3

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.3-beta.1",
3
+ "version": "1.0.3",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -39,7 +39,7 @@ export function useViewSetting({
39
39
  };
40
40
 
41
41
  const handleViewSettingShow = () => {
42
- emit('update:viewSettingDragSortOptions', [...actualColumns.value]);
42
+ emit('update:viewSettingDragSortOptions', [...actualColumns.value.filter(v => v?.prop !== '$$operation')]);
43
43
  tempLeftFixedColumnCount.value = leftFixedColumnCount.value;
44
44
  viewSettingVisible.value = true;
45
45
  columnsToBeShown.value = [...showingColumns.value];
@@ -202,10 +202,6 @@
202
202
  padding: 0 20px;
203
203
  }
204
204
 
205
- .el-dialog__headerbtn {
206
- position: inherit;
207
- }
208
-
209
205
  .el-dialog__title {
210
206
  font-size: 14px;
211
207
  line-height: 20px;