diff --git a/src/views/archives/index.vue b/src/views/archives/index.vue
index 272a77d..118d4c4 100644
--- a/src/views/archives/index.vue
+++ b/src/views/archives/index.vue
@@ -180,15 +180,15 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/views/systemManagement/companyList/components/companyDataDialog.vue b/src/views/systemManagement/companyList/components/companyDataDialog.vue
index 0f1723d..803caf0 100644
--- a/src/views/systemManagement/companyList/components/companyDataDialog.vue
+++ b/src/views/systemManagement/companyList/components/companyDataDialog.vue
@@ -1,22 +1,12 @@
-
+
企业工商信息
-
+
@@ -45,32 +35,16 @@
-
-
+
+
-
+
@@ -95,11 +69,7 @@
企业联系人信息
-
+
@@ -111,87 +81,40 @@
企业位置信息
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -199,30 +122,25 @@
+
+
+
+
+
+
管辖区信息
-
+
-
-
+
+
@@ -291,7 +209,7 @@ export default {
belongingArea: "",
},
imageUrl: "",
- upUrl:`http://172.18.113.50:8080/zhapi/safety/system/enterpriseList`, // 图片上传地址
+ upUrl: `http://172.18.113.50:8080/zhapi/safety/system/enterpriseList`, // 图片上传地址
upheaders: {
Authorization: localStorage.getItem('AuthorizationToken')
}
@@ -410,11 +328,11 @@ export default {
this.$emit("back");
},
handleAvatarSuccess(res, file) {
- console.log('resimg',res);
- console.log('fileimg',file);
- // this.imageUrl = URL.createObjectURL(file.raw);
- this.$message.success('上传成功')
- },
+ console.log('resimg', res);
+ console.log('fileimg', file);
+ // this.imageUrl = URL.createObjectURL(file.raw);
+ this.$message.success('上传成功')
+ },
closeForm() {
this.visible = false;
},
@@ -431,10 +349,12 @@ export default {
color: #fff;
text-shadow: 0 0 9px rgba(21, 255, 198, 0.64);
}
+
background-image: url("~@/assets/companyFile/dialogBack.png");
background-size: 100% 100%;
background-repeat: no-repeat;
height: 720px;
+
/* 关闭弹窗叉号 */
.el-dialog__headerbtn {
.el-dialog__close {
@@ -442,10 +362,12 @@ export default {
font-size: 18px;
}
}
+
.el-dialog__body {
padding: 0px;
padding-left: 15px;
padding-right: 15px;
+
p {
padding-top: 15px;
margin-left: 17px;
@@ -454,6 +376,7 @@ export default {
text-shadow: 0 0 9px rgba(21, 255, 198, 0.64);
}
}
+
.el-button {
width: 70px;
border: 1px solid #4a6072;
@@ -461,41 +384,49 @@ export default {
border-radius: 0px !important;
background: #323f43;
}
+
.el-button:focus,
.el-button:hover {
color: #34e1b3;
background: url("~@/assets/companyFile/btn05.png") no-repeat !important;
background-size: 100% 100% !important;
}
+
.form_body {
height: 600px;
overflow-y: scroll;
}
+
.form_body::-webkit-scrollbar {
width: 6px;
background-color: #5e666a;
border-radius: 4px;
}
+
.form_body::-webkit-scrollbar-thumb {
width: 5px;
background-color: #3c4b4a;
border-radius: 4px;
}
+
.el-form {
/* 表单内容浮动布局,多行多列表单 */
width: 900px !important;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
+
.el-form-item {
/* 表单域名跟input浮动布局 */
display: flex;
width: 50%;
+
.el-form-item__label {
width: 50%;
text-align: center;
color: #fff;
}
+
.el-form-item__content {
.el-input__inner {
width: 170px;
@@ -504,6 +435,7 @@ export default {
background: #3c4b4a;
color: #fff;
}
+
/* 查询框点击颜色变化 */
.el-input__inner:focus,
.el-input__inner:hover {
@@ -512,6 +444,7 @@ export default {
}
}
}
+
.commerceMessage,
.company_person_message,
.company_position,
@@ -519,16 +452,20 @@ export default {
background: url("~@/assets/companyFile/242112.png") no-repeat !important;
background-size: 100% 100% !important;
}
+
/* 为适应上传图片表单布局把企业工商表单拆分 */
.commerceMessage_one {
display: flex;
+
.avatar-uploader {
margin-left: 8%;
+
img {
width: 220px;
height: 220px;
}
}
+
.avatar-uploader .el-upload {
border: 1px dashed #d9d9d9;
border-radius: 6px;
@@ -536,9 +473,11 @@ export default {
position: relative;
overflow: hidden;
}
+
.avatar-uploader .el-upload:hover {
border-color: #409eff;
}
+
.avatar-uploader-icon {
font-size: 28px;
position: relative;
@@ -547,6 +486,7 @@ export default {
height: 220px;
background: url("~@/assets/companyFile/uploadicon.png") center no-repeat !important;
background-size: 40% 40% !important;
+
div {
position: absolute;
top: 160px;
@@ -554,28 +494,34 @@ export default {
font-size: 19px;
}
}
+
.avatar {
width: 178px;
height: 178px;
display: block;
}
+
.el-form.commerceMessage_form {
/* 表单内容flex布局,多行多列表单 */
width: 600px !important;
}
}
+
/* 为适应上传图片表单布局把企业工商表单拆分,剩余样式 */
.el-form.commerceMessage_form_two {
.el-form-item {
width: 100%;
+
.el-form-item__label {
width: 14.5%;
}
+
.el-form-item__content {
.el-input__inner {
width: 760px;
}
}
+
.el-checkbox-group {
.el-checkbox {
.el-checkbox__label {
@@ -583,16 +529,19 @@ export default {
padding-right: 10px;
}
}
+
.el-checkbox.is-checked {
background: #3c4b4a;
border-radius: 0px;
border: 0.5px dashed;
text-shadow: 0 0 9px rgba(21, 255, 198, 0.64);
}
+
.el-checkbox__inner {
display: none;
}
}
+
.el-textarea {
.el-textarea__inner {
height: 120px;
@@ -603,6 +552,7 @@ export default {
border: 0.5px dashed;
color: #fff;
}
+
.el-textarea__inner:focus,
.el-textarea__inner:hover {
border-color: #1b3736;
@@ -610,10 +560,12 @@ export default {
}
}
}
+
.el-form.company_position_form {
.el-form-item {
width: 31%;
margin-left: 15px;
+
.el-form-item__content {
.el-input__inner {
width: 170px;
@@ -621,13 +573,17 @@ export default {
}
}
}
+
.el-form.jurisdiction_form {
margin-left: 15px;
+
.el-form-item {
width: 33%;
+
.el-form-item__label {
width: 50%;
}
+
.el-form-item__content {
.el-input__inner {
width: 170px;