Commit e1bdae7b authored by Tình Trương's avatar Tình Trương

update

parent e2f26f5c
...@@ -21,7 +21,8 @@ export default defineComponent({ ...@@ -21,7 +21,8 @@ export default defineComponent({
label: i18n.global.t( label: i18n.global.t(
'artist.bankAccount.tableColumnsBank.accountOwner' 'artist.bankAccount.tableColumnsBank.accountOwner'
), ),
align: 'center', headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false, sortable: false,
}, },
{ {
...@@ -29,7 +30,8 @@ export default defineComponent({ ...@@ -29,7 +30,8 @@ export default defineComponent({
field: 'accountNumber', field: 'accountNumber',
required: true, required: true,
label: i18n.global.t('artist.bankAccount.tableColumnsBank.idCard'), label: i18n.global.t('artist.bankAccount.tableColumnsBank.idCard'),
align: 'center', headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false, sortable: false,
}, },
{ {
...@@ -37,7 +39,8 @@ export default defineComponent({ ...@@ -37,7 +39,8 @@ export default defineComponent({
field: 'cardNumber', field: 'cardNumber',
required: true, required: true,
label: i18n.global.t('artist.bankAccount.tableColumnsBank.numberCard'), label: i18n.global.t('artist.bankAccount.tableColumnsBank.numberCard'),
align: 'center', headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false, sortable: false,
}, },
{ {
...@@ -45,7 +48,8 @@ export default defineComponent({ ...@@ -45,7 +48,8 @@ export default defineComponent({
field: 'bank', field: 'bank',
required: true, required: true,
label: i18n.global.t('artist.bankAccount.tableColumnsBank.bankName'), label: i18n.global.t('artist.bankAccount.tableColumnsBank.bankName'),
align: 'center', headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false, sortable: false,
}, },
{ {
...@@ -53,7 +57,8 @@ export default defineComponent({ ...@@ -53,7 +57,8 @@ export default defineComponent({
field: 'cardType', field: 'cardType',
required: true, required: true,
label: i18n.global.t('artist.bankAccount.tableColumnsBank.cardType'), label: i18n.global.t('artist.bankAccount.tableColumnsBank.cardType'),
align: 'center', headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false, sortable: false,
}, },
{ {
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
wrap-cells wrap-cells
hide-pagination hide-pagination
class="sticky-header-table" class="sticky-header-table"
style="max-height: calc(100vh - 17rem)"
> >
<template v-slot:body-cell-bank="rowData"> <template v-slot:body-cell-bank="rowData">
<q-td> <q-td>
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
wrap-cells wrap-cells
hide-pagination hide-pagination
class="sticky-header-table" class="sticky-header-table"
style="max-height: calc(100vh - 17rem)"
> >
<template v-slot:body-cell-status="rowData"> <template v-slot:body-cell-status="rowData">
<q-td> <q-td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment