Merge pull request #1522 from Frappet/fix/manage

fix:width columns fullname
This commit is contained in:
Warunee Tamkoo 2025-11-21 09:56:31 +07:00 committed by GitHub
commit 448b952498
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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; ",
},
{