fix: Issues #241 done.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<div class="w-full h-[calc(100%_-_64px)]">
|
||||
<!-- File name -->
|
||||
<!-- cursor-pointer -->
|
||||
<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" maxlength="200" />
|
||||
<div class="h-12 pl-1 border-b border-neutral-300 flex items-center">
|
||||
<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" title="Rename"/>
|
||||
</div>
|
||||
<!-- Upload notification -->
|
||||
<div class="flex justify-start items-center space-x-2 ml-2 py-2">
|
||||
|
||||
Reference in New Issue
Block a user