Showing
1 changed file
with
1 additions
and
1 deletions
@@ -35,7 +35,7 @@ | @@ -35,7 +35,7 @@ | ||
35 | <Button id="cancel" type="primary" size="large" @click="backList">取消</Button> | 35 | <Button id="cancel" type="primary" size="large" @click="backList">取消</Button> |
36 | </Form-item> | 36 | </Form-item> |
37 | </Form> | 37 | </Form> |
38 | - <Spin size="large" v-else-if="showLoading" fix></Spin> | 38 | + <Spin v-else-if="showLoading" size="large" fix></Spin> |
39 | </layout-body> | 39 | </layout-body> |
40 | </template> | 40 | </template> |
41 | 41 |
-
Please register or login to post a comment