javascript - Antd Modal confirm确认框的content内容允许换行么?
伊谢尔伦
伊谢尔伦 2017-04-11 09:42:38
0
1
2288

Antd Modal

import { Modal, Button } from 'antd'; const confirm = Modal.confirm; function showConfirm() { confirm({ title: 'Want to delete these items?', content: 'some descriptions', onOk() { console.log('OK'); }, onCancel() {}, }); } ReactDOM.render(  , mountNode);

content内容是否允许多行。
比如

content: "hello \n world";

或者

content: "hello
world"

这样尝试发现不行?

应该怎么做呢?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

모든 응답 (1)
左手右手慢动作

文档中已经说明了content的类型是element or string, 因此可以:

content: (

Hello
world.

)

    최신 다운로드
    더>
    웹 효과
    웹사이트 소스 코드
    웹사이트 자료
    프론트엔드 템플릿
    회사 소개 부인 성명 Sitemap
    PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!