Merge branch 'next' of https://gitee.com/layui/layui-vue into next

This commit is contained in:
就眠儀式
2022-07-08 14:58:39 +08:00
4 changed files with 117 additions and 65 deletions

View File

@@ -1256,17 +1256,17 @@ html #layuicss-layer {
.layer-notifiy .content img{
max-width: 100%;
}
.layer-notifiy .layui-layer-close1 {
.layer-notifiy .layui-layer-close {
background-position: 1px -40px;
cursor: pointer;
width: 15px;
height: 15px;
width: 16px;
height: 16px;
position: absolute;
top: 10px;
right: 10px;
}
.layer-notifiy .layui-layer-close1:hover {
.layer-notifiy .layui-layer-close:hover {
opacity: 0.7;
}
.layui-layer-notify{