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" }