fix: VTextarea no longer displays all rows

This commit is contained in:
Aqr-K
2025-03-16 22:19:52 +08:00
committed by GitHub
parent 5b84ce307b
commit 7989965b1a

View File

@@ -140,7 +140,6 @@ onMounted(() => {
<VCardText>
<VTextarea
v-model="customIdentifiers"
auto-grow
placeholder="支持正则表达式,特殊字符需要\转义,一行为一组"
hint="支持正则表达式,特殊字符需要\转义,一行为一组"
persistent-hint
@@ -181,7 +180,6 @@ onMounted(() => {
<VCardText>
<VTextarea
v-model="customReleaseGroups"
auto-grow
placeholder="支持正则表达式,特殊字符需要\转义,一行代表一个制作组/字幕组"
hint="支持正则表达式,特殊字符需要\转义,一行代表一个制作组/字幕组"
persistent-hint
@@ -207,7 +205,6 @@ onMounted(() => {
<VCardText>
<VTextarea
v-model="customization"
auto-grow
placeholder="支持正则表达式,特殊字符需要\转义,多个匹配对象请换行分隔"
hint="支持正则表达式,特殊字符需要\转义,多个匹配对象请换行分隔"
persistent-hint
@@ -233,7 +230,6 @@ onMounted(() => {
<VCardText>
<VTextarea
v-model="transferExcludeWords"
auto-grow
placeholder="支持正则表达式,特殊字符需要\转义,一行代表一个屏蔽词"
hint="支持正则表达式,特殊字符需要\转义,一行代表一个屏蔽词"
persistent-hint