From 4fc59fb7fc5254f91330a44ff0067c30d4b4f75c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 24 Oct 2025 14:42:39 +0800
Subject: [PATCH] feat:tab栏底部
---
src/static/images/tabbar/add.png | 0
src/pages.json | 4 ++--
src/static/images/tabbar/drone.png | 0
src/App.vue | 2 ++
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 3eb684d..68615f8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -42,6 +42,8 @@
.uni-tabbar__bd {
.uni-tabbar__icon {
width: 60px !important;
+ height: 60px !important;
+ margin-top: -20px;
}
}
}
diff --git a/src/pages.json b/src/pages.json
index 75eef15..84e3cd9 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -170,11 +170,11 @@
"text": "任务"
},
{
- "iconPath": "static/images/tabbar/add-task.svg",
+ "iconPath": "static/images/tabbar/add.png",
"pagePath": "subPackages/taskDetail/addTask/index"
},
{
- "iconPath": "static/images/tabbar/mainLogo.png",
+ "iconPath": "static/images/tabbar/drone.png",
"visible": "true"
},
{
diff --git a/src/static/images/tabbar/add.png b/src/static/images/tabbar/add.png
index fbf0c87..c71b746 100644
--- a/src/static/images/tabbar/add.png
+++ b/src/static/images/tabbar/add.png
Binary files differ
diff --git a/src/static/images/tabbar/drone.png b/src/static/images/tabbar/drone.png
new file mode 100644
index 0000000..4339d14
--- /dev/null
+++ b/src/static/images/tabbar/drone.png
Binary files differ
--
Gitblit v1.9.3