diff --git a/src/pages/ElecEvaluation/Monitor/Home/index.tsx b/src/pages/ElecEvaluation/Monitor/Home/index.tsx index dd79bc6..34dcbad 100644 --- a/src/pages/ElecEvaluation/Monitor/Home/index.tsx +++ b/src/pages/ElecEvaluation/Monitor/Home/index.tsx @@ -1,4 +1,4 @@ -import { Button, Col, Descriptions, Divider, Dropdown, Empty, Input, Menu, MenuProps, message, Modal, Progress, Row, Space, Table } from 'antd'; +import { Button, Col, Descriptions, Divider, Dropdown, Empty, Input, Menu, MenuProps, message, Modal, Progress, Row, Space, Table, Typography } from 'antd'; import { debounce } from 'lodash'; import React, { useEffect, useMemo, useRef, useState } from 'react'; import '../style.less' @@ -23,6 +23,7 @@ import { history } from 'umi'; export const onCell = () => ({ className: "monitor-table-content" }); export const onHeaderCell = () => ({ className: "monitor-table-header", }); +const { Text } = Typography; export const proviceEnum = { "0011": "北京", "0012": "天津", @@ -609,12 +610,13 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void,
1 ? 'modal-list-block' : 'modal-list-block modal-list-block-border0'}>
- {item?.projectName} + {item?.projectName}
{item?.bidSectName || item?.sectionName}
{isEmpty(title) &&
- 采购方式:{changeDict(dicData['procurement_mode=entrust'], item?.bidMethodDict)} + {/* 采购方式:{changeDict(dicData['procurement_mode=entrust'], item?.bidMethodDict)} */} + 采购方式:单一来源简化流程
}
diff --git a/src/pages/ElecEvaluation/Monitor/style.less b/src/pages/ElecEvaluation/Monitor/style.less index 00d1aef..e99cbca 100644 --- a/src/pages/ElecEvaluation/Monitor/style.less +++ b/src/pages/ElecEvaluation/Monitor/style.less @@ -1148,12 +1148,13 @@ justify-content: space-between; .modal-list-left { - &>span { + .modal-list-name { font-size: 16px; font-weight: normal; line-height: 38px; letter-spacing: 0px; color: #FFFFFF; + width: calc(60vw - 294px); } &>img {