diff --git a/src/App.vue b/src/App.vue index 216b5b7..257f29e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -16,11 +16,6 @@ - - - @@ -139,14 +134,6 @@ body { opacity: 0.5; } -/* 修改后的底部按钮定位样式 */ -.footer-btn { - position: fixed; /* 改为 fixed 定位 */ - bottom: 20px; /* 距离底部 20px */ - right: 20px; /* 距离右侧 20px */ - z-index: 1000; /* 确保在其他元素之上 */ -} - /* 搜索区域样式 */ .search-area { diff --git a/src/components/Question/QuestionSearch.vue b/src/components/Question/QuestionSearch.vue index 2303bcd..0400745 100644 --- a/src/components/Question/QuestionSearch.vue +++ b/src/components/Question/QuestionSearch.vue @@ -1,11 +1,14 @@