perf: 优化主题显示
This commit is contained in:
parent
6874b81639
commit
edab63e76e
@ -33,11 +33,15 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="flex mt-16">
|
<li class="flex mt-16">
|
||||||
<el-text type="info">模型类型</el-text>
|
<el-text type="info">模型类型</el-text>
|
||||||
<span class="ellipsis ml-16"> {{ modelType[model.model_type as keyof typeof modelType] }}</span>
|
<span class="ellipsis ml-16">
|
||||||
|
{{ modelType[model.model_type as keyof typeof modelType] }}</span
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li class="flex mt-12">
|
<li class="flex mt-12">
|
||||||
<el-text type="info">基础模型</el-text>
|
<el-text type="info">基础模型</el-text>
|
||||||
<span class="ellipsis ml-16"> {{ model.model_name }}</span>
|
<span class="ellipsis-1 ml-16" style="height: 20px; width: 70%">
|
||||||
|
{{ model.model_name }}</span
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -161,7 +161,7 @@ const themeFormRef = ref<FormInstance>()
|
|||||||
const loading = ref(false)
|
const loading = ref(false)
|
||||||
const cloneTheme = ref(null)
|
const cloneTheme = ref(null)
|
||||||
const themeForm = ref<any>({
|
const themeForm = ref<any>({
|
||||||
theme: '#3370FF',
|
theme: '',
|
||||||
icon: '',
|
icon: '',
|
||||||
loginLogo: '',
|
loginLogo: '',
|
||||||
loginImage: '',
|
loginImage: '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user