Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -79,7 +79,7 @@ | ... | @@ -79,7 +79,7 @@ |
| 79 | <!-- 添加或修改对话框 --> | 79 | <!-- 添加或修改对话框 --> |
| 80 | <el-dialog :title="title" :visible.sync="open" width="55%" :append-to-body="true" :close-on-click-modal="false" | 80 | <el-dialog :title="title" :visible.sync="open" width="55%" :append-to-body="true" :close-on-click-modal="false" |
| 81 | :show-close="false" @close="cancel"> | 81 | :show-close="false" @close="cancel"> |
| 82 | - <el-form ref="form" :model="form" :rules="rules" label-position="right" label-width="auto" size="small"> | 82 | + <el-form ref="form" :model="form" :rules="rules" label-position="right" label-width="96px" size="small"> |
| 83 | <el-row> | 83 | <el-row> |
| 84 | <el-col :span="8"> | 84 | <el-col :span="8"> |
| 85 | <el-form-item label="原航班" prop="sourceFlightNo"> | 85 | <el-form-item label="原航班" prop="sourceFlightNo"> | ... | ... |
| ... | @@ -274,7 +274,7 @@ | ... | @@ -274,7 +274,7 @@ |
| 274 | :model="form" | 274 | :model="form" |
| 275 | :rules="rules" | 275 | :rules="rules" |
| 276 | label-position="right" | 276 | label-position="right" |
| 277 | - label-width="auto" | 277 | + label-width="138px" |
| 278 | size="small" | 278 | size="small" |
| 279 | > | 279 | > |
| 280 | <el-row> | 280 | <el-row> | ... | ... |
-
Please register or login to post a comment