fix(verify-seal): 修改验证印章的定位从fixed改为absolute
This commit is contained in:
@@ -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>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user