style: 编辑图标修改
This commit is contained in:
parent
1f25016822
commit
c8fef96c13
@ -8,8 +8,8 @@ import { useState } from "react";
|
|||||||
import Taro, { getCurrentInstance, useDidShow } from "@tarojs/taro";
|
import Taro, { getCurrentInstance, useDidShow } from "@tarojs/taro";
|
||||||
import { addressCreate, addressPage, updateAddress } from "../../api/me";
|
import { addressCreate, addressPage, updateAddress } from "../../api/me";
|
||||||
|
|
||||||
const arrow = IMG_BASE_URL + 'arrow.png'
|
|
||||||
const noData = IMG_BASE_URL + 'noData.png'
|
const noData = IMG_BASE_URL + 'noData.png'
|
||||||
|
const edit = IMG_BASE_URL + 'edit.png'
|
||||||
|
|
||||||
export default function Address() {
|
export default function Address() {
|
||||||
const bottomNavBarHeight = 80
|
const bottomNavBarHeight = 80
|
||||||
@ -62,8 +62,9 @@ export default function Address() {
|
|||||||
}
|
}
|
||||||
}}>
|
}}>
|
||||||
<Image
|
<Image
|
||||||
src={arrow}
|
src={edit}
|
||||||
className="w-[14px] h-[20px] rotate-180"
|
className="w-[25px] h-[28px]"
|
||||||
|
mode="scaleToFill"
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
Loading…
Reference in New Issue
Block a user