各类bug fix

This commit is contained in:
fofolee
2024-12-22 11:06:04 +08:00
parent 3566e45704
commit 2194b1cdfb
4 changed files with 47 additions and 17 deletions

View File

@@ -76,10 +76,15 @@ export default {
<style scoped>
/* 标签栏容器样式 */
.q-tabs {
height: 100vh !important;
height: auto !important;
min-height: 100vh !important;
background: transparent !important;
}
.q-scroll-area {
height: 100vh;
}
/* 标签栏和底栏内的按钮悬浮效果 */
.q-tabs .q-tab:hover {
background: rgba(255, 255, 255, 0.1) !important;