File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
ui/src/views/application-overview/component Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 7979 </div >
8080 </div >
8181 </div >
82- <div >
83- <span >{{
84- $t('views.applicationOverview.appInfo.SettingDisplayDialog.languageLabel')
85- }}</span >
86- <el-select v-model =" form.language" >
87- <el-option
88- v-for =" item in langList"
89- :key =" item.value"
90- :label =" item.label"
91- :value =" item.value"
92- />
93- </el-select >
94- </div >
9582 <div >
9683 <div class =" p-16" style =" position : relative " >
9784 <div class =" flex" >
190177 <el-color-picker v-model =" form.custom_theme.header_font_color" />
191178 </el-col >
192179 </el-row >
180+ <el-row class =" w-full mb-8" >
181+ <h5 class =" mb-8" >
182+ {{ $t('views.applicationOverview.appInfo.SettingDisplayDialog.languageLabel') }}
183+ </h5 >
184+ <el-select v-model =" form.language" >
185+ <el-option
186+ v-for =" item in langList"
187+ :key =" item.value"
188+ :label =" item.label"
189+ :value =" item.value"
190+ />
191+ </el-select >
192+ </el-row >
193193 <el-card shadow =" never" class =" mb-8" >
194194 <div class =" flex-between mb-8" >
195195 <span class =" lighter" >{{
You can’t perform that action at this time.
0 commit comments