fix: phase div
This commit is contained in:
parent
156ec2ecd3
commit
fc00ff02ab
1 changed files with 3 additions and 3 deletions
|
|
@ -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="{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue