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; + } + } }