waterHandle.less 159 B

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