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 { addressCreate, addressPage, updateAddress } from "../../api/me";
|
||||
|
||||
const arrow = IMG_BASE_URL + 'arrow.png'
|
||||
const noData = IMG_BASE_URL + 'noData.png'
|
||||
const edit = IMG_BASE_URL + 'edit.png'
|
||||
|
||||
export default function Address() {
|
||||
const bottomNavBarHeight = 80
|
||||
@ -62,8 +62,9 @@ export default function Address() {
|
||||
}
|
||||
}}>
|
||||
<Image
|
||||
src={arrow}
|
||||
className="w-[14px] h-[20px] rotate-180"
|
||||
src={edit}
|
||||
className="w-[25px] h-[28px]"
|
||||
mode="scaleToFill"
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
|
Loading…
Reference in New Issue
Block a user