refactor(仪表板): 除了编辑状态下,鼠标移动到仪表板组件上时不显示边框

This commit is contained in:
wangjiahao 2023-09-06 23:21:48 +08:00
parent 2913994b28
commit d6de13e48c

View File

@ -354,9 +354,6 @@ export default {
.component {
position: absolute;
}
.component-outer:hover {
box-shadow: 0px 0px 3px #0a7be0;
}
.gap_class {
padding: 5px;