fix(verify-seal): 修改验证印章的定位从fixed改为absolute

This commit is contained in:
2026-05-26 19:00:42 +08:00
parent 175f1a310a
commit 691fa4a94d

View File

@@ -157,7 +157,7 @@ public class ReportVerifyTicketService {
} }
String style = "<style id=\"verify-seal-style\">" String style = "<style id=\"verify-seal-style\">"
+ ".verify-seal{position:fixed;top:16px;right:16px;width:120px;opacity:.95;z-index:9999;pointer-events:none;}" + ".verify-seal{position:absolute;top:16px;right:16px;width:120px;opacity:.95;z-index:9999;pointer-events:none;}"
+ "@media(max-width:480px){.verify-seal{top:10px;right:10px;width:90px;}}" + "@media(max-width:480px){.verify-seal{top:10px;right:10px;width:90px;}}"
+ "</style>"; + "</style>";