waterHandle.wxss 165 B

123456789
  1. /* pages/operationExecution/waterHandle.wxss */
  2. .dateBox {
  3. display: flex;
  4. background-color: #fff;
  5. align-items: center;
  6. }
  7. .dateBox .contactInput {
  8. flex: 1;
  9. }