mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
提交
This commit is contained in:
@@ -750,6 +750,7 @@
|
||||
padding: 5px 15px;
|
||||
.comment-time{
|
||||
display: flex;
|
||||
padding-left: 12px;
|
||||
justify-content: space-between;
|
||||
margin-top: 10px;
|
||||
color: #666666;
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
<el-dropdown class="person-action-index">
|
||||
<span class="el-dropdown-link">
|
||||
<span :style="{color:textColor}">学员</span>
|
||||
<i class="el-icon-arrow-down el-icon--right"></i>
|
||||
<i :style="{color:textColor}" class="el-icon-arrow-down el-icon--right"></i>
|
||||
</span>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item><router-link to="/index">学员</router-link></el-dropdown-item>
|
||||
|
||||
Reference in New Issue
Block a user