If you write it yourself 1. First get the first row of tr (non-title), and make the width of each td into an array 2. Get the last row of tr, change the position to fixed, set the position, and then add the td of the last row Fixed width, corresponding to the td of the first row
position: fixed;
bottom: 0;
You are using elementui, just set show-summary to true. You can take a look at elementUI’s official website
If you write it yourself
1. First get the first row of tr (non-title), and make the width of each td into an array
2. Get the last row of tr, change the position to fixed, set the position, and then add the td of the last row Fixed width, corresponding to the td of the first row
Have you tried the pseudo-class last-child?