案例摘要行高

滑动层的增加了一个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"
@page-loaded="loadedPageHandle"
@loaded="loadPdfHandle"
style="display: inline-block; width:100%">
style="display: inline-block; width:100%;">
<div>每行的间隔内容</div>
</pdf>
<!-- <pdf

View File

@@ -16,7 +16,7 @@
<author :onlyAvatar="true" :avatar="authorInfo.avatar" :sex="authorInfo.sex" ></author>
<span>作者{{ authorInfo.name }}</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>
</div>
<!-- <div class="label">
@@ -327,7 +327,7 @@ export default {
<style scoped lang="scss">
::v-deep .interact-bar .interact-bar-btns {
justify-content: flex-start!important;
}
::v-deep .interact-bar-btn{
margin-left:0px!important;
@@ -335,6 +335,7 @@ export default {
}
.postfixt-bot{
height: 60px;
margin-top: 10px;
line-height: 60px;
// background-color: #fff;
// border: 1px solid #eee;
@@ -353,6 +354,7 @@ export default {
font-size: 15px;
color: #454545;
word-break:break-all;
line-height: 25px;
}
::v-deep .el-card__body{
padding: 0;