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/> <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>