| | |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item :label="t('template.topPositionPPT')" prop="pptX"> |
| | | <el-form-item :label="t('template.leftPositionPPT')" prop="pptX"> |
| | | <el-input type="number" v-model="formData.pptX" :placeholder="t('common.inputText') + t('template.topPositionPPT')" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item :label="t('template.leftPositionPPT')" prop="pptY"> |
| | | <el-form-item :label="t('template.topPositionPPT')" prop="pptY"> |
| | | <el-input type="number" v-model="formData.pptY" :placeholder="t('common.inputText') + t('template.leftPositionPPT')" /> |
| | | </el-form-item> |
| | | </el-col> |