.tableTop{ display: flex; flex-direction: row; justify-content: space-between; padding: 100rpx 20rpx 50rpx 20rpx; margin: 0 50rpx; .u-subsection{ width: 600rpx; } .operation{ display: flex; flex-direction: row; justify-content: center; align-items: center; .u-btn{ margin-left: 20rpx; } } }