mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
UI improvements part 4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="2xl:w-3 md:w-2 w-1 block lg:mr-2 mr-1.5 relative cursor-pointer"
|
||||
class="2xl:w-3 lg:w-2 block lg:mr-2 relative cursor-pointer"
|
||||
:style="{height: bar.percentage + '%'}"
|
||||
@mouseover="isVisible = true"
|
||||
@mouseleave="isVisible = false"
|
||||
|
||||
Reference in New Issue
Block a user