项目相关功能完善

This commit is contained in:
2025-05-08 14:14:07 +08:00
parent ba19bdd984
commit 584bb442d2

View File

@@ -196,7 +196,7 @@ const navigateTo = (path) => {
</div>
</template>
<style>
<style scoped>
/* 自定义样式 */
.admin-layout {
min-width: 100vh;
@@ -207,26 +207,4 @@ const navigateTo = (path) => {
button, a, [role="button"], .cursor-pointer {
cursor: pointer;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background-color: rgba(156, 163, 175, 0.5);
border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(156, 163, 175, 0.7);
}
/* 暗黑模式滚动条 */
.dark ::-webkit-scrollbar-thumb {
background-color: rgba(75, 85, 99, 0.5);
}
.dark ::-webkit-scrollbar-thumb:hover {
background-color: rgba(75, 85, 99, 0.7);
}
</style>