图片调整

This commit is contained in:
李彪 2025-04-15 15:40:25 +08:00
parent d663434d94
commit b860aea6d2
8 changed files with 9 additions and 9 deletions

View File

@ -264,8 +264,8 @@
}, },
{ {
"pagePath": "pages/adminHome/index", "pagePath": "pages/adminHome/index",
"iconPath": "static/tab/my.png", "iconPath": "static/tab/admin-home.png",
"selectedIconPath": "static/tab/my_cur.png", "selectedIconPath": "static/tab/admin-home-acitve.png",
"text": "首页" "text": "首页"
}, },
{ {
@ -276,8 +276,8 @@
}, },
{ {
"pagePath": "pages/adminMy/index", "pagePath": "pages/adminMy/index",
"iconPath": "static/tab/my.png", "iconPath": "static/tab/admin-my.png",
"selectedIconPath": "static/tab/my_cur.png", "selectedIconPath": "static/tab/admin-my-active.png",
"text": "我的" "text": "我的"
} }
] ]

View File

@ -222,7 +222,7 @@ export default {
.cell-list-item { .cell-list-item {
border-bottom: 1px solid #e9eaee; border-bottom: 1px solid #e9eaee;
padding: 0 10rpx; padding: 0 10rpx;
height: 120rpx; height: 100rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;

View File

@ -71,8 +71,8 @@ export default {
const adminTabBar = [ const adminTabBar = [
{ {
pagePath: "/pages/adminHome/index", pagePath: "/pages/adminHome/index",
iconPath: "/static/tab/home.png", iconPath: "/static/tab/admin-home.png",
selectedIconPath: "/static/tab/home_cur.png", selectedIconPath: "/static/tab/admin-home-acitve.png",
text: "首页", text: "首页",
}, },
{ {
@ -83,8 +83,8 @@ export default {
}, },
{ {
pagePath: "/pages/adminMy/index", pagePath: "/pages/adminMy/index",
iconPath: "/static/tab/my.png", iconPath: "/static/tab/admin-my.png",
selectedIconPath: "/static/tab/my_cur.png", selectedIconPath: "/static/tab/admin-my-active.png",
text: "我的", text: "我的",
}, },
]; ];

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
static/tab/admin-home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
static/tab/admin-my.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB