This commit is contained in:
daihh
2022-06-09 20:43:04 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
<span v-if="caseDetail.caseType2" class="item">{{ caseDetail.caseType2 }}</span> -->
</div>
<div class="case-summary"><span>{{ caseDetail.summary }}</span></div>
<div class="label">
<div class="label" style="margin-top:10px">
<!-- <span style="margin-left:0px;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span> -->
<interactBar :data="caseDetail" :type="3" :comments="false" :shares="true"></interactBar>
</div>
@@ -342,7 +342,7 @@ export default {
.postfixt-bot-box{
text-align: right;
background-color: #fff;
border: 1px solid #eee;
// border: 1px solid #eee;
}
}
.el-card{
@@ -437,7 +437,7 @@ export default {
}
}
.jianjie {
margin: 15px 0;
// margin: 15px 0;
background-color: #fff;
min-height: 300px;
padding: 0px 0px 10px 0px;

View File

@@ -103,7 +103,7 @@
<!-- <router-link :to="'/case/detail?id='+item.id"> -->
{{displayAll(item)}}
<!-- </router-link> -->
<span style="color:#588afc;cursor:pointer;" v-if="item.summary.length>190" @click.stop="changeIsAll(item)">
<span style="color:#588afc;cursor:pointer;" v-if="item.summary.length>180" @click.stop="changeIsAll(item)">
{{item.isAll?'收起':'展开'}}
</span>
</div>
@@ -212,7 +212,7 @@
<div class="protocol-title">案例查阅及使用用户协议</div>
<div class="protocol-content">
&emsp;&emsp;本专区内案例为BOE各组织沉淀的通用案例 组织案例卓越绩效案例管理案例 职级晋升案例企业文化案例等 案例内容记录作者亲历的真实的已完成的
典型工作事件提炼解决具体问题的心得思路经验方法等 仅供BOE员工查询学习交流使用未经允许不以任何方式外传
典型工作事件提炼解决具体问题的心得思路经验方法等 仅供BOE员工查询学习交流使用未经允许不以任何方式外传
</div>
<span slot="footer" class="dialog-footer">
<el-checkbox label="我已阅读并同意。" @change="protocolCheck" style="float: left"></el-checkbox>