This commit is contained in:
parent
3bb0c0eb1a
commit
bef5533656
|
@ -7,16 +7,11 @@
|
||||||
<ms-top-menus/>
|
<ms-top-menus/>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="8">
|
<el-col :span="12">
|
||||||
<ms-header-org-ws/>
|
<!-- float right -->
|
||||||
</el-col>
|
<ms-user class="align-right"/>
|
||||||
|
<ms-language-switch class="align-right"/>
|
||||||
<el-col :span="2">
|
<ms-header-org-ws class="align-right"/>
|
||||||
<ms-language-switch/>
|
|
||||||
</el-col>
|
|
||||||
|
|
||||||
<el-col :span="2">
|
|
||||||
<ms-user/>
|
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
@ -95,5 +90,9 @@
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.align-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue