合并推送

This commit is contained in:
lmj
2022-12-20 17:04:22 +08:00
parent 568d718ab1
commit 99b59a39fd
12 changed files with 47 additions and 9 deletions

View File

@@ -161,7 +161,7 @@
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;-webkit-line-clamp: 1;
display: -webkit-box;-webkit-line-clamp: 3;
word-break:break-all;
}
.assess-text-text{

View File

@@ -26,6 +26,15 @@
<view class="medal-name">{{me.medalName}} <text style="font-size: 24upx;color:#387DF7;margin-left: 6upx;">LV.{{me.medalLevel}}</text></view>
</view>
<view class="medal-list-index" >
<view class="medal-img-index">
<image style="width:136upx;height:152upx" src="/static/images/login_medal.png" mode=""></image>
<text class="img-name">上线纪念章 </text>
<text class="img-level"></text>
</view>
<view class="medal-name">上线纪念章 <text style="font-size: 24upx;color:#387DF7;margin-left: 6upx;"></text></view>
</view>
</view>
</view>

View File

@@ -152,9 +152,9 @@
<text class="desrow-value">{{tea.teacherName}}</text>
<text class="desrow-value" style="font-size: 24upx;margin-left: 6upx;color: #999999;">({{tea.orgInfo}})</text>
</view>
<view @click="followUser(tea)" style="color: #387DF7;;">
<text v-if="tea.followed">已关注</text>
<text v-else>+关注</text>
<view @click="followUser(tea)" style="color: #387DF7;">
<text class="concern" v-if="tea.followed">已关注</text>
<text v-else class="concern">+关注</text>
</view>
</view>
</view>
@@ -1516,6 +1516,12 @@
</script>
<style lang="scss" scoped>
.concern{
font-size: 24upx;
border: 1upx solid #387DF7;
padding: 3upx 20upx;
border-radius: 30upx;
}
.pinglun{
/deep/ .comments{
padding: 0;