sonar medium 65 left
This commit is contained in:
@@ -24,22 +24,6 @@
|
||||
</div>
|
||||
<!-- Files Page: Search and Upload -->
|
||||
<div class="flex justify-end items-center" v-if="navViewName === 'FILES'">
|
||||
<!-- <form role="search">
|
||||
<label for="searchFiles" class="mr-4 relative">
|
||||
<input type="search" id="searchFiles" placeholder="Search" class="px-5 py-2 w-72 rounded-full text-sm align-middle duration-300 border border-neutral-500 hover:border-neutral-300 focus:outline-none focus:ring focus:border-neutral-300">
|
||||
<span class="absolute top-2 bottom-1.5 right-0.5 flex justify-center items-center gap-2">
|
||||
<IconSetting class="w-6 h-6 cursor-pointer"></IconSetting>
|
||||
<span class="w-px h-6 block after:border after:border-neutral-300 after:content-['']"></span>
|
||||
<button class="pr-2">
|
||||
<IconSearch class="w-6 h-6"></IconSearch>
|
||||
</button>
|
||||
</span>
|
||||
</label>
|
||||
</form> -->
|
||||
<!-- <label class="btn btn-sm btn-neutral cursor-pointer">
|
||||
<input id="uploadFiles" class="hidden" type="file">
|
||||
Upload
|
||||
</label> -->
|
||||
<div id="import_btn" class="btn btn-sm btn-neutral cursor-pointer" @click="uploadModal = true">
|
||||
Import
|
||||
<UploadModal :visible="uploadModal" @closeModal="uploadModal = $event"></UploadModal>
|
||||
@@ -54,7 +38,6 @@
|
||||
:disabled="disabledSave" @click="saveModal">
|
||||
Save
|
||||
</button>
|
||||
<!-- <button class="btn btn-sm btn-neutral">Download</button> -->
|
||||
</div>
|
||||
<AcctMenu/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user