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 @@ 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: '',