From 6986ade8351c612a26f968e9432a1c8e4f71f77e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 17 Jul 2026 15:14:34 +0800 Subject: [PATCH] fix(accounting): use Text widget instead of Button for download --- wwwroot/billing.ui | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wwwroot/billing.ui b/wwwroot/billing.ui index d18348d..331c13e 100644 --- a/wwwroot/billing.ui +++ b/wwwroot/billing.ui @@ -57,15 +57,13 @@ } }, { - "widgettype": "Button", + "widgettype": "Text", "id": "billing_download_btn", "options": { - "label": "下载Excel", + "text": " 下载Excel ", "bgcolor": "#52c41a", "color": "#FFFFFF", - "borderRadius": "4px", - "padding": "4px 12px", - "cwidth": 10 + "css": "border-radius: 4px; padding: 4px 12px; cursor: pointer; font-size: 14px;" }, "binds": [ {