fix: 解决嵌入小助手遮罩层定位不准问题

v3.2
shaohuzhang1 2024-03-21 15:32:54 +08:00
parent 13643bf73f
commit 10e42380dd
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ function initMaxkbStyle(root){
border-radius: 50% 0 0 50%;
position: absolute;
right: 0;
bottom: 42px;
bottom: 38px;
z-index: 1000;
}
#maxkb .maxkb-tips {