| | |
| | | } |
| | | |
| | | .gd-dialog-form { |
| | | // 最后一排不需要设置 margin-bottom |
| | | // border: 1px solid red; |
| | | // 倒数第二个也设置为0 |
| | | // .el-col:nth-last-child(2) { |
| | | // margin-bottom: 0; |
| | | // } |
| | | // .el-col:nth-last-child(1) { |
| | | // margin-bottom: 0; |
| | | // } |
| | | |
| | | // .el-form-item:nth-last-child(2) { |
| | | // margin-bottom: 0; |
| | | // } |
| | | // .el-form-item:nth-last-child(1) { |
| | | // margin-bottom: 0; |
| | | // } |
| | | .gd-select { |
| | | .el-select__wrapper { |
| | | height: 36px; |
| | | } |
| | | } |
| | | |
| | | .gd-date-picker { |
| | | height: 36px; |
| | | } |
| | | |
| | | .gd-input { |
| | | height: 36px; |
| | | } |
| | | .el-input, |
| | | .el-input-number { |
| | | min-width: 200px; |
| | |
| | | |
| | | .el-input__inner { |
| | | text-align: left; |
| | | color: #383874; |
| | | |
| | | &::placeholder { |
| | | text-align: left; |
| | |
| | | </div> |
| | | |
| | | <!-- 编辑模式 --> |
| | | <el-form class="gd-dialog-form" v-else ref="formRef" :model="formData" :rules="rules" label-width="110px"> |
| | | <el-form class="gd-dialog-form" v-else ref="formRef" :model="formData" :rules="rules" label-width="130px"> |
| | | <div class="detail-title">巡查任务详情</div> |
| | | <el-row> |
| | | <el-col :span="12"> |