From dd1a430c2108025dae683ab13c012931db861303 Mon Sep 17 00:00:00 2001 From: rainv123 <2148537152@qq.com> Date: Mon, 1 Dec 2025 10:56:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E8=BE=93=E5=85=A5=E6=A1=86=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-web/src/components/AddModelDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/manager-web/src/components/AddModelDialog.vue b/main/manager-web/src/components/AddModelDialog.vue index c95e95a9..862d8b29 100644 --- a/main/manager-web/src/components/AddModelDialog.vue +++ b/main/manager-web/src/components/AddModelDialog.vue @@ -404,7 +404,7 @@ export default { .custom-input-bg .el-input__inner, .custom-input-bg .el-textarea__inner { - background-color: #f6f8fc; + background-color: #ffffff; }