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