fix:width columns fullname

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-20 15:11:14 +07:00
parent cc08b74dd7
commit cfac0d38fc

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