Skip to content

Commit 8e5b418

Browse files
committed
v3.3
1 parent b699a99 commit 8e5b418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ window._component = {
9797
let w = window.innerWidth / 2 - 140;
9898
let h = window.innerHeight / 2 - 145;
9999
let style = "z-index: 1000000; position: fixed;background-color: rgba(0,0,0,.6);color: #fff;" +
100-
"width: 280px;height: 45px;line-height: 40px;border-radius: 3px;text-align: center;" +
100+
"width: 320px;max-height: 450px;line-height: 20px;overflow: hidden;border-radius: 3px;text-align: center;display: block;" +
101101
"top:" + h + "px;left:" + w + "px;";
102102
div.setAttribute('style', style);
103103
document.getElementsByTagName("BODY")[0].appendChild(div);

0 commit comments

Comments
 (0)