Merge pull request #6047 from dataease/pr@dev@refactor-preview-hover

refactor(仪表板): 除了编辑状态下,鼠标移动到仪表板组件上时不显示边框
This commit is contained in:
王嘉豪 2023-09-06 23:39:32 +08:00 committed by GitHub
commit 9f33acdd64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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