mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
案例优化,页面实现,
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user