fix:width columns fullname
This commit is contained in:
parent
cc08b74dd7
commit
cfac0d38fc
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
label: "ชื่อ-นามสกุล",
|
||||
sortable: true,
|
||||
field: "fullname",
|
||||
headerStyle: "font-size: 14px; min-width: 200px",
|
||||
headerStyle: "font-size: 14px; min-width: 320px",
|
||||
style: "font-size: 14px; ",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue