pk 算法对比,修复弹框没有确定按钮bug
This commit is contained in:
parent
cce7cb3be9
commit
a5df439fd0
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue