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;
|
padding: 5px 15px;
|
||||||
.comment-time{
|
.comment-time{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-left: 12px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
<el-dropdown class="person-action-index">
|
<el-dropdown class="person-action-index">
|
||||||
<span class="el-dropdown-link">
|
<span class="el-dropdown-link">
|
||||||
<span :style="{color:textColor}">学员</span>
|
<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>
|
</span>
|
||||||
<el-dropdown-menu slot="dropdown">
|
<el-dropdown-menu slot="dropdown">
|
||||||
<el-dropdown-item><router-link to="/index">学员</router-link></el-dropdown-item>
|
<el-dropdown-item><router-link to="/index">学员</router-link></el-dropdown-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user