fix(retire): delete style width columns
This commit is contained in:
parent
d3ce230d93
commit
72aa6f44ac
1 changed files with 4 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
sortable: true,
|
||||
field: "no",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px; width:5%;",
|
||||
style: "font-size: 14px;",
|
||||
},
|
||||
{
|
||||
name: "placeLeave",
|
||||
|
|
@ -60,7 +60,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
sortable: true,
|
||||
field: "placeLeave",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px; width:15%;",
|
||||
style: "font-size: 14px;",
|
||||
},
|
||||
{
|
||||
name: "dateStartLeave",
|
||||
|
|
@ -69,7 +69,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
sortable: true,
|
||||
field: "dateStartLeave",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px; width:15%;",
|
||||
style: "font-size: 14px; ",
|
||||
},
|
||||
{
|
||||
name: "dateLeave",
|
||||
|
|
@ -87,7 +87,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
sortable: true,
|
||||
field: "statustext",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px; width:10%;",
|
||||
style: "font-size: 14px;",
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue