From 985e044dd5f42e8b9ee374b6719a4787ffeca765 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 8 Sep 2026 15:21:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=A3=E5=AE=A2=E5=85=85=E5=80=BC):=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E6=94=B9=E7=94=A8bricks?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E7=B1=BB(css:card),=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E7=A1=AC=E7=BC=96=E7=A0=81=E6=9A=97=E8=89=B2(#1E293B/#334155/#?= =?UTF-8?q?F1F5F9/#94A3B8)=E2=80=94=E2=80=94=E8=B7=9F=E9=9A=8Fpipeline-app?= =?UTF-8?q?=E7=9A=84data-theme=E6=9A=97/=E4=BA=AE=E5=8F=8C=E4=B8=BB?= =?UTF-8?q?=E9=A2=98,=E6=A0=87=E9=A2=98=E4=B8=8E=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2=E7=BB=A7=E6=89=BFbody?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/proxy_recharge.ui | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/wwwroot/proxy_recharge.ui b/wwwroot/proxy_recharge.ui index c53f642..3c5a8e0 100644 --- a/wwwroot/proxy_recharge.ui +++ b/wwwroot/proxy_recharge.ui @@ -10,23 +10,20 @@ { "widgettype": "VBox", "options": { - "bgcolor": "#1E293B", - "borderRadius": "10px", - "border": "1px solid #334155", + "css": "card", "padding": "20px", "cwidth": 40 }, "subwidgets": [ { "widgettype": "Title3", - "options": {"text": "代客充值", "color": "#F1F5F9"} + "options": {"text": "代客充值"} }, { "widgettype": "Text", "options": { "text": "输入客户用户名和充值金额,由管理员代为客户完成充值操作。", - "color": "#94A3B8", - "fontSize": "13px" + "cfontsize": 0.9 } }, {