| | |
| | | <template> |
| | | <GlobalWindow |
| | | width="80%" |
| | | :title="title" |
| | | :visible.sync="visible" |
| | | v-loading="isUploading" |
| | | :confirm-working="isWorking" |
| | | @confirm="confirm" |
| | | > |
| | | <el-form :model="form" ref="form" label-width="130px" label-suffix=":" :rules="rules" inline> |
| | | <el-form :model="form" ref="form" label-width="130px" label-suffix=":" :rules="rules" > |
| | | <el-form-item label="标题" prop="name"> |
| | | <el-input v-model="form.name" placeholder="请输入标题" v-trim/> |
| | | </el-form-item> |
| | |
| | | ::v-deep .el-form-item__content { |
| | | flex: 0.6; |
| | | } |
| | | ::v-deep .el-select { |
| | | width: 100%; |
| | | .el-input__inner { |
| | | width: 100%; |
| | | } |
| | | } |
| | | $image-width: 100px; |
| | | .avatar-uploader { |
| | | width: $image-width; |