mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
推荐案例
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -285,6 +285,9 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.el-card{
|
||||
border:none;
|
||||
}
|
||||
.case-summary{
|
||||
margin-top: 10px;
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user