This commit is contained in:
2025-12-29 00:21:24 +08:00
parent a95f624fa2
commit 0a03945b91
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ const showHeader = computed(() => props.filename || props.language);
<style scoped>
/* 自定义滚动条样式 */
.custom-scrollbar::-webkit-scrollbar {
height: 4px;
height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-track {