Commit 3eaf08fb by 黄志甲

修复小bug

parent 3f271a89
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
action: 'admin-administrators-adminInfor' action: 'admin-administrators-adminInfor'
}, },
{ {
title: '个人资料', title: '修改密码',
path: '/admin/administrators/adminPwd', path: '/admin/administrators/adminPwd',
action: 'admin-administrators-adminInfor' action: 'admin-administrators-adminInfor'
}] }]
......
...@@ -37,8 +37,12 @@ ...@@ -37,8 +37,12 @@
</Col> </Col>
<Col span="3"> <Col span="3">
<Row type="flex" justify="end" align="middle"> <Row type="flex" justify="end" align="middle">
<div class="name">name</div> <div class="name know-flex konw-center know-align-center" >
<Button type="error" size="small" @click="loginOut">退出登录</Button> <Icon type="md-person" class="font-30" style="padding-right:10px;" />
name
</div>
<Button size="small" @click="loginOut">退出</Button>
</Row> </Row>
</Col> </Col>
</Row> </Row>
......
...@@ -18,16 +18,14 @@ ...@@ -18,16 +18,14 @@
<FormItem label="登陆密码" prop="pwd"> <FormItem label="登陆密码" prop="pwd">
<Input v-model="modalInfordata.pwd" type="password" password placeholder="请输入登陆密码"></Input> <Input v-model="modalInfordata.pwd" type="password" password placeholder="请输入登陆密码"></Input>
</FormItem> </FormItem>
<FormItem>
<Row type="flex" justify="center"> <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>
<Button @click="reset"> <Button @click="reset">
重置 重置
</Button> </Button>
</Row> </Row>
</FormItem>
</Form> </Form>
</Card> </Card>
</Col> </Col>
......
...@@ -15,16 +15,14 @@ ...@@ -15,16 +15,14 @@
<FormItem label="新密码" prop="pwd"> <FormItem label="新密码" prop="pwd">
<Input v-model="modalInfordata.newPwd" placeholder="请输入排序"></Input> <Input v-model="modalInfordata.newPwd" placeholder="请输入排序"></Input>
</FormItem> </FormItem>
<FormItem>
<Row type="flex" justify="center"> <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>
<Button @click="reset"> <Button @click="reset">
重置 重置
</Button> </Button>
</Row> </Row>
</FormItem>
</Form> </Form>
</Card> </Card>
</Col> </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