mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
案例最新 和卡片掉块
This commit is contained in:
@@ -223,7 +223,7 @@
|
|||||||
<div class="case-inter-left">
|
<div class="case-inter-left">
|
||||||
<authorInfo :avatar="ca.authorInfo.avatar" :info="ca.authorInfo.orgInfo" :name="ca.authorInfo.name" :sex="ca.authorInfo.sex" :aid="userInfo.aid"></authorInfo>
|
<authorInfo :avatar="ca.authorInfo.avatar" :info="ca.authorInfo.orgInfo" :name="ca.authorInfo.name" :sex="ca.authorInfo.sex" :aid="userInfo.aid"></authorInfo>
|
||||||
</div>
|
</div>
|
||||||
<div class="interact-bar-index"
|
<div v-if="caseList.orderType==2" class="interact-bar-index"
|
||||||
style="font-size: 12px;color: #6E7B84;display: flex;line-height: 30px;">
|
style="font-size: 12px;color: #6E7B84;display: flex;line-height: 30px;">
|
||||||
<interactBar :type="3" :readonly="true" :comments="false" :praises="false" :favorites="false" :data="ca" :shares="false" :views="true"></interactBar>人观看
|
<interactBar :type="3" :readonly="true" :comments="false" :praises="false" :favorites="false" :data="ca" :shares="false" :views="true"></interactBar>人观看
|
||||||
</div>
|
</div>
|
||||||
@@ -1119,8 +1119,8 @@
|
|||||||
background: #387DF7;
|
background: #387DF7;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
line-height: 47px;
|
line-height: 47px;
|
||||||
padding-left: 20px ;
|
padding-left: 15px ;
|
||||||
padding-right: 40px;
|
padding-right: 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
// margin-top: 20px;
|
// margin-top: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user