ปรับ listItems

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-26 11:45:04 +07:00
parent a925a43642
commit 0ea7b83182
3 changed files with 4 additions and 1 deletions

View file

@ -336,9 +336,10 @@ onMounted(async () => {
>
<q-menu>
<q-list
style="min-width: 100px"
dense
v-for="(item, index) in listAdd"
:key="index"
style="min-width: 100px"
>
<q-item
clickable

View file

@ -113,6 +113,7 @@ function onClickPosition() {
<q-btn flat round dense color="blue-10" icon="save_alt">
<q-menu>
<q-list
dense
style="min-width: 100px"
v-for="(item, index) in document"
:key="index"

View file

@ -116,6 +116,7 @@ function onClickHistory() {
<q-btn-dropdown color="green" label="ปรับโครงสร้าง">
<q-list>
<q-item
dense
clickable
v-close-popup
v-for="(item, index) in itemStructure"