mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-27 19:40:26 +08:00
feat: 优化
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
<el-col :span="24">
|
||||
<el-card shadow="hover" class="mt15 personal-edit" header="更新信息">
|
||||
<div class="personal-edit-title">基本信息</div>
|
||||
<el-form :model="accountForm" size="small" label-width="40px" class="mt35 mb35">
|
||||
<el-form :model="accountForm" label-width="40px" class="mt35 mb35">
|
||||
<el-row :gutter="35">
|
||||
<el-col :xs="24" :sm="12" :md="8" :lg="6" :xl="4" class="mb20">
|
||||
<el-form-item label="密码">
|
||||
@@ -124,7 +124,7 @@
|
||||
<!-- -->
|
||||
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
||||
<el-form-item>
|
||||
<el-button @click="updateAccount" type="primary" icon="el-icon-position">更新个人信息</el-button>
|
||||
<el-button @click="updateAccount" type="primary" icon="position">更新个人信息</el-button>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
Reference in New Issue
Block a user