diff --git a/web/src/App.vue b/web/src/App.vue
index d16eb16..2fe484d 100644
--- a/web/src/App.vue
+++ b/web/src/App.vue
@@ -24,22 +24,6 @@ const isLoggedIn = computed(() => !!authKey.value);
diff --git a/web/src/assets/style.css b/web/src/assets/style.css
index 6cca491..f5091b5 100644
--- a/web/src/assets/style.css
+++ b/web/src/assets/style.css
@@ -143,8 +143,8 @@ body {
/* 美化滚动条 */
::-webkit-scrollbar {
- width: 2px;
- height: 2px;
+ width: 6px;
+ height: 6px;
}
::-webkit-scrollbar-track {
diff --git a/web/src/components/BaseInfoCard.vue b/web/src/components/BaseInfoCard.vue
index 1d932f4..c236cc7 100644
--- a/web/src/components/BaseInfoCard.vue
+++ b/web/src/components/BaseInfoCard.vue
@@ -58,7 +58,7 @@ onMounted(() => {