fix: Issues #238 done.

This commit is contained in:
chiayin
2024-03-05 14:21:20 +08:00
parent 529282c2a4
commit 0503da4a3d

View File

@@ -5,7 +5,7 @@
<!-- File name --> <!-- File name -->
<!-- cursor-pointer --> <!-- cursor-pointer -->
<div class="h-12 pl-1 border-b border-neutral-300 flex items-center" title="Rename"> <div class="h-12 pl-1 border-b border-neutral-300 flex items-center" title="Rename">
<InputText type="text" v-model="fileName" id="fileNameInput" class="rounded !border-transparent !font-bold !text-base !py-1 min-w-[1px] w-auto" @input="onInput" @blur="onBlur" /> <InputText type="text" v-model="fileName" id="fileNameInput" class="rounded !border-transparent !font-bold !text-base !py-1 min-w-[1px] w-auto" @input="onInput" @blur="onBlur" maxlength="200" />
</div> </div>
<!-- Upload notification --> <!-- Upload notification -->
<div class="flex justify-start items-center space-x-2 ml-2 py-2"> <div class="flex justify-start items-center space-x-2 ml-2 py-2">