mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
fix: 移除双滚动条
This commit is contained in:
parent
caaea56e16
commit
5c27a30fde
@ -609,7 +609,7 @@
|
|||||||
</v-btn>
|
</v-btn>
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-dialog><br/><br/><br/><br/><br/><br/>
|
</v-dialog><br/><br/><br/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -164,12 +164,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 确保容器高度不超过视口 */
|
|
||||||
.main-window {
|
|
||||||
max-height: calc(100vh - 80px);
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 优化滚动条样式 */
|
/* 优化滚动条样式 */
|
||||||
.main-window::-webkit-scrollbar {
|
.main-window::-webkit-scrollbar {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user