案例优化,页面实现,

This commit is contained in:
zhangsir
2024-09-02 15:20:41 +08:00
parent 669bf060b7
commit 5df77cd3b1
9 changed files with 979 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
<div v-if="!onlyAvatar" style="padding-left: 14px;padding-top: 6px;font-size: 14px;">
<span style="color: #333333;font-weight: 600;font-size: 16px;">{{userName}}</span>
<span class="author-text" v-if="userInfo && userInfo!=''"> {{userInfo}} </span>
<span class="comWords">20篇最佳案例</span>
</div>
<slot />
</div>
@@ -119,6 +120,14 @@
font-weight: 300;
margin-left: 4px;
}
.comWords {
color: #999;
font-size: 12px;
border-radius: 2px;
padding: 2px 14px;
margin-left: 20px;
background-color: bisque;
}
.uavatar{
// border: 1px solid #73adfe;
width: 28px;