From a34407816c71a01a8de45747e4ba0105bfe91915 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 8 Sep 2026 15:48:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=B8=BB=E9=A2=98):=20=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=85=85=E5=80=BC=E9=A1=B5=E5=8E=BB=E7=A1=AC=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E6=9A=97=E8=89=B2=E2=80=94=E2=80=94=E6=A0=87=E9=A2=98?= =?UTF-8?q?/=E6=B1=87=E6=80=BB=E6=9D=A1/=E8=A1=A8=E5=8D=95=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E6=94=B9css:card=E4=B8=8E=E7=BB=A7=E6=89=BF=E8=89=B2,?= =?UTF-8?q?Tabular=E5=8E=BBbgcolor=E8=A6=86=E7=9B=96,=E8=B7=9F=E9=9A=8Fpip?= =?UTF-8?q?eline-app=E7=9A=84data-theme=E6=9A=97=E4=BA=AE=E5=8F=8C?= =?UTF-8?q?=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/provider_recharge.ui | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/wwwroot/provider_recharge.ui b/wwwroot/provider_recharge.ui index 5082e61..684ea0d 100644 --- a/wwwroot/provider_recharge.ui +++ b/wwwroot/provider_recharge.ui @@ -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')}}"