outaozhen 5 лет назад
Родитель
Сommit
ad857410b8
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      src/pages/Customer/Contact/components/ContactDetail/ContanctLowerList.jsx

+ 3 - 1
src/pages/Customer/Contact/components/ContactDetail/ContanctLowerList.jsx

@@ -36,7 +36,9 @@ const ContanctLowerList = props => {
                         {servicelogEnum[item.status]}
                         {servicelogEnum[item.status]}
                         <List.Item.Meta description={dayjsFormat(item.date, 'MM-DD HH:mm:ss')} />
                         <List.Item.Meta description={dayjsFormat(item.date, 'MM-DD HH:mm:ss')} />
                       </Col>
                       </Col>
-                      <Col span="16">{item.mark}</Col>
+                      <Col span="16" className="whitespace-pre-line">
+                        {item.mark}
+                      </Col>
                     </Row>
                     </Row>
                   </List.Item>
                   </List.Item>
                 )}
                 )}