style: 编辑图标修改

This commit is contained in:
Tony 2024-07-17 13:39:15 +08:00
parent 1f25016822
commit c8fef96c13

View File

@ -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>