CN-708 feat: 色块图开发-增加hover效果

This commit is contained in:
chenjinsong
2022-09-11 19:14:53 +08:00
parent 9bc4fa8fdb
commit 5a79756a95

View File

@@ -51,6 +51,12 @@
width: 30px;
border-radius: 2px;
margin: 0 6px 6px 0;
cursor: pointer;
&:hover {
box-shadow: 0 1px 4px 0 #046eca;
border: 1px solid #046eca;
}
}
}
}
@@ -60,7 +66,7 @@
.el-popper__arrow::before {
background-color: #1F2B33 !important;
border-color: #F7F7F7 !important;
// border-color: #F7F7F7 !important;
}
.popper-content {