|
@@ -6,6 +6,7 @@
|
|
|
<Breadcrumb></Breadcrumb>
|
|
|
</div>
|
|
|
<div class="right">
|
|
|
+ <LangSelect class="right_1"></LangSelect>
|
|
|
<el-dropdown>
|
|
|
<el-icon style="margin-right: 8px; margin-top: 1px">
|
|
|
<setting />
|
|
@@ -59,6 +60,9 @@ const logout = () => {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+ .right_1 {
|
|
|
+ margin: 0 5px 0 0;
|
|
|
+ }
|
|
|
|
|
|
.navbar-item {
|
|
|
display: inline-block;
|
|
@@ -74,4 +78,5 @@ const logout = () => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}</style>
|
|
|
+}
|
|
|
+</style>
|