fix:无法选择自定义表头最后一行

This commit is contained in:
wenyann 2021-06-02 15:50:25 +08:00 committed by 刘瑞斌
parent 27e211e706
commit 4ff1edd870
1 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,7 @@
:allow-drop="allowDrop"
:default-checked-keys="selectedKeys"
:default-transfer="defaultTransfer"
:mode='mode' height='540px' filter openAll/>
:mode='mode' filter openAll/>
<template v-slot:footer>
<ms-dialog-footer @cancel="close" @confirm="saveHeader"/>
</template>
@ -97,6 +97,8 @@ export default {
}
</script>
<style scoped>
<style>
.wl-transfer .transfer-main {
height: calc(100% - 73px) !important;
}
</style>