From 561b680263080da86157c81169e40f59ed3976fc Mon Sep 17 00:00:00 2001
From: Haiyi <1021441632@qq.com>
Date: Mon, 21 Nov 2022 10:50:19 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000766):=E3=80=90?=
=?UTF-8?q?=E5=94=AE=E5=90=8E=E3=80=91=E2=80=9C=E6=9F=A5=E7=9C=8B=E7=89=A9?=
=?UTF-8?q?=E6=B5=81=E5=9B=9E=E5=8D=95=E2=80=9D=E5=92=8C=E2=80=9C=E4=B8=8A?=
=?UTF-8?q?=E4=BC=A0=E9=99=84=E4=BB=B6=E2=80=9D=EF=BC=8C=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../addressDetailBox/index.module.scss | 40 +++++++++++--------
.../components/addressDetailBox/index.tsx | 15 ++++---
src/pages/refundDetail/index.module.scss | 19 +++++++++
src/pages/refundMoneyDetail/index.module.scss | 17 ++++++++
4 files changed, 66 insertions(+), 25 deletions(-)
diff --git a/src/pages/refundDetail/components/addressDetailBox/index.module.scss b/src/pages/refundDetail/components/addressDetailBox/index.module.scss
index 71ddd2c..3b1e63f 100644
--- a/src/pages/refundDetail/components/addressDetailBox/index.module.scss
+++ b/src/pages/refundDetail/components/addressDetailBox/index.module.scss
@@ -79,25 +79,32 @@
.bottom {
display: flex;
align-items: center;
- justify-content: flex-end;
+ justify-content: space-between;
margin-top: 24px;
- .name {
- width: 84px;
- height: 34px;
- @include common_ellipsis();
- font-size: 28px;
- font-weight: 400;
- color: #000000;
- margin-right: 16px;
+ .leftBottom {
+ padding-left: 120px;
+ display: flex;
+ align-items: center;
+
+ .name {
+ width: 84px;
+ height: 34px;
+ @include common_ellipsis();
+ font-size: 28px;
+ font-weight: 400;
+ color: #000000;
+ margin-right: 16px;
+ }
+
+ .phone {
+ font-size: 28px;
+ font-weight: 400;
+ color: #000000;
+ margin-right: 70px;
+ }
}
- .phone {
- font-size: 28px;
- font-weight: 400;
- color: #000000;
- margin-right: 70px;
- }
.btn {
width: 216px;
@@ -119,5 +126,4 @@
margin-right: 32px;
}
}
-}
-
+}
\ No newline at end of file
diff --git a/src/pages/refundDetail/components/addressDetailBox/index.tsx b/src/pages/refundDetail/components/addressDetailBox/index.tsx
index f266bf3..6387138 100644
--- a/src/pages/refundDetail/components/addressDetailBox/index.tsx
+++ b/src/pages/refundDetail/components/addressDetailBox/index.tsx
@@ -35,14 +35,13 @@ export default memo((props: propsObj) => {
- {'谭先生'}
- {13242128982}
-
- handUp?.(obj)}>{seeFont}
-
- {/* {
- obj.stage !== 1 &&
- } */}
+
+ {'谭先生'}
+ {13242128982}
+
+ {
+ obj.stage != 0 && handUp?.(obj)}>{seeFont}
+ }
)
diff --git a/src/pages/refundDetail/index.module.scss b/src/pages/refundDetail/index.module.scss
index fec1afe..0a0455a 100644
--- a/src/pages/refundDetail/index.module.scss
+++ b/src/pages/refundDetail/index.module.scss
@@ -179,6 +179,23 @@
opacity: 0.1;
}
+ .pussBox {
+ margin-top: 15px;
+ display: flex;
+
+ .pussName {
+ font-size: 28px;
+ font-weight: 500;
+ color: #000000;
+ margin-right: 20px;
+ }
+
+ .pussPhone {
+ font-size: 28px;
+ font-weight: 500;
+ color: #000000;
+ }
+ }
}
@@ -330,4 +347,6 @@
}
+
+
}
\ No newline at end of file
diff --git a/src/pages/refundMoneyDetail/index.module.scss b/src/pages/refundMoneyDetail/index.module.scss
index 518cf17..d844ed1 100644
--- a/src/pages/refundMoneyDetail/index.module.scss
+++ b/src/pages/refundMoneyDetail/index.module.scss
@@ -179,6 +179,23 @@
opacity: 0.1;
}
+ .pussBox {
+ margin-top: 15px;
+ display: flex;
+
+ .pussName {
+ font-size: 28px;
+ font-weight: 500;
+ color: #000000;
+ margin-right: 20px;
+ }
+
+ .pussPhone {
+ font-size: 28px;
+ font-weight: 500;
+ color: #000000;
+ }
+ }
}