mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
为筛选菜单添加内边距样式
This commit is contained in:
@@ -237,7 +237,7 @@ useDynamicButton({
|
|||||||
|
|
||||||
<!-- 筛选菜单 -->
|
<!-- 筛选菜单 -->
|
||||||
<VCard min-width="200">
|
<VCard min-width="200">
|
||||||
<VList>
|
<VList class="px-2">
|
||||||
<VListSubheader>{{ t('common.filter') }}</VListSubheader>
|
<VListSubheader>{{ t('common.filter') }}</VListSubheader>
|
||||||
<VListItem
|
<VListItem
|
||||||
v-for="option in filterOptions"
|
v-for="option in filterOptions"
|
||||||
|
|||||||
Reference in New Issue
Block a user