fix: phase div

This commit is contained in:
somnetsak123 2023-12-08 09:03:13 +07:00
parent 156ec2ecd3
commit fc00ff02ab

View file

@ -189,11 +189,11 @@ async function submitFileForm(
</script>
<template>
<div class="text-h6 q-mt-md" v-if="currentDept > 2">
<div class="text-h6 q-mt-md" v-if="currentDept > 2 && currentDept < 4">
<div class="flex justify-between items-center">
<div>{{ DEPT_NAME[currentDept] }}</div>
<q-btn
v-if="currentDept != 4 && action"
v-if="action"
outline
push
class="q-px-md q-ml-md"
@ -207,7 +207,7 @@ async function submitFileForm(
/>
</div>
</div>
<div class="grid q-mt-md">
<div class="grid q-mt-md" v-if="currentDept < 4">
<div v-for="value in currentFolder" :data-pathname="value.pathname">
<div
:style="{