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
433ae5daf5
commit
db3312ffa2
|
|
@ -165,7 +165,7 @@ function initMaxkbStyle(root){
|
|||
#maxkb .maxkb-mask .maxkb-content {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
box-shadow: 1px 1px 1px 2000px rgba(0,0,0,.6);
|
||||
box-shadow: 1px 1px 1px 9999px rgba(0,0,0,.6);
|
||||
position: absolute;
|
||||
{{x_type}}: {{x_value}}px;
|
||||
{{y_type}}: {{y_value}}px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue