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