Merge pull request #50 from Undertone0809/css-patch
🐛 fix: Nickname are not rendered in html style when searching for users.
This commit is contained in:
commit
3d99bc239b
@ -10,7 +10,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-link target="_blank" :href="'/user/' + user.account" class="text-default">
|
<el-link target="_blank" :href="'/user/' + user.account" class="text-default">
|
||||||
<span style="font-size: 20px;font-weight: bold;">{{ user.nickname }}</span>
|
<span style="font-size: 20px;font-weight: bold;" v-html="user.nickname"></span>
|
||||||
</el-link>
|
</el-link>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24" style="padding: 1rem 0;">
|
<el-col :span="24" style="padding: 1rem 0;">
|
||||||
|
Loading…
Reference in New Issue
Block a user