如图
<style>
.customerInfoTable .at_table__wrapper .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer{
height: 100% !important;
bottom: 20px !important;
}
</style>
因为查到这类问题多发生在el这个ui里,所以照着el的解决办法都试了一遍都没有效果,什么::v-deep穿透啊、修改样式层级啊之类的,最后我自己给a-table定义了一个class然后去掉了style的scoped,也改不掉这个高度,求指导