-
-
- {{ item.companyAddress }}
+
+ {{ item.companyAddress }}
@@ -150,11 +169,10 @@ export default {
this.getData();
},
jump(val) {
- console.log(val, 'Val');
- sessionStorage.setItem('companyID', val.id)
- sessionStorage.setItem('companyName', val.companyName)
+ console.log(val, "Val");
+ sessionStorage.setItem("companyID", val.id);
+ sessionStorage.setItem("companyName", val.companyName);
this.$router.push("/home/archives");
-
},
setDefaultImage(e) {
// 加载失败默认图片
@@ -335,7 +353,8 @@ export default {
height: 26px;
line-height: 26px;
width: 80px;
- background: url("~@/assets/companyFile/编组 11222221.png") no-repeat;
+ background: url("~@/assets/companyFile/编组 11222221.png")
+ no-repeat;
padding: 0 5px;
font-size: 14px;
color: #e3deff;
@@ -351,7 +370,8 @@ export default {
height: 26px;
line-height: 26px;
width: 60px;
- background: url("~@/assets/companyFile/编组 11991备份 10.png") no-repeat;
+ background: url("~@/assets/companyFile/编组 11991备份 10.png")
+ no-repeat;
padding: 0 5px;
font-size: 14px;
color: #e3deff;
@@ -367,7 +387,8 @@ export default {
height: 26px;
line-height: 26px;
width: 80px;
- background: url("~@/assets/companyFile/编组 11991备份 21.png") no-repeat;
+ background: url("~@/assets/companyFile/编组 11991备份 21.png")
+ no-repeat;
padding: 0 5px;
font-size: 14px;
color: #e3deff;
@@ -480,37 +501,62 @@ export default {
/* 底部分页展示区域 */
.footer {
- .el-pagination {
- margin-left: 50%;
-
- /deep/.el-pagination__total {
+ height: 5vh;
+ display: flex;
+ flex-direction: row-reverse;
+ /deep/.el-input--suffix .el-input__inner {
+ color: #fff;
+ border: 0.1px solid #277f79;
+ border-radius: 0px;
+ background: rgba(0, 0, 0, 0);
+ width: 5vw;
+ height: 2.6vh;
+ line-height: 2.6vh;
+ }
+ /deep/.el-input__icon {
+ color: #fff;
+ line-height: 2.6vh;
+ height: 2.6vh;
+ }
+ /deep/.el-pagination {
+ margin-top: 1vh;
+ .el-pagination__total {
color: #fff;
}
-
- /deep/.el-input__inner {
+ .el-input__inner {
border-radius: 0px;
+ border: 0.1px solid #28847e;
background: #3c4b4a;
color: #fff;
}
-
- /deep/.btn-prev {
+ .btn-prev {
border-radius: 0px;
+ border: 0.1px solid #28847e;
background: #3c4b4a;
color: #fff;
}
-
- /deep/ul {
+ ul {
li {
+ border: 0.1px solid #28847e;
background: #3c4b4a;
color: #fff;
}
}
-
- /deep/.btn-next {
+ .btn-next {
+ border: 0.1px solid #28847e;
border-radius: 0px;
background: #3c4b4a;
color: #fff;
}
+ .el-pager {
+ li {
+ border: 0.1px solid #28847e;
+ background: #3c4b4a !important;
+ }
+ }
+ }
+ /deep/.el-pagination.is-background .el-pager li:not(.disabled).active {
+ border: 2px solid #76eae4;
}
}
}
diff --git a/src/views/systemManagement/companyScore/components/companyDetails.vue b/src/views/systemManagement/companyScore/components/companyDetails.vue
index fc2de02..e7e207e 100644
--- a/src/views/systemManagement/companyScore/components/companyDetails.vue
+++ b/src/views/systemManagement/companyScore/components/companyDetails.vue
@@ -403,7 +403,7 @@ export default {
display: flex;
justify-content: space-between;
.left {
- width: 16vw;
+ width: 35vw;
height: 4vh;
// border: 0.1px solid #4d8f89;
font-size: 20px;
diff --git a/src/views/systemManagement/companyScore/components/detailsTable.vue b/src/views/systemManagement/companyScore/components/detailsTable.vue
index da5e523..e83c513 100644
--- a/src/views/systemManagement/companyScore/components/detailsTable.vue
+++ b/src/views/systemManagement/companyScore/components/detailsTable.vue
@@ -7,14 +7,23 @@
{{ this.input_text }}