mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
案例摘要行高
滑动层的增加了一个margin-top:10px
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user