mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Adjust business design
This commit is contained in:
parent
ab06b72e66
commit
1832411982
@ -30,12 +30,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"canvas": [{ "type": "rect", "x": 20, "y": 0, "w": 174, "h": "$invoiceDetailsHeight","r":10, "lineWidth": 1,"color":"$primaryColor:#eb792d"}],
|
"canvas": [{ "type": "rect", "x": 20, "y": 0, "w": 174, "h": "$invoiceDetailsHeight","r":10, "lineWidth": 1,"color":"$primaryColor:#eb792d"}],
|
||||||
"width":36,
|
"width":30,
|
||||||
"margin":[200,25,0,0]
|
"margin":[200,25,0,0]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"table": {
|
"table": {
|
||||||
"widths": [64, 70],
|
"widths": [70, 76],
|
||||||
"body": "$invoiceDetails"
|
"body": "$invoiceDetails"
|
||||||
},
|
},
|
||||||
"layout": "noBorders",
|
"layout": "noBorders",
|
||||||
|
Loading…
Reference in New Issue
Block a user