mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
案例摘要行高
滑动层的增加了一个margin-top:10px
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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">
|
||||||
@@ -327,7 +327,7 @@ export default {
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
::v-deep .interact-bar .interact-bar-btns {
|
::v-deep .interact-bar .interact-bar-btns {
|
||||||
justify-content: flex-start!important;
|
justify-content: flex-start!important;
|
||||||
|
|
||||||
}
|
}
|
||||||
::v-deep .interact-bar-btn{
|
::v-deep .interact-bar-btn{
|
||||||
margin-left:0px!important;
|
margin-left:0px!important;
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user