mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
个性签名换行
This commit is contained in:
@@ -194,7 +194,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="teacher-remark" v-html="item.authorInfo.sign"></div>
|
<div class="teacher-remark" v-html="item.authorInfo.sign"></div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-top:15px">
|
<div style="padding-top:15px;width:70px;">
|
||||||
<el-button v-if="current_teacher_follow" v-loading="loading" type="primary" @click="cancelFollow(item)" size="small">已关注</el-button>
|
<el-button v-if="current_teacher_follow" v-loading="loading" type="primary" @click="cancelFollow(item)" size="small">已关注</el-button>
|
||||||
<el-button v-if="!current_teacher_follow" v-loading="loading" type="primary" @click="toFollow(item)" size="small">+ 关注</el-button>
|
<el-button v-if="!current_teacher_follow" v-loading="loading" type="primary" @click="toFollow(item)" size="small">+ 关注</el-button>
|
||||||
</div>
|
</div>
|
||||||
@@ -1857,6 +1857,7 @@
|
|||||||
.teacher {
|
.teacher {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
.teacher-avator {
|
.teacher-avator {
|
||||||
@@ -1892,7 +1893,8 @@
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-overflow:ellipsis;
|
text-overflow:ellipsis;
|
||||||
white-space:nowrap;
|
// white-space:nowrap;
|
||||||
|
word-break:break-all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user