style: move add icon in item more accurate

This commit is contained in:
oat 2023-12-07 17:06:53 +07:00
parent a6822c4c92
commit d9024313f7

View file

@ -280,7 +280,7 @@ async function submitFileForm(
color="white"
size="10px"
style="position: absolute; bottom: 0"
:style="{ right: currentDept > 2 ? '.5rem' : '1.75rem' }"
:style="{ right: currentDept > 2 ? '.5rem' : '1rem' }"
>
<q-icon name="add" color="primary" size="1.5rem" />
</q-btn>
@ -397,7 +397,7 @@ async function submitFileForm(
round
color="white"
size="10px"
style="position: absolute; right: 1.75rem; bottom: 0"
style="position: absolute; right: 1rem; bottom: 0"
>
<q-icon name="add" color="primary" size="1.5rem" />
</q-btn>