fix(accounting): use bricks-native bgcolor/color instead of css for download button

This commit is contained in:
yumoqing 2026-07-17 15:12:10 +08:00
parent d4e32a2292
commit e125f6ab8d

View File

@ -62,7 +62,8 @@
"id": "billing_download_btn",
"options": {
"label": "下载Excel",
"css": "background-color: #52c41a; color: white; padding: 5px 15px; border-radius: 4px; cursor: pointer;"
"bgcolor": "#52c41a",
"color": "#FFFFFF"
},
"binds": [
{