mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
调整 PluginFolderCard 组件的最小高度属性,从 9rem 修改为 8.5rem
This commit is contained in:
@@ -287,7 +287,7 @@ const dropdownItems = ref([
|
||||
:ripple="false"
|
||||
:width="props.width"
|
||||
:height="props.height"
|
||||
min-height="9rem"
|
||||
min-height="8.5rem"
|
||||
@click="openFolder"
|
||||
class="plugin-folder-card h-full"
|
||||
:class="{
|
||||
|
||||
Reference in New Issue
Block a user