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

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.5",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -470,11 +470,6 @@
470
470
  }
471
471
  }
472
472
 
473
- &__filter-title {
474
- border-top: 1px solid #f3f3f3;
475
- padding-top: 14px;
476
- }
477
-
478
473
  &__sort-btns {
479
474
  display: flex;
480
475
  justify-content: space-between;