From 548dc4d15bea295d91d47e49d1c028ccbce9fb62 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 26 May 2026 23:28:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=AB=E6=8D=B7=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=AE=A1=E7=90=86=E5=92=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=8C=89=E9=92=AE=E5=BA=95=E8=89=B2=E6=94=B9?= =?UTF-8?q?=E4=B8=BA#1E293B+=E7=99=BD=E5=AD=97=E5=8A=A0=E7=B2=97=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E5=AF=B9=E6=AF=94=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 40e423f..1ab7e7f 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -219,10 +219,10 @@ { "widgettype": "Button", "options": { - "bgcolor": "#334155", + "bgcolor": "#1E293B", "padding": "16px", "borderRadius": "8px", - "border": "none", + "border": "1px solid #475569", "textAlign": "center" }, "binds": [ @@ -254,7 +254,8 @@ "widgettype": "Text", "options": { "text": "模型管理", - "color": "#E2E8F0", + "color": "#FFFFFF", + "fontWeight": "600", "fontSize": "13px", "marginTop": "8px" } @@ -266,10 +267,10 @@ { "widgettype": "Button", "options": { - "bgcolor": "#334155", + "bgcolor": "#1E293B", "padding": "16px", "borderRadius": "8px", - "border": "none", + "border": "1px solid #475569", "textAlign": "center" }, "binds": [ @@ -301,7 +302,8 @@ "widgettype": "Text", "options": { "text": "用户管理", - "color": "#E2E8F0", + "color": "#FFFFFF", + "fontWeight": "600", "fontSize": "13px", "marginTop": "8px" }