fix style

This commit is contained in:
GMrrc 2024-11-19 16:54:32 +01:00
parent 5f8afdfc57
commit 71ca82c7ee
3 changed files with 3 additions and 3 deletions

View File

@ -1397,7 +1397,7 @@ var render = function render() {
staticClass: "w-12 h-12 flex items-center justify-center cursor-pointer" staticClass: "w-12 h-12 flex items-center justify-center cursor-pointer"
}, [_c(_vm.folderMap[file.fullPath] ? _vm.ChevronDownIcon : _vm.ChevronRightIcon, { }, [_c(_vm.folderMap[file.fullPath] ? _vm.ChevronDownIcon : _vm.ChevronRightIcon, {
tag: "component", tag: "component",
staticClass: "text-NcBlue w-3 h-6" staticClass: "text-NcBlue w-6 h-6"
})], 1), _vm._v(" "), _c("span", { })], 1), _vm._v(" "), _c("span", {
staticClass: "ml-2 truncate cursor-pointer" staticClass: "ml-2 truncate cursor-pointer"
}, [_vm._v(_vm._s(file.fullPath))])])]), _vm._v(" "), _c("div", { }, [_vm._v(_vm._s(file.fullPath))])])]), _vm._v(" "), _c("div", {

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
<div class="w-12 h-12 flex items-center justify-center cursor-pointer"> <div class="w-12 h-12 flex items-center justify-center cursor-pointer">
<component <component
:is="folderMap[file.fullPath] ? ChevronDownIcon : ChevronRightIcon" :is="folderMap[file.fullPath] ? ChevronDownIcon : ChevronRightIcon"
class="text-NcBlue w-3 h-6" class="text-NcBlue w-6 h-6"
/> />
</div> </div>
<span class="ml-2 truncate cursor-pointer">{{ file.fullPath }}</span> <span class="ml-2 truncate cursor-pointer">{{ file.fullPath }}</span>