案例摘要行高

滑动层的增加了一个margin-top:10px
This commit is contained in:
daihh
2022-06-09 20:55:03 +08:00
parent 3fc4e5567e
commit 071018ad83
2 changed files with 5 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
@progress="loadedRatio = $event" @progress="loadedRatio = $event"
@page-loaded="loadedPageHandle" @page-loaded="loadedPageHandle"
@loaded="loadPdfHandle" @loaded="loadPdfHandle"
style="display: inline-block; width:100%"> style="display: inline-block; width:100%;">
<div>每行的间隔内容</div> <div>每行的间隔内容</div>
</pdf> </pdf>
<!-- <pdf <!-- <pdf

View File

@@ -16,7 +16,7 @@
<author :onlyAvatar="true" :avatar="authorInfo.avatar" :sex="authorInfo.sex" ></author> <author :onlyAvatar="true" :avatar="authorInfo.avatar" :sex="authorInfo.sex" ></author>
<span>作者{{ authorInfo.name }}</span> <span>作者{{ authorInfo.name }}</span>
<span>工号{{ authorInfo.code }}</span> <span>工号{{ authorInfo.code }}</span>
<span>部门{{ authorInfo.orgInfo }}</span> <span>组织{{ authorInfo.orgInfo }}</span>
<span style="text-align: right;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span> <span style="text-align: right;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span>
</div> </div>
<!-- <div class="label"> <!-- <div class="label">
@@ -335,6 +335,7 @@ export default {
} }
.postfixt-bot{ .postfixt-bot{
height: 60px; height: 60px;
margin-top: 10px;
line-height: 60px; line-height: 60px;
// background-color: #fff; // background-color: #fff;
// border: 1px solid #eee; // border: 1px solid #eee;
@@ -353,6 +354,7 @@ export default {
font-size: 15px; font-size: 15px;
color: #454545; color: #454545;
word-break:break-all; word-break:break-all;
line-height: 25px;
} }
::v-deep .el-card__body{ ::v-deep .el-card__body{
padding: 0; padding: 0;