1 parent 4f4de4b commit a99d9f9Copy full SHA for a99d9f9
1 file changed
src/App.vue
@@ -150,6 +150,7 @@ onUnmounted(() => {
150
151
<style scoped>
152
.game-container {
153
+ position: relative;
154
width: 100%;
155
min-height: 100vh;
156
display: flex;
@@ -170,9 +171,8 @@ onUnmounted(() => {
170
171
cursor: grabbing !important;
172
}
173
-/* 右上角固定按钮组 */
174
.top-right-fabs {
175
- position: fixed;
+ position: absolute;
176
top: 16px;
177
right: 16px;
178
z-index: 10000;
0 commit comments