pk 算法对比,修复弹框没有确定按钮bug

This commit is contained in:
guoyue 2022-09-21 22:31:56 +08:00
parent cce7cb3be9
commit a5df439fd0
1 changed files with 9 additions and 0 deletions

View File

@ -156,6 +156,8 @@
class="modal-box" class="modal-box"
title="请选择" title="请选择"
:visible="showAddModal" :visible="showAddModal"
ok-text="确认"
cancel-text="取消"
@ok="handleOk" @ok="handleOk"
@cancel="handleCancel" @cancel="handleCancel"
@ -653,7 +655,14 @@
} }
</script> </script>
<style>
.ant-modal-footer {
display: block;
}
</style>
<style lang="less" scoped> <style lang="less" scoped>
.bg { .bg {
background: #fff; background: #fff;
height: 100vh; height: 100vh;