图片调整
This commit is contained in:
parent
d663434d94
commit
b860aea6d2
|
@ -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": "我的"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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 |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue