fix: Link monitor网格模块,优化鼠标移动网格时样式

This commit is contained in:
刘洪洪
2022-10-14 15:20:07 +08:00
parent 809bfdb3d0
commit 2d2653b62c

View File

@@ -144,7 +144,7 @@ $blue: #046ECA;
}
.data-item__hover:hover {
transition: all 0.2s;
transition: background 0.2s, box-shadow 0.2s;
background: #F4F9FD;
border: 2px $blue solid !important;
box-shadow: 1px 1px 5px #a1a1a1 !important;