Skip to content

Commit db3312f

Browse files
fix: 修复小助手遮照宽度问题
1 parent 433ae5d commit db3312f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/application/template/embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function initMaxkbStyle(root){
165165
#maxkb .maxkb-mask .maxkb-content {
166166
width: 64px;
167167
height: 64px;
168-
box-shadow: 1px 1px 1px 2000px rgba(0,0,0,.6);
168+
box-shadow: 1px 1px 1px 9999px rgba(0,0,0,.6);
169169
position: absolute;
170170
{{x_type}}: {{x_value}}px;
171171
{{y_type}}: {{y_value}}px;

0 commit comments

Comments
 (0)