diff --git a/ui/src/views/template/component/ModelCard.vue b/ui/src/views/template/component/ModelCard.vue
index c457fba84..bd7c2c11f 100644
--- a/ui/src/views/template/component/ModelCard.vue
+++ b/ui/src/views/template/component/ModelCard.vue
@@ -33,11 +33,15 @@
-
模型类型
- {{ modelType[model.model_type as keyof typeof modelType] }}
+
+ {{ modelType[model.model_type as keyof typeof modelType] }}
-
基础模型
- {{ model.model_name }}
+
+ {{ model.model_name }}
diff --git a/ui/src/views/theme/index.vue b/ui/src/views/theme/index.vue
index ccb0257b2..661ee5d5b 100644
--- a/ui/src/views/theme/index.vue
+++ b/ui/src/views/theme/index.vue
@@ -161,7 +161,7 @@ const themeFormRef = ref()
const loading = ref(false)
const cloneTheme = ref(null)
const themeForm = ref({
- theme: '#3370FF',
+ theme: '',
icon: '',
loginLogo: '',
loginImage: '',