This commit is contained in:
Captain.B 2020-05-13 16:26:51 +08:00
parent 3bb0c0eb1a
commit bef5533656
1 changed files with 9 additions and 10 deletions

View File

@ -7,16 +7,11 @@
<ms-top-menus/>
</el-col>
<el-col :span="8">
<ms-header-org-ws/>
</el-col>
<el-col :span="2">
<ms-language-switch/>
</el-col>
<el-col :span="2">
<ms-user/>
<el-col :span="12">
<!-- float right -->
<ms-user class="align-right"/>
<ms-language-switch class="align-right"/>
<ms-header-org-ws class="align-right"/>
</el-col>
</el-row>
@ -95,5 +90,9 @@
padding-right: 15px;
text-decoration: none;
}
.align-right {
float: right;
}
</style>