From 2c1157f0cfda3550df49df554c342cfc9411470a Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Thu, 12 Jan 2023 09:19:41 +0800 Subject: [PATCH] =?UTF-8?q?1.12=20=E7=AC=AC=E5=8D=81=E4=BA=94=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ElecEvaluation/Monitor/Home/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ElecEvaluation/Monitor/Home/index.tsx b/src/pages/ElecEvaluation/Monitor/Home/index.tsx index 081eef3..430a9de 100644 --- a/src/pages/ElecEvaluation/Monitor/Home/index.tsx +++ b/src/pages/ElecEvaluation/Monitor/Home/index.tsx @@ -585,7 +585,7 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void, const { modalVisible, onCancel, exceptionType, exceptionData } = props; const modalHeight = window.innerHeight * 96 / 100; const labelStyle = { color: "#29F0F9", fontWeight: "bold", width: "100px" }; - const contentStyle = { color: "#fff", paddingLeft: "20px" }; + const contentStyle = { color: "#fff", paddingLeft: "14px" }; const titleStyle = { color: "#01C2FF", fontWeight: 700, marginBottom: 0 }; // const dividerStyle = { borderColor: "#999", margin: "12px 0 24px" }; //初始化字典 @@ -615,7 +615,7 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void, {isNotEmpty(exceptionType) ? exceptionType : item?.exType} {item?.openTime || item?.recruitStartTime || item?.openingTime} - {isNotEmpty(item?.budgetAmount) ? Number(item?.budgetAmount).toFixed(2) : isNotEmpty(item?.bidSectContractPrice) ? Number(item?.bidSectContractPrice).toFixed(2) : "0"} + {isNotEmpty(item?.budgetAmount) ? Number(item?.budgetAmount).toFixed(2) : isNotEmpty(item?.bidSectContractPrice) ? Number(item?.bidSectContractPrice).toFixed(2) : "0"}元 {item?.provinceName || item?.regionDictName || item?.province} {item?.ownerContactName} {item?.ownerContactTel}