fix: 修复浮窗模式嵌入第三方,入口位置调整后引导图没有跟随变更位置
This commit is contained in:
parent
f89b98d255
commit
2bbe1754ed
@ -173,8 +173,8 @@ function initMaxkbStyle(root){
|
|||||||
}
|
}
|
||||||
#maxkb .maxkb-tips {
|
#maxkb .maxkb-tips {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 30px;
|
{{x_type}}:calc({{x_value}}px + 75px);
|
||||||
right: 66px;
|
{{y_type}}: calc({{y_value}}px + 0px);
|
||||||
padding: 22px 24px 24px;
|
padding: 22px 24px 24px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -191,8 +191,8 @@ function initMaxkbStyle(root){
|
|||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* left */
|
/* left */
|
||||||
right: -5px;
|
{{x_type}}: -5px;
|
||||||
bottom: 33px;
|
{{y_type}}: 33px;
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
border-bottom-color: transparent
|
border-bottom-color: transparent
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user