推荐案例

This commit is contained in:
lmj
2022-06-08 15:28:23 +08:00
parent 48d9b00bf4
commit af46ab3ed7
2 changed files with 4 additions and 1 deletions

View File

@@ -134,7 +134,7 @@
</div>
</a>
<div class="case-inter">
<interactBar style="width:180px" :type="3" :readonly="true" :data="ca" :shares="false" :views="false"></interactBar>
<interactBar style="width:200px;display:flex" :type="3" :readonly="true" :data="ca" :shares="false" :views="false"></interactBar>
</div>
<div style="height:40px;margin-top:10px">
<authorInfo :avatar="ca.authorInfo.avatar" :name="ca.authorInfo.name" :sex="ca.authorInfo.sex"></authorInfo></div>

View File

@@ -285,6 +285,9 @@ export default {
</script>
<style scoped lang="scss">
.el-card{
border:none;
}
.case-summary{
margin-top: 10px;
font-size: 16px;