fix(accounting): use bricks-native bgcolor/color instead of css for download button
This commit is contained in:
parent
d4e32a2292
commit
e125f6ab8d
@ -62,7 +62,8 @@
|
|||||||
"id": "billing_download_btn",
|
"id": "billing_download_btn",
|
||||||
"options": {
|
"options": {
|
||||||
"label": "下载Excel",
|
"label": "下载Excel",
|
||||||
"css": "background-color: #52c41a; color: white; padding: 5px 15px; border-radius: 4px; cursor: pointer;"
|
"bgcolor": "#52c41a",
|
||||||
|
"color": "#FFFFFF"
|
||||||
},
|
},
|
||||||
"binds": [
|
"binds": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user