1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-07 21:13:11 +00:00

fix: 移除双滚动条

This commit is contained in:
干冰DryIce 2025-11-01 13:45:35 +08:00
parent caaea56e16
commit 5c27a30fde
3 changed files with 5 additions and 7 deletions

View File

@ -609,7 +609,7 @@
</v-btn>
</v-card-actions>
</v-card>
</v-dialog><br/><br/><br/><br/><br/><br/>
</v-dialog><br/><br/><br/>
</template>
<script>

View File

@ -60,6 +60,10 @@ html {
scroll-behavior: smooth;
}
.v-app-bar {
position: fixed !important;
}
// 触摸友好的列表项
.touch-list-item {
min-height: 56px;

View File

@ -164,12 +164,6 @@
}
}
/* 确保容器高度不超过视口 */
.main-window {
max-height: calc(100vh - 80px);
overflow-y: auto;
}
/* 优化滚动条样式 */
.main-window::-webkit-scrollbar {
width: 8px;