1
0

myStyle.scss 316 B

12345678910111213141516171819
  1. .tableTop{
  2. display: flex;
  3. flex-direction: row;
  4. justify-content: space-between;
  5. padding: 100rpx 20rpx 50rpx 20rpx;
  6. margin: 0 50rpx;
  7. .u-subsection{
  8. width: 600rpx;
  9. }
  10. .operation{
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: center;
  14. align-items: center;
  15. .u-btn{
  16. margin-left: 20rpx;
  17. }
  18. }
  19. }