Showing
1 changed file
with
6 additions
and
2 deletions
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | <Radio value="2">JSON导入</Radio> |
17 | 17 | <Radio value="1">Excel导入</Radio> |
18 | 18 | </RadioGroup> |
19 | - <div v-if="model.importType === '1'" class="absolute -left-28 -bottom-5.5"> | |
19 | + <div v-if="model.importType === '1'" class="absolute -left-28"> | |
20 | 20 | <Button @click="handleTemplateDownload" type="link">excel模板下载</Button> |
21 | 21 | </div> |
22 | 22 | </template> |
... | ... | @@ -220,4 +220,8 @@ |
220 | 220 | }; |
221 | 221 | </script> |
222 | 222 | |
223 | -<style lang="less" scope></style> | |
223 | +<style lang="less" scoped> | |
224 | + :deep(.ant-form-item) { | |
225 | + margin-bottom: 28px !important; | |
226 | + } | |
227 | +</style> | ... | ... |