更改退款审核样式
This commit is contained in:
parent
32162ac3d3
commit
b9df8af95c
|
@ -160,7 +160,7 @@ export default function RefundDetail({ navigation, route }) {
|
|||
style={tailwind("flex-row flex-1 justify-end items-center")}
|
||||
>
|
||||
<Text style={tailwind("text-white")}>
|
||||
{dayjs(data?.ct * 1000).format("YYYY-MM-DD HH:mm:ss")}
|
||||
{dayjs(data?.by_time * 1000).format("YYYY-MM-DD HH:mm:ss")}
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
|
@ -236,7 +236,7 @@ export default function RefundDetail({ navigation, route }) {
|
|||
containerStyle={tailwind("bg-transparent p-0 m-0")}
|
||||
wrapperStyle={tailwind("items-center")}
|
||||
title={
|
||||
<View style={tailwind("ml-4")}>
|
||||
<View style={tailwind("ml-4 pr-4")}>
|
||||
<Text
|
||||
style={{
|
||||
...tailwind("text-xl mb-1 font-bold"),
|
||||
|
@ -278,7 +278,7 @@ export default function RefundDetail({ navigation, route }) {
|
|||
containerStyle={tailwind("bg-transparent p-0 m-0")}
|
||||
wrapperStyle={tailwind("items-center")}
|
||||
title={
|
||||
<View style={tailwind("ml-4")}>
|
||||
<View style={tailwind("ml-4 pr-4")}>
|
||||
<Text
|
||||
style={{
|
||||
...tailwind("text-xl mb-1 font-bold"),
|
||||
|
|
|
@ -87,7 +87,7 @@ export default function Reviewed({ navigation, zid }) {
|
|||
/>
|
||||
|
||||
<View style={tailwind("ml-2 flex-col")}>
|
||||
<View style={tailwind("flex-row flex-1")}>
|
||||
<View style={tailwind("flex-row flex-wrap flex-1")}>
|
||||
<View style={{ width: 100 }}>
|
||||
<Text
|
||||
style={tailwind("mr-2 text-base text-white font-medium")}
|
||||
|
|
Loading…
Reference in New Issue