zmdms-webui 3.5.0 → 3.5.2

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.
@@ -95,9 +95,11 @@
95
95
  min-width: 0;
96
96
  display: flex;
97
97
  cursor: pointer;
98
+ // 与操作按钮(type="link")保持同色
99
+ color: @primary-color;
98
100
 
99
101
  &:hover {
100
- color: #1890ff;
102
+ color: lighten(@primary-color, 10%);
101
103
  }
102
104
 
103
105
  &-body {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",