+
@@ -102,15 +103,21 @@
+
+
diff --git a/src/views/applySupermarket/personBack/index.vue b/src/views/applySupermarket/personBack/index.vue
index 85a890d..4cde52b 100644
--- a/src/views/applySupermarket/personBack/index.vue
+++ b/src/views/applySupermarket/personBack/index.vue
@@ -120,7 +120,7 @@ export default {
);
console.log(res.rows[i].abnormal_num);
}
- console.log('res.rows',res.rows);
+ console.log("res.rows", res.rows);
this.item_data = res.rows;
this.total = res.total;
});
@@ -149,27 +149,60 @@ export default {
height: 5vh;
.isearch {
display: flex;
- width: 18vw;
+ width: 19vw;
margin-left: 1.5vw;
.el-button {
+ display: flex;
+ align-items: center;
font-size: 17px;
height: 4vh;
- border-radius: 0px;
+ border-radius: 0px 4px 4px 0px;
color: #fff;
background: rgba(0, 0, 0, 0);
border: 0.1px solid #28847e;
+ position: relative;
+ overflow: hidden;
+ &:before {
+ content: "";
+ position: absolute;
+ top: -100%;
+ left: -50%;
+ width: 150%;
+ height: 2px;
+ background-color: #fff;
+ box-shadow: 0 0 4px 1px #fff;
+ transform: rotateZ(-45deg);
+ }
+ &:hover::before {
+ transition: 0.7s;
+ top: 200%;
+ left: 50%;
+ }
}
.el-button:hover {
background: #4d8f89;
}
+ // /deep/.search_input.el-input {
+ // .el-input__inner {
+ // color: #fff;
+ // border: 0.1px solid #28847e;
+ // border-radius: 0px;
+ // background: rgba(0, 0, 0, 0);
+ // width: 16.1vw;
+ // height: 4vh;
+ // }
+ // }
+ /deep/.search_input.el-input.el-input--suffix {
+ height: 4vh;
+ width: 16vw;
+ }
/deep/.search_input.el-input {
.el-input__inner {
color: #fff;
+ height: 4vh;
border: 0.1px solid #28847e;
- border-radius: 0px;
+ border-radius: 4px 0px 0px 4px;
background: rgba(0, 0, 0, 0);
- width: 16vw;
- height: 4vh;
}
}
}
@@ -326,7 +359,7 @@ export default {
height: 6vh;
display: flex;
flex-direction: row-reverse;
- /deep/.el-pagination.is-background .btn-next,
+ /deep/.el-pagination.is-background .btn-next,
/deep/.el-pagination.is-background .btn-prev,
/deep/.el-pagination.is-background .el-pager li {
margin: 0 5px;
@@ -340,10 +373,10 @@ export default {
color: #fff;
}
/deep/.el-input__inner {
- background-color: rgba(255, 255, 255, 0);
- border: 1px solid rgba(40, 132, 126, 1);
- color: #eaeff7;
- }
+ background-color: rgba(255, 255, 255, 0);
+ border: 1px solid rgba(40, 132, 126, 1);
+ color: #eaeff7;
+ }
/deep/.el-pagination.is-background .el-pager li:not(.disabled).active {
background-color: rgba(64, 158, 255, 0);
color: #ccc;
diff --git a/src/views/applySupermarket/policeReport/index.vue b/src/views/applySupermarket/policeReport/index.vue
new file mode 100644
index 0000000..9ff20ff
--- /dev/null
+++ b/src/views/applySupermarket/policeReport/index.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/enterpriseArchives/componets/cardBox.vue b/src/views/enterpriseArchives/componets/cardBox.vue
index dd77b92..27a4ade 100644
--- a/src/views/enterpriseArchives/componets/cardBox.vue
+++ b/src/views/enterpriseArchives/componets/cardBox.vue
@@ -12,7 +12,17 @@