mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-09 09:46:44 +08:00
feat: 调整文件重命名输入框宽度 (#570)
Co-authored-by: traeagent <traeagent@users.noreply.github.com>
This commit is contained in:
@@ -74,6 +74,7 @@ function closeDialog() {
|
|||||||
:label="t('file.newName')"
|
:label="t('file.newName')"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
prepend-inner-icon="mdi-format-text"
|
prepend-inner-icon="mdi-format-text"
|
||||||
|
mobile-control-width="80%"
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol v-if="item && item.type == 'dir'" cols="12">
|
<VCol v-if="item && item.type == 'dir'" cols="12">
|
||||||
|
|||||||
Reference in New Issue
Block a user