提交 ae520246 authored 作者: wangjiahao's avatar wangjiahao

refactor:仪表板编辑入口鼠标悬浮去掉颜色变化

上级 94be9ecb
......@@ -1631,26 +1631,26 @@ export default {
user-select: none;
}
.mouseOn >>> .icon-shezhi{
z-index: 2;
display:block!important;
}
.vdr > i{
right: 5px;
color: gray;
position: absolute;
}
/*.mouseOn >>> .icon-shezhi{*/
/* z-index: 2;*/
/* display:block!important;*/
/*}*/
/*.vdr > i{*/
/* right: 5px;*/
/* color: gray;*/
/* position: absolute;*/
/*}*/
.vdr >>> i:hover {
color: red;
}
/*.vdr >>> i:hover {*/
/* color: red;*/
/*}*/
.vdr:hover >>> i {
z-index: 2;
display:block;
}
/*.vdr:hover >>> i {*/
/* z-index: 2;*/
/* display:block;*/
/*}*/
.vdr>>>.icon-shezhi {
display:none
}
/*.vdr>>>.icon-shezhi {*/
/* display:none*/
/*}*/
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论