From acbdfc4639721da71176894983d852a5fd696a04 Mon Sep 17 00:00:00 2001 From: MichelleChung <1242874891@qq.com> Date: 星期一, 24 七月 2023 19:22:20 +0800 Subject: [PATCH] !31 【轻量级 PR】新增全局请求头 clientid 适配后端 token 校验 Merge pull request !31 from MichelleChung/ts --- src/layout/components/TagsView/ScrollPane.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue index 949e096..b50c628 100644 --- a/src/layout/components/TagsView/ScrollPane.vue +++ b/src/layout/components/TagsView/ScrollPane.vue @@ -95,7 +95,7 @@ bottom: 0px; } :deep(.el-scrollbar__wrap) { - height: 39px; + height: 49px; } } </style> -- Gitblit v1.9.3