🐛(component): 修复layer title闪烁抖动问题,待商榷

This commit is contained in:
0o张不歪o0
2022-06-26 01:07:05 +08:00
parent 7d8798be8e
commit 33ad94f2b7
3 changed files with 12 additions and 20 deletions

View File

@@ -1148,7 +1148,9 @@ html #layuicss-layer {
background-color: rgba(2, 0, 0, .35);
color: #fff;
overflow: hidden;
font-size: 0
font-size: 0;
opacity: 0;
transition: all 1s ease-in-out;
}
.layui-layer-imgtit * {