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