mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 10:26:45 +08:00
合并推送
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user