no message
Former-commit-id: 9bf0ba7641d0d3f400f29efa5ae6cbec2f2a7bdf Former-commit-id: f88060b4aacbd184d0bc525426f4fece3ae4570d Former-commit-id: ac4dcfab71b467d0507e9fdb5f0cb45d02f812f0
This commit is contained in:
@@ -45,12 +45,11 @@ $color: #409EFF;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 顶栏按钮
|
// 顶栏右侧的按钮
|
||||||
.btn-group {
|
.btn-group {
|
||||||
float: right;
|
float: right;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
// justify-content: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
.btn-text {
|
.btn-text {
|
||||||
color: $color-text-normal;
|
color: $color-text-normal;
|
||||||
|
|||||||
@@ -14,10 +14,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-dropdown class="dd-mr">
|
<el-dropdown class="dd-mr">
|
||||||
<span class="el-dropdown-link">
|
<span class="el-dropdown-link">你好</span>
|
||||||
用户
|
|
||||||
<i class="el-icon-arrow-down el-icon--right"></i>
|
|
||||||
</span>
|
|
||||||
<el-dropdown-menu slot="dropdown">
|
<el-dropdown-menu slot="dropdown">
|
||||||
<el-dropdown-item>注销</el-dropdown-item>
|
<el-dropdown-item>注销</el-dropdown-item>
|
||||||
<el-dropdown-item>个人中心</el-dropdown-item>
|
<el-dropdown-item>个人中心</el-dropdown-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user