xuqiang vor 4 Jahren
Ursprung
Commit
abeb8de070

+ 5 - 4
src/main/zhi-rong-web/src/components/MechanismInfo.vue

@@ -215,9 +215,10 @@ export default {
 <style lang="less" scoped>
 /deep/ .el-form {
     margin-top: 70px;
+    width: 560px;
 }
 /deep/ .el-form-item__label {
-    width: 155px;
+    width: 135px;
     white-space: nowrap;
     color: #313233;
     text-overflow: ellipsis;
@@ -232,7 +233,7 @@ export default {
 //     margin-left: 10px;
 // }
 /deep/ .el-form-item__error {
-    margin-left: 155px;
+    margin-left: 135px;
 }
 /deep/ .el-button {
     width: 110px;
@@ -240,7 +241,7 @@ export default {
     margin-left: 25px;
 }
 .btn {
-    margin: 60px 0 0 128px;
+    margin: 60px 0 0 108px;
 }
 .upload {
     .flex();
@@ -281,6 +282,6 @@ export default {
     font-weight: 400;
     color: #c8c9cc;
     line-height: 24px;
-    margin: -11px 0 20px 155px;
+    margin: -11px 0 20px 135px;
 }
 </style>

+ 1 - 1
src/main/zhi-rong-web/src/components/PersonalInfos.vue

@@ -237,7 +237,7 @@ export default {
     .flex();
 }
 .btn {
-    margin: 60px 0 0 100px;
+    margin: 60px 0 0 98px;
 }
 .avatar {
     margin: 30px 0 -220px 550px;