@@ -1283,7 +1283,7 @@
</template>
</el-table-column>
</el-table>
- <el-popover :visible="insuranceShow" placement="bottom-start" :width="400" trigger="click">
+ <el-popover :visible="insuranceShow" :width="400" trigger="click">
<template #reference>
<div class="addData" @click="handleInsurance">
<el-icon>
@@ -152,7 +152,7 @@ defineExpose({
<style scoped lang="scss">
.insuranceSelect {
- height: 300px;
+ height: 500px;
.insuranceList {
height: calc(100% - 40px);
overflow: hidden;