| | |
| | | <el-form-item label="补充内容" prop="supplementContenT"> |
| | | <el-input v-model="state.modelForm.supplementContenT" type="textarea" :rows="6" /> |
| | | </el-form-item> |
| | | <div class="pt-[60px] text-right"> |
| | | <el-button type="primary" @click="handleSubmit" size="large">立即生成</el-button> |
| | | </div> |
| | | </el-form> |
| | | </div> |
| | | </div> |
| | |
| | | supplementContenT: [{ required: true, message: '必填项', trigger: 'blur' }], |
| | | modelType: [{ required: true, message: '必填项', trigger: 'change' }], |
| | | }); |
| | | const handleSubmit = () => {}; |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | .pc-detail { |
| | |
| | | } |
| | | } |
| | | } |
| | | .custom-select-style .el-select-dropdown__item { |
| | | height: 32px; |
| | | background: #eaf4ff; |
| | | border-radius: 8px; |
| | | margin: 5px; |
| | | font-size: 14px; |
| | | padding: 0 20px; |
| | | :deep(.el-select-dropdown__list) { |
| | | max-width: 700px !important; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | margin-bottom: 10px; |
| | | } |
| | | .custom-select-style { |
| | | .el-select-dropdown__list { |
| | | max-width: 700px !important; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | margin-bottom: 10px; |
| | | } |
| | | .el-select-dropdown__item { |
| | | height: 32px; |
| | | background: #eaf4ff; |
| | | border-radius: 8px; |
| | | margin: 5px; |
| | | font-size: 14px; |
| | | padding: 0 20px; |
| | | } |
| | | } |
| | | </style> |