index.scss 175 B

123456789
  1. .form_select_to_page{
  2. width: 100%;
  3. display: flex;
  4. justify-content: flex-end;
  5. align-items: center;
  6. font-size: 28rpx;
  7. font-weight: 600;
  8. gap: 14rpx;
  9. }