1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-08 13:49:37 +00:00

Merge pull request #11 from DryIce-cc/main

fix: 移除双滚动条
This commit is contained in:
Sunwuyuan 2025-11-02 13:42:02 +08:00 committed by GitHub
commit 9aae9601f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 7 deletions

View File

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

View File

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

View File

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