mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-30 20:12:02 +08:00
style: reduce compact-fab size and standardize padding across filter menus
This commit is contained in:
@@ -297,7 +297,7 @@ onMounted(() => {
|
||||
>
|
||||
<VCard min-width="220">
|
||||
<!-- 名称搜索 -->
|
||||
<div class="px-3 pt-3 pb-1">
|
||||
<div class="pa-3">
|
||||
<VTextField
|
||||
v-model="subscribeFilter"
|
||||
:placeholder="t('subscribe.name')"
|
||||
@@ -324,7 +324,12 @@ onMounted(() => {
|
||||
</template>
|
||||
<VListItemTitle>{{ option.label }}</VListItemTitle>
|
||||
<template #append>
|
||||
<VIcon v-if="(subscribeStatusFilter || 'all') === option.value" icon="mdi-check" color="primary" size="small" />
|
||||
<VIcon
|
||||
v-if="(subscribeStatusFilter || 'all') === option.value"
|
||||
icon="mdi-check"
|
||||
color="primary"
|
||||
size="small"
|
||||
/>
|
||||
</template>
|
||||
</VListItem>
|
||||
</VList>
|
||||
@@ -341,7 +346,7 @@ onMounted(() => {
|
||||
location="bottom end"
|
||||
>
|
||||
<VCard min-width="260" max-width="320">
|
||||
<div class="px-3 pt-3 pb-1">
|
||||
<div class="pa-3">
|
||||
<VTextField
|
||||
v-model="shareKeywordInput"
|
||||
:placeholder="t('subscribe.keyword')"
|
||||
|
||||
@@ -120,7 +120,7 @@ onMounted(() => {
|
||||
location="bottom end"
|
||||
>
|
||||
<VCard min-width="260" max-width="320">
|
||||
<div class="px-3 pt-3 pb-1">
|
||||
<div class="pa-3">
|
||||
<VTextField
|
||||
v-model="shareKeywordInput"
|
||||
:placeholder="t('workflow.searchShares')"
|
||||
|
||||
Reference in New Issue
Block a user