# 位置 - order: 1 位置有四个方向。 --- ````jsx import { Popconfirm, message } from 'antd'; const text = '确定要删除这个任务吗?'; function confirm() { message.info('点击了确定'); } ReactDOM.render(
左边 上边 下边 右边
, document.getElementById('components-popconfirm-demo-placement')); ````