this.$confirm({
title: '有未满16周岁员工存在!',
content: '是否签到选中数据?',
okText: '确定',
cancelText: '取消',
icon: () =>
h('a-icon', {
props: {
type: 'close-circle',
theme: 'outlined',
//样式没执行
style: {
fontSize: '18px',
color: '#f00',
},
},
}),
onOk() {
},
onCancel() {},
})
不放在props里面试一下呢