修复button下的图片视为样式不对的问题

This commit is contained in:
shijian 2023-09-13 00:46:38 +08:00
parent 992cf6e56f
commit a96eee1edf
1 changed files with 2 additions and 0 deletions

View File

@ -4576,6 +4576,8 @@ div[data-decoration="bronze"]::after{
}
.button>.tempname {
font-size: 17px;
}
.button>.tempname:not(.tempimage) {
left: 5px;
top: 5px;
}