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}