mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
feat: auto-focus expense account in expense form.
This commit is contained in:
@@ -234,6 +234,7 @@ function ExpenseTable({
|
|||||||
errors: error,
|
errors: error,
|
||||||
updateData: handleUpdateData,
|
updateData: handleUpdateData,
|
||||||
removeRow: handleRemoveRow,
|
removeRow: handleRemoveRow,
|
||||||
|
autoFocus: ['expense_account_id', 0],
|
||||||
}}
|
}}
|
||||||
actions={
|
actions={
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
.th {
|
.th {
|
||||||
padding: 0.6rem 0.5rem;
|
padding: 0.7rem 0.5rem;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #505e71;
|
color: #505e71;
|
||||||
|
|||||||
@@ -48,7 +48,12 @@
|
|||||||
font-size: 13.5px;
|
font-size: 13.5px;
|
||||||
}
|
}
|
||||||
.bp3-progress-bar{
|
.bp3-progress-bar{
|
||||||
height: 6px;
|
height: 4px;
|
||||||
|
|
||||||
|
&,
|
||||||
|
.bp3-progress-meter{
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user