From c7c6761b0bddc1eff8a4f2bb5884033ee0b68bfa Mon Sep 17 00:00:00 2001 From: "452061493@qq.com" <452061493@qq.com> Date: Thu, 13 Jun 2024 15:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8Fbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 1 + src/views/HomeWx.vue | 1 + src/views/administrative/appointmentList.vue | 41 ++++++++++-- src/views/common/analyse.vue | 16 ++++- src/views/enforce/earlyWarning.vue | 37 +++++++++-- src/views/enforce/enforceNotice.vue | 34 ++++++++-- src/views/enforce/enforcementPlan.vue | 66 ++++++++++++++++--- src/views/enforce/enforcementPlanAdd.vue | 4 +- src/views/enforce/enterpriseBaseInfo.vue | 2 +- src/views/enforce/enterpriseWarningInfo.vue | 17 +++-- src/views/enforce/historyCheck.vue | 39 +++++++++-- src/views/enforce/noScan.vue | 36 +++++----- src/views/enforce/scanQrCode.vue | 4 +- src/views/enforceHome.vue | 9 +-- src/views/enterprise/complaint.vue | 5 +- src/views/enterprise/complaintList.vue | 35 ++++++++-- src/views/enterprise/complaintNoScan.vue | 10 ++- .../enterprise/enterpriseInspectionList.vue | 37 +++++++++-- src/views/enterprise/qrCodeHistory.vue | 43 ++++++++++-- src/views/enterprise/registrationDetail.vue | 4 -- src/views/enterprise/registrationList.vue | 37 +++++++++-- .../enterprise/registrationSelectList.vue | 32 +++++++-- 22 files changed, 408 insertions(+), 102 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 717b5cb..a11cec6 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -230,6 +230,7 @@ .warp_body { position: relative; + margin: 0; background: #c6e6ff url("../assets/images/bg_c.jpg") no-repeat top; background-size: auto 100%; overflow-x: hidden; diff --git a/src/views/HomeWx.vue b/src/views/HomeWx.vue index 4fef6c6..3ffaf5a 100644 --- a/src/views/HomeWx.vue +++ b/src/views/HomeWx.vue @@ -230,6 +230,7 @@ .warp_body { position: relative; + margin: 0; background: #c6e6ff url("../assets/images/bg_c.jpg") no-repeat top; background-size: auto 100%; overflow-x: hidden; diff --git a/src/views/administrative/appointmentList.vue b/src/views/administrative/appointmentList.vue index 5419675..8fbe471 100644 --- a/src/views/administrative/appointmentList.vue +++ b/src/views/administrative/appointmentList.vue @@ -26,7 +26,7 @@
- {{ data.dateSearch }} + {{ data.dateSearch }}
创建 @@ -427,12 +427,16 @@ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; .search-button { width: 15%; - height: 90%; + height: 100%; + background: #e3e0e0; + border-color: #e3e0e0; + color: #4c4c4c; + font-size: 0.3rem; } .search-button.active { @@ -446,21 +450,25 @@ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; position: relative; .date-select { font-size: 20px; margin-left: 2%; + i { + transform: rotate(90deg); + font-size: 0.4rem; + } } .search-button { width: 15%; - height: 80%; + height: 90%; position: absolute; top: 1%; - right: 1%; + right: 3%; } } @@ -476,7 +484,7 @@ } /deep/ .card_box_span:nth-child(2) p { - font-size: 0.45rem; + font-size: 0.42rem; font-weight: bold; white-space: nowrap; overflow: hidden; @@ -485,6 +493,25 @@ .card_box_label { color: rgba(128, 128, 128, 0.65); + white-space: nowrap; + } + + /deep/ .van-search__content { + height: 0.9rem; + border: 1px solid #ececec; + border-radius: 0.15rem 0 0 0.15rem; + } + + /deep/ .van-search__action { + margin: 0 3% 0 0; + width: 10%; + height: 0.9rem; + background: #1367fe; + border: 0.02667rem solid #1367fe; + border-radius: 0 0.15rem 0.15rem 0; + color: #fff; + text-align: center; + line-height: 0.9rem; } diff --git a/src/views/common/analyse.vue b/src/views/common/analyse.vue index ee3f502..88baab2 100644 --- a/src/views/common/analyse.vue +++ b/src/views/common/analyse.vue @@ -24,7 +24,7 @@
执法人员
-
+
案件数量
@@ -282,6 +282,16 @@ }, } }, + dataZoom: [ + { + type: 'inside', // 设置为 inside 类型 + orient: 'vertical', // 设置为垂直滚动条 + start: 0, + end: 100, + left: "93%", + yAxisIndex: [0], + } + ], zlevel: 1 //柱状图所有图形的 zlevel 值, //zlevel 大的 Canvas 会放在 zlevel 小的 Canvas 的上面 }, @@ -480,7 +490,7 @@ .countbox span.count-tit { color: #666; - font-size: 0.45rem; + font-size: 0.42rem; } .countbox span.count-tot { @@ -517,7 +527,7 @@ .title { margin: 2% 2.5%; - font-size: 0.45rem; + font-size: 0.42rem; font-weight: 600; } } diff --git a/src/views/enforce/earlyWarning.vue b/src/views/enforce/earlyWarning.vue index 1307f8e..4492c7f 100644 --- a/src/views/enforce/earlyWarning.vue +++ b/src/views/enforce/earlyWarning.vue @@ -17,7 +17,7 @@ 筛选
- {{ data.dateSearch }} + {{ data.dateSearch }}
.card_box_label { color: rgba(128, 128, 128, 0.5); + white-space: nowrap; + } .shop { @@ -346,12 +348,16 @@ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; .search-button { width: 15%; - height: 90%; + height: 100%; + background: #e3e0e0; + border-color: #e3e0e0; + color: #4c4c4c; + font-size: 0.3rem; } .search-button.active { @@ -365,13 +371,17 @@ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; position: relative; .date-select { font-size: 20px; margin-left: 2%; + i { + transform: rotate(90deg); + font-size: 0.4rem; + } } .search-button { @@ -401,10 +411,27 @@ .card-title p { width: calc(94% - 1rem); - font-size: 0.45rem; + font-size: 0.42rem; font-weight: bold; /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/ } + /deep/ .van-search__content { + height: 0.9rem; + border: 1px solid #ececec; + border-radius: 0.15rem 0 0 0.15rem; + } + + /deep/ .van-search__action { + margin: 0 3% 0 0; + width: 10%; + height: 0.9rem; + background: #1367fe; + border: 0.02667rem solid #1367fe; + border-radius: 0 0.15rem 0.15rem 0; + color: #fff; + text-align: center; + line-height: 0.9rem; + } diff --git a/src/views/enforce/enforceNotice.vue b/src/views/enforce/enforceNotice.vue index a5aea42..66df585 100644 --- a/src/views/enforce/enforceNotice.vue +++ b/src/views/enforce/enforceNotice.vue @@ -321,11 +321,15 @@ const toPdfView = (url) =>{ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; .search-button{ width: 15%; - height: 80%; + height: 100%; + background: #e3e0e0; + border-color: #e3e0e0; + color: #4c4c4c; + font-size: 0.3rem; } } .search-button-date{ @@ -333,12 +337,16 @@ const toPdfView = (url) =>{ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 15px; + margin-top: 10px; align-items: end; position: relative; .date-select{ font-size: 20px; margin-left: 2%; + i { + transform: rotate(90deg); + font-size: 0.4rem; + } } .search-button{ width: 15%; @@ -394,7 +402,7 @@ const toPdfView = (url) =>{ .item-title, .item-text { float: left; width: 100%; - font-size: 0.45rem; + font-size: 0.42rem; font-weight: 600; line-height: 0.75rem; white-space: nowrap; @@ -413,4 +421,22 @@ const toPdfView = (url) =>{ color: #2b75fd; } +/deep/ .van-search__content { + height: 0.9rem; + border: 1px solid #ececec; + border-radius: 0.15rem 0 0 0.15rem; +} + +/deep/ .van-search__action { + margin: 0 3% 0 0; + width: 10%; + height: 0.9rem; + background: #1367fe; + border: 0.02667rem solid #1367fe; + border-radius: 0 0.15rem 0.15rem 0; + color: #fff; + text-align: center; + line-height: 0.9rem; +} + diff --git a/src/views/enforce/enforcementPlan.vue b/src/views/enforce/enforcementPlan.vue index 575739b..e203efd 100644 --- a/src/views/enforce/enforcementPlan.vue +++ b/src/views/enforce/enforcementPlan.vue @@ -35,7 +35,7 @@
- {{ data.dateSearch }} + {{ data.dateSearch }}
创建 @@ -67,7 +67,7 @@
-
+

{{ item.planName }}

@@ -79,7 +79,7 @@

-

执法计划: {{ +

执法计划: {{ null!=item.fileObject?item.fileObject.fileName:"" }}

@@ -397,11 +397,15 @@ const searchComplaint = (val) =>{ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; .search-button{ width: 15%; - height: 80%; + height: 100%; + background: #e3e0e0; + border-color: #e3e0e0; + color: #4c4c4c; + font-size: 0.3rem; } } .search-button-date{ @@ -409,12 +413,16 @@ const searchComplaint = (val) =>{ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; position: relative; .date-select{ font-size: 20px; margin-left: 2%; + i { + transform: rotate(90deg); + font-size: 0.4rem; + } } .search-button{ width: 15%; @@ -436,7 +444,7 @@ const searchComplaint = (val) =>{ } /deep/ .card_box_span:nth-child(2) p { - font-size: 0.45rem; + font-size: 0.42rem; font-weight: bold; white-space: nowrap; overflow: hidden; @@ -445,6 +453,7 @@ const searchComplaint = (val) =>{ .card_box_label { color: rgba(128, 128, 128, 0.65); + white-space: nowrap; } .state-text { @@ -481,5 +490,21 @@ const searchComplaint = (val) =>{ color: #999; } } +/deep/ .van-search__content { + height: 0.9rem; + border: 1px solid #ececec; + border-radius: 0.15rem 0 0 0.15rem; +} +/deep/ .van-search__action { + margin: 0 3% 0 0; + width: 10%; + height: 0.9rem; + background: #1367fe; + border: 0.02667rem solid #1367fe; + border-radius: 0 0.15rem 0.15rem 0; + color: #fff; + text-align: center; + line-height: 0.9rem; +} diff --git a/src/views/enterprise/complaintNoScan.vue b/src/views/enterprise/complaintNoScan.vue index 181f90c..8a9273b 100644 --- a/src/views/enterprise/complaintNoScan.vue +++ b/src/views/enterprise/complaintNoScan.vue @@ -30,17 +30,15 @@ label="投诉类型" placeholder="必填 请选择" readonly - clickable - is-link /> - +
- {{ data.dateSearch }} + {{ data.dateSearch }}
@@ -409,12 +409,16 @@ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; .search-button { width: 15%; - height: 90%; + height: 100%; + background: #e3e0e0; + border-color: #e3e0e0; + color: #4c4c4c; + font-size: 0.3rem; } .search-button.active { @@ -428,13 +432,17 @@ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; position: relative; .date-select { font-size: 20px; margin-left: 2%; + i { + transform: rotate(90deg); + font-size: 0.4rem; + } } .search-button { @@ -458,7 +466,7 @@ } /deep/ .card_box_span:nth-child(2) p { - font-size: 0.45rem; + font-size: 0.42rem; font-weight: bold; white-space: nowrap; overflow: hidden; @@ -467,5 +475,24 @@ .card_box_label { color: rgba(128, 128, 128, 0.65); + white-space: nowrap; + } + + /deep/ .van-search__content { + height: 0.9rem; + border: 1px solid #ececec; + border-radius: 0.15rem 0 0 0.15rem; + } + + /deep/ .van-search__action { + margin: 0 3% 0 0; + width: 10%; + height: 0.9rem; + background: #1367fe; + border: 0.02667rem solid #1367fe; + border-radius: 0 0.15rem 0.15rem 0; + color: #fff; + text-align: center; + line-height: 0.9rem; } diff --git a/src/views/enterprise/qrCodeHistory.vue b/src/views/enterprise/qrCodeHistory.vue index 273d1c4..b82d800 100644 --- a/src/views/enterprise/qrCodeHistory.vue +++ b/src/views/enterprise/qrCodeHistory.vue @@ -39,7 +39,7 @@ 筛选
-->
- {{ data.dateSearch }} + {{ data.dateSearch }}
@@ -65,7 +65,7 @@
-

生成时间:{{ item.generateTime }} +

生成时间:{{ item.generateTime }}

@@ -370,11 +370,15 @@ const cancelSelectDate = () =>{ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; .search-button{ width: 15%; - height: 80%; + height: 100%; + background: #e3e0e0; + border-color: #e3e0e0; + color: #4c4c4c; + font-size: 0.3rem; } } .search-button-date{ @@ -382,12 +386,16 @@ const cancelSelectDate = () =>{ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; position: relative; .date-select{ font-size: 20px; margin-left: 2%; + i { + transform: rotate(90deg); + font-size: 0.4rem; + } } .search-button{ width: 15%; @@ -397,5 +405,30 @@ const cancelSelectDate = () =>{ right: 1%; } } +/deep/ .van-search__content { + height: 0.9rem; + border: 1px solid #ececec; + border-radius: 0.15rem 0 0 0.15rem; +} + +/deep/ .van-search__action { + margin: 0 3% 0 0; + width: 10%; + height: 0.9rem; + background: #1367fe; + border: 0.02667rem solid #1367fe; + border-radius: 0 0.15rem 0.15rem 0; + color: #fff; + text-align: center; + line-height: 0.9rem; +} +/deep/ .card_box_span p { + display: flex; +} + +.card_box_label { + color: rgba(128, 128, 128, 0.65); + white-space: nowrap; +} diff --git a/src/views/enterprise/registrationDetail.vue b/src/views/enterprise/registrationDetail.vue index e861a41..0a87d7f 100644 --- a/src/views/enterprise/registrationDetail.vue +++ b/src/views/enterprise/registrationDetail.vue @@ -24,16 +24,12 @@ v-model="submitData.lawEnforcerTwo" label="执法人员" readonly - placeholder="请选择" - right-icon="add-o" @click="showPopup" /> diff --git a/src/views/enterprise/registrationList.vue b/src/views/enterprise/registrationList.vue index 88e907b..5b35aff 100644 --- a/src/views/enterprise/registrationList.vue +++ b/src/views/enterprise/registrationList.vue @@ -40,7 +40,7 @@
- {{ data.dateSearch }} + {{ data.dateSearch }}
@@ -433,12 +433,16 @@ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; .search-button { width: 15%; - height: 90%; + height: 100%; + background: #e3e0e0; + border-color: #e3e0e0; + color: #4c4c4c; + font-size: 0.3rem; } .search-button.active { @@ -452,13 +456,17 @@ display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; position: relative; .date-select { font-size: 20px; margin-left: 2%; + i { + transform: rotate(90deg); + font-size: 0.4rem; + } } .search-button { @@ -489,7 +497,7 @@ } /deep/ .card_box_span:nth-child(2) p { - font-size: 0.45rem; + font-size: 0.42rem; font-weight: bold; white-space: nowrap; overflow: hidden; @@ -498,5 +506,24 @@ .card_box_label { color: rgba(128, 128, 128, 0.65); + white-space: nowrap; + } + + /deep/ .van-search__content { + height: 0.9rem; + border: 1px solid #ececec; + border-radius: 0.15rem 0 0 0.15rem; + } + + /deep/ .van-search__action { + margin: 0 3% 0 0; + width: 10%; + height: 0.9rem; + background: #1367fe; + border: 0.02667rem solid #1367fe; + border-radius: 0 0.15rem 0.15rem 0; + color: #fff; + text-align: center; + line-height: 0.9rem; } diff --git a/src/views/enterprise/registrationSelectList.vue b/src/views/enterprise/registrationSelectList.vue index 179b09f..4b3cf17 100644 --- a/src/views/enterprise/registrationSelectList.vue +++ b/src/views/enterprise/registrationSelectList.vue @@ -28,7 +28,7 @@ 投诉
- {{ data.dateSearch }} + {{ data.dateSearch }}
@@ -367,11 +367,15 @@ const oneCheckbox = (item) => { display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; .search-button { width: 15%; - height: 80%; + height: 100%; + background: #e3e0e0; + border-color: #e3e0e0; + color: #4c4c4c; + font-size: 0.3rem; } } .search-button-date { @@ -379,12 +383,16 @@ const oneCheckbox = (item) => { display: flex; flex-direction: row; padding-left: 10px; - margin-top: 6px; + margin-top: 10px; align-items: end; position: relative; .date-select{ font-size: 20px; margin-left: 2%; + i { + transform: rotate(90deg); + font-size: 0.4rem; + } } .search-button { width: 15%; @@ -403,5 +411,21 @@ const oneCheckbox = (item) => { .card_box_span { padding-left: 10% !important; } +/deep/ .van-search__content { + height: 0.9rem; + border: 1px solid #ececec; + border-radius: 0.15rem 0 0 0.15rem; +} +/deep/ .van-search__action { + margin: 0 3% 0 0; + width: 10%; + height: 0.9rem; + background: #1367fe; + border: 0.02667rem solid #1367fe; + border-radius: 0 0.15rem 0.15rem 0; + color: #fff; + text-align: center; + line-height: 0.9rem; +}