update:新增调瞄通信,优化首页

This commit is contained in:
2026-08-03 16:39:52 +08:00
parent 3ab1ad59bd
commit fac2576b65
4 changed files with 99 additions and 11 deletions
+6 -2
View File
@@ -43,9 +43,13 @@ function handleTabClick(index) {
<style scoped>
.footer {
height: 120px;
/* height: 120px; */
height: 190rpx;
width: 100vw;
position: relative;
/* position: relative; */
position: fixed;
bottom: 0;
left: 0;
display: flex;
justify-content: space-around;
align-items: center;