fix: 快捷入口模型管理和用户管理按钮底色改为#1E293B+白字加粗提升对比度

This commit is contained in:
yumoqing 2026-05-26 23:28:12 +08:00
parent 8ceb769356
commit 548dc4d15b

View File

@ -219,10 +219,10 @@
{ {
"widgettype": "Button", "widgettype": "Button",
"options": { "options": {
"bgcolor": "#334155", "bgcolor": "#1E293B",
"padding": "16px", "padding": "16px",
"borderRadius": "8px", "borderRadius": "8px",
"border": "none", "border": "1px solid #475569",
"textAlign": "center" "textAlign": "center"
}, },
"binds": [ "binds": [
@ -254,7 +254,8 @@
"widgettype": "Text", "widgettype": "Text",
"options": { "options": {
"text": "模型管理", "text": "模型管理",
"color": "#E2E8F0", "color": "#FFFFFF",
"fontWeight": "600",
"fontSize": "13px", "fontSize": "13px",
"marginTop": "8px" "marginTop": "8px"
} }
@ -266,10 +267,10 @@
{ {
"widgettype": "Button", "widgettype": "Button",
"options": { "options": {
"bgcolor": "#334155", "bgcolor": "#1E293B",
"padding": "16px", "padding": "16px",
"borderRadius": "8px", "borderRadius": "8px",
"border": "none", "border": "1px solid #475569",
"textAlign": "center" "textAlign": "center"
}, },
"binds": [ "binds": [
@ -301,7 +302,8 @@
"widgettype": "Text", "widgettype": "Text",
"options": { "options": {
"text": "用户管理", "text": "用户管理",
"color": "#E2E8F0", "color": "#FFFFFF",
"fontWeight": "600",
"fontSize": "13px", "fontSize": "13px",
"marginTop": "8px" "marginTop": "8px"
} }