Skip to content

Commit

Permalink
feat: optimize style
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-12138 committed Jul 12, 2024
1 parent 038dd7e commit e52508f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FileList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@

<div>
<div
class="rounded-lg mb-2 shadow"
:class="seeFolderStructure ? 'bg-neutral-50 dark:bg-[#333] p-2' : ''"
class="rounded-lg mb-2"
:class="seeFolderStructure ? 'bg-neutral-50 dark:bg-[#333] p-2 shadow' : ''"
v-for="folder in Object.keys(dirMap)"
>
<details open class="mb-0 pb-1">
Expand Down

0 comments on commit e52508f

Please sign in to comment.