meixioacomponent 0.4.22 → 0.4.23

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.
@@ -4770,7 +4770,8 @@
4770
4770
  }
4771
4771
 
4772
4772
  .el-menu-item.is-active {
4773
- color: var(--color-primary);
4773
+ color: var(--font-color-d);
4774
+ font-weight: var(--font-weight-g);
4774
4775
  background-color: var(--color-gray-d);
4775
4776
  }
4776
4777
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.4.22",
3
+ "version": "0.4.23",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -4770,7 +4770,8 @@
4770
4770
  }
4771
4771
 
4772
4772
  .el-menu-item.is-active {
4773
- color: var(--color-primary);
4773
+ color: var(--font-color-d);
4774
+ font-weight: var(--font-weight-g);
4774
4775
  background-color: var(--color-gray-d);
4775
4776
  }
4776
4777