fix space
This commit is contained in:
parent
daec5d06ec
commit
cb956b1c36
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
format(val) {
|
format(val) {
|
||||||
return val
|
return val
|
||||||
.map((e: ResApiName) => `<div class='q-mt-sm'>-${e.name}</div>`)
|
.map((e: ResApiName) => `<div class='q-mt-sm'>- ${e.name}</div>`)
|
||||||
.join("");
|
.join("");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue