File tree 1 file changed +5
-3
lines changed
src/views/account/settings
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" account-settings-info-view" >
3
- <a-row :gutter =" 16" >
4
- <a-col :md =" 24" :lg =" 16" >
3
+ <a-row :gutter =" 16" type = " flex " justify = " center " >
4
+ <a-col :order = " isMobile ? 2 : 1 " : md =" 24" :lg =" 16" >
5
5
6
6
<a-form layout =" vertical" >
7
7
<a-form-item
28
28
</a-form >
29
29
30
30
</a-col >
31
- <a-col :md =" 24" :lg =" 8" :style =" { minHeight: '180px' }" >
31
+ <a-col :order = " 1 " : md =" 24" :lg =" 8" :style =" { minHeight: '180px' }" >
32
32
<div class =" ant-upload-preview" @click =" $refs.modal.edit(1)" >
33
33
<a-icon type =" cloud-upload-o" class =" upload-icon" />
34
34
<div class =" mask" >
47
47
48
48
<script >
49
49
import AvatarModal from ' ./AvatarModal'
50
+ import { baseMixin } from ' @/store/app-mixin'
50
51
51
52
export default {
53
+ mixins: [baseMixin],
52
54
components: {
53
55
AvatarModal
54
56
},
You can’t perform that action at this time.
0 commit comments