fix 光标聚焦

This commit is contained in:
jxxghp
2023-09-22 13:49:00 +08:00
parent 321037477f
commit f5808c1c81
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -412,9 +412,9 @@ const dropdownItems = ref([
<VTextField
v-model="redoTmdbId"
label="TMDB编号"
:rules="[requiredValidator, numberValidator]"
:rules="[numberValidator]"
append-inner-icon="mdi-magnify"
@click:append-inner="tmdbSelectorDialog = true"
@click:append-inner.stop="tmdbSelectorDialog = true"
/>
</VCol>
</VRow>