Commit 77a14626 by 无尘

style: 增加鼠标移上样式

parent db5910a5
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "@gic-test/vue-gic-header", "name": "@gic-test/vue-gic-header",
"description": "vue-gic-header Plugin", "description": "vue-gic-header Plugin",
"author": "fairyly <498745097@qq.com>", "author": "fairyly <498745097@qq.com>",
"version": "1.3.32", "version": "1.3.33",
"license": "MIT", "license": "MIT",
"private": false, "private": false,
"main": "dist/vue-gic-header.js", "main": "dist/vue-gic-header.js",
...@@ -36,4 +36,4 @@ ...@@ -36,4 +36,4 @@
"webpack": "^3.6.0", "webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1" "webpack-dev-server": "^2.9.1"
} }
} }
\ No newline at end of file
...@@ -1020,6 +1020,9 @@ ...@@ -1020,6 +1020,9 @@
font-size: 12px; font-size: 12px;
color: #606266; color: #606266;
line-height: 30px; line-height: 30px;
&:hover {
color: #1890ff;
}
} }
&-item { &-item {
flex: 0 0 185px; flex: 0 0 185px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment