We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97fe021 + c36e4de commit 9aae960Copy full SHA for 9aae960
src/pages/index.vue
@@ -649,7 +649,7 @@
649
</v-btn>
650
</v-card-actions>
651
</v-card> </v-dialog
652
- ><br /><br /><br /><br /><br /><br />
+ ><br /><br /><br />
653
</template>
654
655
<script>
src/styles/global.scss
@@ -60,6 +60,10 @@ html {
60
scroll-behavior: smooth;
61
}
62
63
+.v-app-bar {
64
+ position: fixed !important;
65
+}
66
+
67
// 触摸友好的列表项
68
.touch-list-item {
69
min-height: 56px;
src/styles/index.scss
@@ -185,12 +185,6 @@
185
186
187
188
- /* 确保容器高度不超过视口 */
189
- .main-window {
190
- max-height: calc(100vh - 80px);
191
- overflow-y: auto;
192
- }
193
-
194
/* 优化滚动条样式 */
195
.main-window::-webkit-scrollbar {
196
width: 8px;
0 commit comments