Commit 215b1f3f authored by jiangqihao's avatar jiangqihao

样式修改

parent 78e4b0bf
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
showDialog: false, showDialog: false,
redirect: undefined, redirect: undefined,
otherQuery: {}, otherQuery: {},
updatePassword: false, updatePassword: true,
formData: {}, formData: {},
formConfig: { formConfig: {
isDialog: true, isDialog: true,
...@@ -510,10 +510,10 @@ $dark_gray:#889aa4; ...@@ -510,10 +510,10 @@ $dark_gray:#889aa4;
} }
} }
.submit-btn { .submit-btn {
padding: 0 15px 20px 0px; padding: 0 0px 20px 45px;
.el-button { .el-button {
height: 40px; height: 40px;
width: 330px; width: 400px;
} }
} }
.el-dialog__body { .el-dialog__body {
...@@ -524,6 +524,7 @@ $dark_gray:#889aa4; ...@@ -524,6 +524,7 @@ $dark_gray:#889aa4;
display: flex; display: flex;
flex-flow: wrap; flex-flow: wrap;
justify-content: center; justify-content: center;
margin-left: 30px !important;
} }
::v-deep .el-form-item { ::v-deep .el-form-item {
margin-bottom: 20px; margin-bottom: 20px;
......
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