效果图
;
border-radius: 20rpx ;
box-sizing: border-box;
padding: 40rpx 0rpx 0rpx 20rpx;
}
.table-container {
border: 1px solid #DBDBDB;
border-bottom: none;
}
.tr {
display: flex;
}
.tr-th {
display: flex;
position: sticky;
top: 0;
z-index: 99;
background: #fafafa;
}
.th{
padding: 10rpx;
border-bottom: 1px solid #