增删改查
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<a-avatar :size="110" :src="form.avatar"/>
|
||||
<upload-outlined class="user-info-avatar-icon"/>
|
||||
</div>
|
||||
<h1>Jasmine</h1>
|
||||
<h1></h1>
|
||||
<div>海纳百川,有容乃大</div>
|
||||
</div>
|
||||
<div class="user-info-list">
|
||||
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
<div class="ele-cell">
|
||||
<environment-outlined/>
|
||||
<div class="ele-cell-content">中国 • 浙江省 • 杭州市</div>
|
||||
<div class="ele-cell-content">中国 • 广西 • 南宁</div>
|
||||
</div>
|
||||
<div class="ele-cell">
|
||||
<tag-outlined/>
|
||||
@@ -35,9 +35,6 @@
|
||||
<a-tag>很有想法的</a-tag>
|
||||
<a-tag>专注设计</a-tag>
|
||||
<a-tag>辣~</a-tag>
|
||||
<a-tag>大长腿</a-tag>
|
||||
<a-tag>川妹子</a-tag>
|
||||
<a-tag>海纳百川</a-tag>
|
||||
</div>
|
||||
</a-card>
|
||||
</a-col>
|
||||
@@ -108,7 +105,7 @@
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane tab="账号绑定" key="account">
|
||||
<!-- <a-tab-pane tab="账号绑定" key="account">
|
||||
<div class="user-account-list">
|
||||
<div class="ele-cell">
|
||||
<div class="ele-cell-content">
|
||||
@@ -161,7 +158,7 @@
|
||||
<a>去绑定</a>
|
||||
</div>
|
||||
</div>
|
||||
</a-tab-pane>
|
||||
</a-tab-pane> -->
|
||||
</a-tabs>
|
||||
</a-card>
|
||||
</a-col>
|
||||
@@ -181,9 +178,9 @@ import {
|
||||
HomeOutlined,
|
||||
EnvironmentOutlined,
|
||||
TagOutlined,
|
||||
QqOutlined,
|
||||
WechatOutlined,
|
||||
AlipayOutlined
|
||||
// QqOutlined,
|
||||
// WechatOutlined,
|
||||
// AlipayOutlined
|
||||
} from '@ant-design/icons-vue';
|
||||
import EleCropperModal from 'ele-admin-pro/packages/ele-cropper-modal';
|
||||
|
||||
@@ -195,9 +192,9 @@ export default {
|
||||
HomeOutlined,
|
||||
EnvironmentOutlined,
|
||||
TagOutlined,
|
||||
QqOutlined,
|
||||
WechatOutlined,
|
||||
AlipayOutlined,
|
||||
// QqOutlined,
|
||||
// WechatOutlined,
|
||||
// AlipayOutlined,
|
||||
EleCropperModal
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user