This commit is contained in:
parent
3bb0c0eb1a
commit
bef5533656
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue