Commit 117997e1 by liangzhen

暂存

1 parent 9fe9a7e7
Showing with 15 additions and 4 deletions
...@@ -291,8 +291,19 @@ export default { ...@@ -291,8 +291,19 @@ export default {
} }
} }
&:hover { &:hover {
color: $color-primary; // color: $color-primary;
border: 1px solid $color-primary ;
/deep/ .el-icon-close:before {
color: red !important;
}
} }
// &:hover {
// color: #218a83;
// border: 1px solid #218a83;
// }
&.active { &.active {
// background-color: #409eff; // background-color: #409eff;
// color: #fff; // color: #fff;
...@@ -328,7 +339,7 @@ export default { ...@@ -328,7 +339,7 @@ export default {
} }
</style> </style>
<style lang="scss"> <style lang="scss" >
//reset element css of el-icon-close //reset element css of el-icon-close
.tags-view-wrapper { .tags-view-wrapper {
line-height: 38px; line-height: 38px;
...@@ -339,7 +350,7 @@ export default { ...@@ -339,7 +350,7 @@ export default {
width: 16px; width: 16px;
height: 16px; height: 16px;
line-height: 16px; line-height: 16px;
color: #495060 !important; color: #495060 ;
// vertical-align: 2px; // vertical-align: 2px;
border-radius: 50%; border-radius: 50%;
text-align: center; text-align: center;
...@@ -349,7 +360,7 @@ export default { ...@@ -349,7 +360,7 @@ export default {
transform: scale(0.6); transform: scale(0.6);
display: inline-block; display: inline-block;
vertical-align: -3px; vertical-align: -3px;
color: #495060 !important; color: #495060 ;
font-size: 22px; font-size: 22px;
} }
// &:hover { // &:hover {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!