首页案例样式调整 案例详情接口替换

This commit is contained in:
lmj
2022-07-06 14:05:44 +08:00
parent 453f207aec
commit 5cba8e53b1
3 changed files with 19 additions and 5 deletions

View File

@@ -139,7 +139,7 @@
<div class="case-inter">
<interactBar :type="3" :readonly="true" :data="ca" :shares="false" :views="false"></interactBar>
</div>
<div style="height:40px;margin-top:10px">
<div class="case-orginfo" style="margin-top:10px">
<authorInfo :avatar="ca.authorInfo.avatar" :info="ca.authorInfo.orgInfo" :name="ca.authorInfo.name" :sex="ca.authorInfo.sex"></authorInfo></div>
</div>
</div>
@@ -649,6 +649,10 @@ export default {
</script>
<style scoped lang="scss">
.case-orginfo{
// line-height: 25px;
height: 45px;
}
.three-line-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
@@ -661,7 +665,7 @@ export default {
.casetwo{
border: 1px solid #F0F0F0;
width: 100%;
height: 220px;
height: 245px;
margin-bottom:15px;
position: relative;
background-color: #fff;