fix(主题): 供应商充值页去硬编码暗色——标题/汇总条/表单容器改css:card与继承色,Tabular去bgcolor覆盖,跟随pipeline-app的data-theme暗亮双主题

This commit is contained in:
yumoqing 2026-09-08 15:48:22 +08:00
parent aa2c1604d1
commit a34407816c

View File

@ -12,16 +12,14 @@
"text": "供应商充值",
"fontSize": "20px",
"fontWeight": "bold",
"color": "#F1F5F9",
"marginBottom": "16px"
}
},
{
"widgettype": "HBox",
"options": {
"bgcolor": "#1E293B",
"css": "card",
"padding": "12px",
"borderRadius": "8px",
"marginBottom": "12px",
"gap": "16px"
},
@ -30,24 +28,21 @@
"widgettype": "Text",
"options": {
"text": "本月充值总额: --",
"fontSize": "14px",
"color": "#F1F5F9"
"fontSize": "14px"
}
},
{
"widgettype": "Text",
"options": {
"text": "充值笔数: --",
"fontSize": "14px",
"color": "#F1F5F9"
"fontSize": "14px"
}
},
{
"widgettype": "Text",
"options": {
"text": "待确认: --",
"fontSize": "14px",
"color": "#F1F5F9"
"fontSize": "14px"
}
}
]
@ -56,9 +51,8 @@
"id": "provider_recharge_form",
"widgettype": "InlineForm",
"options": {
"bgcolor": "#1E293B",
"css": "card",
"padding": "12px",
"borderRadius": "8px",
"marginBottom": "12px",
"fields": [
{
@ -117,7 +111,6 @@
"height": "100%",
"title": "供应商充值记录",
"css": "card",
"bgcolor": "#1E293B",
"editable": {
"new_data_url": "{{entire_url('./add_provider_recharge.dspy')}}",
"update_data_url": "{{entire_url('./update_provider_recharge.dspy')}}"