File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/views/account/settings Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<template >
22 <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" >
55
66 <a-form layout =" vertical" >
77 <a-form-item
2828 </a-form >
2929
3030 </a-col >
31- <a-col :md =" 24" :lg =" 8" :style =" { minHeight: '180px' }" >
31+ <a-col :order = " 1 " : md =" 24" :lg =" 8" :style =" { minHeight: '180px' }" >
3232 <div class =" ant-upload-preview" @click =" $refs.modal.edit(1)" >
3333 <a-icon type =" cloud-upload-o" class =" upload-icon" />
3434 <div class =" mask" >
4747
4848<script >
4949import AvatarModal from ' ./AvatarModal'
50+ import { baseMixin } from ' @/store/app-mixin'
5051
5152export default {
53+ mixins: [baseMixin],
5254 components: {
5355 AvatarModal
5456 },
You canβt perform that action at this time.
0 commit comments