mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 09:56:43 +08:00
pdf预览页面样式调整
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
signatureConfig.singleHeight = 50;
|
||||
signatureConfig.title = "请"+window.sessionStorage.getItem('signName')+"签字";
|
||||
signatureConfig.penColor = "#000000";
|
||||
signatureConfig.signature_stroke_width = 12;//签名笔划粗细
|
||||
signatureConfig.signature_stroke_width = 5;//签名笔划粗细
|
||||
signatureConfig.isTSS = true;//是否开始时间戳服务
|
||||
signatureConfig.signatureImgRatio = 1.0;//签名图片清晰度
|
||||
signatureConfig.nessesary = false;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<van-notice-bar :scrollable='false' v-if='!Time' class='notice'>
|
||||
{{ `提示:阅读时长需在${this.Time ? this.time : this.number}秒以上` }}
|
||||
</van-notice-bar>
|
||||
<div id="pdf" style="height: 70vh;overflow: scroll;">
|
||||
<div id="pdf" style="height: 70vh;overflow: scroll;background: #eee;">
|
||||
<div id="pdfH5ID"></div>
|
||||
</div>
|
||||
<van-radio-group v-model='radio' class='pb10 pt20 pl30 fs14'>
|
||||
@@ -221,8 +221,9 @@
|
||||
display: none!important;
|
||||
}
|
||||
/deep/ .pageContainer{
|
||||
margin: 2vw;
|
||||
img{
|
||||
width: 100vw;
|
||||
width: 96vw;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user