vsyswin-ui 0.2.64 → 0.2.65

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": "vsyswin-ui",
3
- "version": "0.2.64",
3
+ "version": "0.2.65",
4
4
  "main": "lib/vsyswin-ui.umd.min.js",
5
5
  "private": false,
6
6
  "description": "Vue2.x的应用组件库.",
@@ -508,10 +508,13 @@ input:focus {
508
508
  .sy-btn-ellipsis {
509
509
  .el-button {
510
510
  outline: none !important;
511
+ &.el-button--text {
512
+ color: $primary-color;
513
+ }
511
514
  }
512
515
  .el-button:hover, .el-button:active, .el-button:focus {
513
516
  background: none !important;
514
- color: #66b1ff !important;
517
+ color: $primary-color !important;
515
518
  border: 1px solid transparent !important;
516
519
  }
517
520
  }