### 这个功能解决了什么问题? 圆角过大,不可以自定义。按钮可以用插槽替换默认按钮 ### 你期望的 API 是什么样子的? <wd-message-box> <template #cancelButton> <!-- 取消按钮 --> </template> <template #confirmButton> <!-- 确定按钮 --> </template> </wd-message-box>