From 14f95b880f86856ba913811b6d253516fce5f223 Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Sun, 9 Oct 2022 13:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/constant.js | 4 ++-- src/pages/orderDetails/index.module.scss | 23 ++++++++++++++++------- src/pages/refundDetail/index.module.scss | 5 +++-- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/src/common/constant.js b/src/common/constant.js index a0ac6bd..c7f5b9b 100644 --- a/src/common/constant.js +++ b/src/common/constant.js @@ -1,4 +1,4 @@ -// export const BASE_URL = CURRENT_BASE_URL +export const BASE_URL = CURRENT_BASE_URL // export const BASE_URL = `http://192.168.0.75:50001/lymarket` // export const BASE_URL = `http://192.168.0.89:50001/lymarket` // export const BASE_URL = `http://10.0.0.5:50001/lymarket` @@ -12,7 +12,7 @@ // export const BASE_URL = `https://dev.zzfzyc.com/lymarket` // 开发环境 // export const BASE_URL = `https://www.zzfzyc.com/lymarket` // 正式环境 // export const BASE_URL = `http://192.168.1.5:40001/lymarket` // 王霞 -export const BASE_URL = `http://192.168.1.7:50002/lymarket` // 添 +// export const BASE_URL = `http://192.168.1.7:50002/lymarket` // 添 // export const BASE_URL = `http://192.168.1.42:50001/lymarket` // 杰 // export const BASE_URL = `http://192.168.1.95:40001/lymarket` // 华 diff --git a/src/pages/orderDetails/index.module.scss b/src/pages/orderDetails/index.module.scss index 38cb458..d9c521c 100644 --- a/src/pages/orderDetails/index.module.scss +++ b/src/pages/orderDetails/index.module.scss @@ -35,7 +35,8 @@ page { } .productBox { - width: 702px; + // width: 702px; + margin-right: 24px; background: #FFFFFF; border-radius: 16px; margin-left: 24px; @@ -85,7 +86,9 @@ page { border-radius: 16px; .titleBox { - width: 638px; + // margin-right: 24px; + // margin-left: 24px; + // width: 638px; display: flex; justify-content: space-between; align-items: center; @@ -107,7 +110,9 @@ page { .modeLine { margin-top: 24px; - width: 638px; + // width: 638px; + // margin-right: 24px; + // margin-left: 24px; height: 1px; background: #000000; opacity: 0.1; @@ -129,7 +134,9 @@ page { } .goodsLine { - width: 638px; + margin-right: 24px; + margin-left: 24px; + // width: 638px; height: 1px; background: #000000; opacity: 0.1; @@ -152,7 +159,8 @@ page { .itemRight { padding-bottom: 24px; - width: 495px; + margin-right: 32px; + // width: 495px; border-bottom: 1px solid #f7f7f7; .item_right_top { @@ -325,7 +333,8 @@ page { display: flex; justify-content: space-between; align-items: center; - width: 750px; + // width: 750px; + width: 100%; height: 160px; background: #FFFFFF; position: fixed; @@ -374,7 +383,7 @@ page { height: 82px; background: #007aff; border-radius: 40px; - width: 668px; + // width: 668px; text-align: center; line-height: 82px; color: #fff; diff --git a/src/pages/refundDetail/index.module.scss b/src/pages/refundDetail/index.module.scss index 877156c..55a51f4 100644 --- a/src/pages/refundDetail/index.module.scss +++ b/src/pages/refundDetail/index.module.scss @@ -137,7 +137,7 @@ border-radius: 16px; .titleBox { - width: 638px; + // width: 638px; display: flex; justify-content: space-between; align-items: center; @@ -159,7 +159,7 @@ .modeLine { margin-top: 24px; - width: 638px; + // width: 638px; height: 1px; background: #000000; opacity: 0.1; @@ -201,6 +201,7 @@ .itemRight { padding-bottom: 24px; + margin-right: 32px; width: 80%; border-bottom: 1px solid #f7f7f7;