mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +08:00
Removed duplicate header [SCI-9649]
This commit is contained in:
parent
3cad0e6e05
commit
066e44f15a
1 changed files with 0 additions and 11 deletions
|
@ -6,17 +6,6 @@
|
||||||
class='items-sidebar-wrapper bg-white gap-2.5 self-stretch rounded-tl-4 rounded-bl-4 shadow-lg h-full'>
|
class='items-sidebar-wrapper bg-white gap-2.5 self-stretch rounded-tl-4 rounded-bl-4 shadow-lg h-full'>
|
||||||
|
|
||||||
<div id="repository-item-sidebar" class="w-full h-full pl-6 bg-white flex flex-col">
|
<div id="repository-item-sidebar" class="w-full h-full pl-6 bg-white flex flex-col">
|
||||||
<div ref="stickyHeaderRef" id="sticky-header-wrapper"
|
|
||||||
class="sticky top-0 right-0 bg-white flex z-50 flex-col h-[78px] pt-6">
|
|
||||||
<div class="header flex w-full h-[30px] pr-6">
|
|
||||||
<repository-item-sidebar-title v-if="defaultColumns"
|
|
||||||
:editable="permissions?.can_manage && !defaultColumns?.archived" :name="defaultColumns.name"
|
|
||||||
@update="update"></repository-item-sidebar-title>
|
|
||||||
<i id="close-icon" @click="toggleShowHideSidebar(currentItemUrl)"
|
|
||||||
class="sn-icon sn-icon-close ml-auto cursor-pointer my-auto mx-0"></i>
|
|
||||||
</div>
|
|
||||||
<div id="divider" class="w-500 bg-sn-light-grey flex items-center self-stretch h-px mt-6 mr-6"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div ref="stickyHeaderRef" id="sticky-header-wrapper"
|
<div ref="stickyHeaderRef" id="sticky-header-wrapper"
|
||||||
class="sticky top-0 right-0 bg-white flex z-50 flex-col h-[78px] pt-6">
|
class="sticky top-0 right-0 bg-white flex z-50 flex-col h-[78px] pt-6">
|
||||||
|
|
Loading…
Add table
Reference in a new issue