mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
UI enhancements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="ml-6 mb-6" :class="{ 'is-collapsed': !isVisible, collapsable: canCollapse }">
|
||||
<div @click="hideGroup" class="mb-2 flex items-center justify-between">
|
||||
<small class="text-xs font-bold text-gray-400 dark:text-gray-700">
|
||||
<small class="text-xs font-bold text-gray-400 dark:text-gray-600">
|
||||
{{ title }}
|
||||
</small>
|
||||
<chevron-up-icon v-if="canCollapseWrapper" size="12" class="vue-feather mr-5 transform cursor-pointer text-gray-300" :class="{ 'rotate-180': !isVisible }" />
|
||||
|
||||
Reference in New Issue
Block a user