@lx-frontend/wrap-element-ui 1.0.2-beta.6 → 1.0.2-beta.7

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.2-beta.6",
3
+ "version": "1.0.2-beta.7",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -438,15 +438,15 @@
438
438
  &:hover {
439
439
  background-color: #fafafa;
440
440
  }
441
+ }
441
442
 
442
- &--active {
443
- color: @--theme-blue--;
444
- border-color: #eef3ff;
445
- background: #f4f7fe;
443
+ &__sort-btn--active.el-button {
444
+ color: @--theme-blue--;
445
+ border-color: #eef3ff;
446
+ background: #f4f7fe;
446
447
 
447
- &:hover {
448
- background-color: #f4f7fe;
449
- }
448
+ &:hover {
449
+ background-color: #f4f7fe;
450
450
  }
451
451
  }
452
452