From 0647ca8b669d760b6c1ead4b75522157e6b77995 Mon Sep 17 00:00:00 2001
From: otto <731554297@qq.com>
Date: Mon, 03 Jul 2023 11:52:23 +0800
Subject: [PATCH] style(在全局异常拦截器中增加两类异常处理): 格式化代码
---
ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue b/ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue
index c110bf1..ae4011c 100644
--- a/ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue
+++ b/ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue
@@ -87,7 +87,7 @@
bottom: 0px;
}
.el-scrollbar__wrap {
- height: 49px;
+ height: 39px;
}
}
}
--
Gitblit v1.9.3