|
@@ -2,7 +2,7 @@
|
|
|
<div class="_tagList">
|
|
|
<div class="tag-view">
|
|
|
<el-icon
|
|
|
- class="arrow-btn"
|
|
|
+ class="arrow-btn arrow-btn-left"
|
|
|
v-show="showListContainerArrow"
|
|
|
:size="20"
|
|
|
@click="handleTagListScroll('left')"
|
|
@@ -118,16 +118,16 @@
|
|
|
</template>
|
|
|
</draggable>
|
|
|
<el-icon
|
|
|
- class="arrow-btn"
|
|
|
+ class="arrow-btn arrow-btn-right"
|
|
|
v-show="showListContainerArrow"
|
|
|
:size="20"
|
|
|
@click="handleTagListScroll('right')"
|
|
|
>
|
|
|
<DArrowRight />
|
|
|
</el-icon>
|
|
|
- <div v-if="(visitedViews?.length ?? 0) > 1" class="all-tags-close" @click="allTagsClose">
|
|
|
- 关闭全部
|
|
|
- </div>
|
|
|
+ <!-- <div v-if="(visitedViews?.length ?? 0) > 1" class="all-tags-close" @click="allTagsClose">-->
|
|
|
+ <!-- 关闭全部-->
|
|
|
+ <!-- </div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -316,15 +316,16 @@ onMounted(() => {
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- padding-right: 10px;
|
|
|
+ //padding-right: 10px;
|
|
|
|
|
|
.arrow-btn {
|
|
|
+ height: 100%;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.tags-draggable-list {
|
|
|
overflow-x: auto;
|
|
|
- width: calc(100% - 64px);
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
padding-top: 6px;
|