fix(代客充值): 页面样式改用bricks主题类(css:card),去掉硬编码暗色(#1E293B/#334155/#F1F5F9/#94A3B8)——跟随pipeline-app的data-theme暗/亮双主题,标题与说明文字颜色继承body

This commit is contained in:
yumoqing 2026-09-08 15:21:23 +08:00
parent 9bfd3fc556
commit 985e044dd5

View File

@ -10,23 +10,20 @@
{ {
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"bgcolor": "#1E293B", "css": "card",
"borderRadius": "10px",
"border": "1px solid #334155",
"padding": "20px", "padding": "20px",
"cwidth": 40 "cwidth": 40
}, },
"subwidgets": [ "subwidgets": [
{ {
"widgettype": "Title3", "widgettype": "Title3",
"options": {"text": "代客充值", "color": "#F1F5F9"} "options": {"text": "代客充值"}
}, },
{ {
"widgettype": "Text", "widgettype": "Text",
"options": { "options": {
"text": "输入客户用户名和充值金额,由管理员代为客户完成充值操作。", "text": "输入客户用户名和充值金额,由管理员代为客户完成充值操作。",
"color": "#94A3B8", "cfontsize": 0.9
"fontSize": "13px"
} }
}, },
{ {