@lx-frontend/wrap-element-ui 1.0.15-beta.4 → 1.0.15-beta.6

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.15-beta.4",
3
+ "version": "1.0.15-beta.6",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -439,7 +439,6 @@
439
439
  padding: 0 14px;
440
440
  display: flex;
441
441
  flex-direction: column;
442
- gap: 8px;
443
442
  }
444
443
 
445
444
  &__filter-title,
@@ -470,11 +469,6 @@
470
469
  }
471
470
  }
472
471
 
473
- &__filter-title {
474
- border-top: 1px solid #f3f3f3;
475
- padding-top: 14px;
476
- }
477
-
478
472
  &__sort-btns {
479
473
  display: flex;
480
474
  justify-content: space-between;