Commit 3eaf08fb by 黄志甲

修复小bug

parent 3f271a89
......@@ -110,7 +110,7 @@
action: 'admin-administrators-adminInfor'
},
{
title: '个人资料',
title: '修改密码',
path: '/admin/administrators/adminPwd',
action: 'admin-administrators-adminInfor'
}]
......
......@@ -37,8 +37,12 @@
</Col>
<Col span="3">
<Row type="flex" justify="end" align="middle">
<div class="name">name</div>
<Button type="error" size="small" @click="loginOut">退出登录</Button>
<div class="name know-flex konw-center know-align-center" >
<Icon type="md-person" class="font-30" style="padding-right:10px;" />
name
</div>
<Button size="small" @click="loginOut">退出</Button>
</Row>
</Col>
</Row>
......
......@@ -18,16 +18,14 @@
<FormItem label="登陆密码" prop="pwd">
<Input v-model="modalInfordata.pwd" type="password" password placeholder="请输入登陆密码"></Input>
</FormItem>
<FormItem>
<Row type="flex" justify="center">
<Button type="primary" style="margin-right:100px" @click="updateOk">
<Button type="primary" style="margin-right:50px" @click="updateOk">
修改
</Button>
<Button @click="reset">
重置
</Button>
</Row>
</FormItem>
</Form>
</Card>
</Col>
......
......@@ -15,16 +15,14 @@
<FormItem label="新密码" prop="pwd">
<Input v-model="modalInfordata.newPwd" placeholder="请输入排序"></Input>
</FormItem>
<FormItem>
<Row type="flex" justify="center">
<Button type="primary" style="margin-right:100px" @click="updateOk">
<Button type="primary" style="margin-right:50px" @click="updateOk">
修改
</Button>
<Button @click="reset">
重置
</Button>
</Row>
</FormItem>
</Form>
</Card>
</Col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment