When the scroll bar is scrolled to the end, the lower border of the table is not displayed.

1. Before modification

2.After modification

Just add the following code: 

<style lang="scss" scoped>
::v-deep .is-scrolling-none {
  border-bottom: 1px solid #dfe6ec;
}
</style>

 

 

Guess you like

Origin blog.csdn.net/m0_68428581/article/details/125673739
Recommended