From 51ee9ed2342fe7d3c214dddb496f0ba6f0d54e35 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 8 Sep 2026 15:48:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=B8=BB=E9=A2=98):=20=E6=88=91=E7=9A=84?= =?UTF-8?q?=E4=BF=A1=E7=94=A8=E9=A2=9D=E5=BA=A6/=E5=85=85=E5=80=BC?= =?UTF-8?q?=E9=94=99=E5=B8=90=E5=A4=84=E7=90=86=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=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E6=94=B9css:card=E3=80=81=E9=87=91=E9=A2=9D=E7=9B=92=E6=94=B9c?= =?UTF-8?q?ss:subcard=E3=80=81=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E7=BB=A7=E6=89=BFdata-theme=E5=8F=8C=E4=B8=BB=E9=A2=98;?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E8=AF=AD=E4=B9=89=E8=89=B2(=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=BE=BD=E7=AB=A0/=E8=BF=9B=E5=BA=A6=E6=9D=A1?= =?UTF-8?q?=E9=98=88=E5=80=BC=E8=89=B2)=E4=B8=A4=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=80=9A=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/credit_limit/credit_overview.ui | 38 ++++++++----------------- wwwroot/recharge_reverse.ui | 1 - 2 files changed, 12 insertions(+), 27 deletions(-) diff --git a/wwwroot/credit_limit/credit_overview.ui b/wwwroot/credit_limit/credit_overview.ui index b6cfd30..af5d1c1 100644 --- a/wwwroot/credit_limit/credit_overview.ui +++ b/wwwroot/credit_limit/credit_overview.ui @@ -11,10 +11,8 @@ { "widgettype": "VBox", "options": { - "bgcolor": "#1E293B", + "css": "card", "padding": "40px", - "borderRadius": "10px", - "border": "1px solid #334155", "alignItems": "center" }, "subwidgets": [ @@ -22,8 +20,7 @@ "widgettype": "Text", "options": { "text": "暂无信用额度记录", - "fontSize": "16px", - "color": "#94A3B8" + "fontSize": "16px" } }, { @@ -31,7 +28,6 @@ "options": { "text": "请联系您的分销商销售人员为您设置信用额度", "fontSize": "13px", - "color": "#64748B", "marginTop": "8px" } } @@ -42,10 +38,8 @@ { "widgettype": "VBox", "options": { - "bgcolor": "#1E293B", + "css": "card", "padding": "16px", - "borderRadius": "10px", - "border": "1px solid #334155", "gap": "12px" }, "subwidgets": [ @@ -65,16 +59,14 @@ "options": { "text": "{{c.orgname_text or '未知客户'}}", "fontSize": "16px", - "fontWeight": "600", - "color": "#F1F5F9" + "fontWeight": "600" } }, { "widgettype": "Text", "options": { "text": "{{c.subject_name or ''}} | 账户: {{c.accountid}}", - "fontSize": "12px", - "color": "#64748B" + "fontSize": "12px" } } ] @@ -119,8 +111,7 @@ "widgettype": "Text", "options": { "text": "额度使用", - "fontSize": "12px", - "color": "#94A3B8" + "fontSize": "12px" } }, { @@ -137,7 +128,7 @@ { "widgettype": "HBox", "options": { - "bgcolor": "#334155", + "css": "subcard", "borderRadius": "4px", "height": "8px", "width": "100%" @@ -169,7 +160,7 @@ "widgettype": "VBox", "options": { "flex": "1", - "bgcolor": "#0F172A", + "css": "subcard", "padding": "10px", "borderRadius": "6px", "alignItems": "center" @@ -189,7 +180,6 @@ "options": { "text": "授信额度", "fontSize": "11px", - "color": "#64748B", "marginTop": "2px" } } @@ -199,7 +189,7 @@ "widgettype": "VBox", "options": { "flex": "1", - "bgcolor": "#0F172A", + "css": "subcard", "padding": "10px", "borderRadius": "6px", "alignItems": "center" @@ -219,7 +209,6 @@ "options": { "text": "已用额度", "fontSize": "11px", - "color": "#64748B", "marginTop": "2px" } } @@ -229,7 +218,7 @@ "widgettype": "VBox", "options": { "flex": "1", - "bgcolor": "#0F172A", + "css": "subcard", "padding": "10px", "borderRadius": "6px", "alignItems": "center" @@ -249,7 +238,6 @@ "options": { "text": "剩余额度", "fontSize": "11px", - "color": "#64748B", "marginTop": "2px" } } @@ -267,16 +255,14 @@ "widgettype": "Text", "options": { "text": "有效期: {{c.valid_from or '不限'}} ~ {{c.valid_to or '不限'}}", - "fontSize": "11px", - "color": "#64748B" + "fontSize": "11px" } }, { "widgettype": "Text", "options": { "text": "更新于 {{c.updated_at}}", - "fontSize": "11px", - "color": "#475569" + "fontSize": "11px" } } ] diff --git a/wwwroot/recharge_reverse.ui b/wwwroot/recharge_reverse.ui index a5c7be2..d00ac35 100644 --- a/wwwroot/recharge_reverse.ui +++ b/wwwroot/recharge_reverse.ui @@ -15,7 +15,6 @@ "widgettype": "Text", "options": { "text": "选中错帐的充值账单点击「冲正」:引擎自动翻转原记账借贷方向(客户余额相应扣回),冲正单以 REV:原账单ID 记账、同一笔不可重复冲正、操作记入审计。分销商财务角色仅能处理自己名下客户的充值账单。", - "color": "#94A3B8", "cfontsize": 0.9, "halign": "left", "wrap": true