fix(accounting): add padding/borderRadius to download button, remove HBox height constraint
This commit is contained in:
parent
e125f6ab8d
commit
03cb4049f4
@ -44,7 +44,6 @@
|
|||||||
"id": "billing_stats_box",
|
"id": "billing_stats_box",
|
||||||
"options": {
|
"options": {
|
||||||
"width": "100%",
|
"width": "100%",
|
||||||
"height": "40px",
|
|
||||||
"gap": "20px",
|
"gap": "20px",
|
||||||
"align_items": "center"
|
"align_items": "center"
|
||||||
},
|
},
|
||||||
@ -63,7 +62,10 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"label": "下载Excel",
|
"label": "下载Excel",
|
||||||
"bgcolor": "#52c41a",
|
"bgcolor": "#52c41a",
|
||||||
"color": "#FFFFFF"
|
"color": "#FFFFFF",
|
||||||
|
"borderRadius": "4px",
|
||||||
|
"padding": "4px 12px",
|
||||||
|
"cwidth": 10
|
||||||
},
|
},
|
||||||
"binds": [
|
"binds": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user