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