优化特效皮肤对layui2.8 的兼容性

This commit is contained in:
2023-04-27 18:04:22 +08:00
parent 35a338e11e
commit 97459cf2ae
3 changed files with 85 additions and 66 deletions

View File

@@ -54,7 +54,7 @@
top: 1px;
}
.layui-layer-easy .layui-layer-title~.layui-layer-setwin>a {
.layui-layer-easy .layui-layer-title~.layui-layer-setwin>span {
height: 20px !important;
line-height: 20px !important;
@@ -74,10 +74,6 @@
min-width: 26px;
text-align: center;
&::after {
position: relative;
}
&:hover {
background: radial-gradient(circle at 50% 100%, #2aceda, transparent 60%), linear-gradient(#a9d2e8 50%, #196c9b 0) !important;
}