Commit 1a97957b authored by 仇晓婷's avatar 仇晓婷

Merge branch 'product' of http://git.mes123.com/zhouyx/mes-ui into product

parents 0ce89d5e 498274b2
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
:label-width="95" :label-width="95"
> >
<Row> <Row>
<Col span="5"> <Col span="6">
<FormItem label="原密码:" prop="oldpass"> <FormItem label="原密码:" prop="oldpass">
<Input <Input
type="password" type="password"
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</Col> </Col>
</Row> </Row>
<Row> <Row>
<Col span="5" class="container"> <Col span="6" class="container">
<FormItem label="新密码:" prop="passwd"> <FormItem label="新密码:" prop="passwd">
<Input <Input
type="password" type="password"
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
></Input> ></Input>
</FormItem> </FormItem>
<div class="input_span"> <div class="input_span">
<label style="margin-left: 40px">强度:</label> <label style="margin-left: 40px">强度</label>
<span id="one"></span> <span id="one"></span>
<span id="two"></span> <span id="two"></span>
<span id="three"></span> <span id="three"></span>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</Col> </Col>
</Row> </Row>
<Row> <Row>
<Col span="5"> <Col span="6">
<FormItem label="确认密码:" prop="passwdCheck"> <FormItem label="确认密码:" prop="passwdCheck">
<Input <Input
size="large" size="large"
...@@ -244,7 +244,7 @@ export default { ...@@ -244,7 +244,7 @@ export default {
border-top-left-radius: 5px; border-top-left-radius: 5px;
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
border-right: 0px solid; border-right: 0px solid;
margin-left: 20px; margin-left: 10px;
margin-right: 3px; margin-right: 3px;
} }
...@@ -266,7 +266,7 @@ export default { ...@@ -266,7 +266,7 @@ export default {
} }
#font span:nth-child(1) { #font span:nth-child(1) {
color: red; color: red;
margin-left: 80px; margin-left:100px;
} }
#font span:nth-child(2) { #font span:nth-child(2) {
color: orange; color: orange;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</FormItem> </FormItem>
<!-- <!--
<FormItem> <FormItem>
<Dictionary code="taskList.status" placeholder="请选择工单状态" :multiple="true" v-model="easySearch.status.value"></Dictionary> <Dictionary code="taskList.status" placeholder="请选择工单状态" :multiple="true" v-model="easySearch.DispatchStatus.value"></Dictionary>
</FormItem> </FormItem>
--> -->
<FormItem> <FormItem>
......
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