Browse Source

样式bug修改

master
蟑螂恶霸 2 years ago
parent
commit
c7c6761b0b
  1. 1
      src/views/Home.vue
  2. 1
      src/views/HomeWx.vue
  3. 41
      src/views/administrative/appointmentList.vue
  4. 16
      src/views/common/analyse.vue
  5. 37
      src/views/enforce/earlyWarning.vue
  6. 34
      src/views/enforce/enforceNotice.vue
  7. 66
      src/views/enforce/enforcementPlan.vue
  8. 4
      src/views/enforce/enforcementPlanAdd.vue
  9. 2
      src/views/enforce/enterpriseBaseInfo.vue
  10. 17
      src/views/enforce/enterpriseWarningInfo.vue
  11. 39
      src/views/enforce/historyCheck.vue
  12. 36
      src/views/enforce/noScan.vue
  13. 4
      src/views/enforce/scanQrCode.vue
  14. 9
      src/views/enforceHome.vue
  15. 5
      src/views/enterprise/complaint.vue
  16. 35
      src/views/enterprise/complaintList.vue
  17. 10
      src/views/enterprise/complaintNoScan.vue
  18. 37
      src/views/enterprise/enterpriseInspectionList.vue
  19. 43
      src/views/enterprise/qrCodeHistory.vue
  20. 4
      src/views/enterprise/registrationDetail.vue
  21. 37
      src/views/enterprise/registrationList.vue
  22. 32
      src/views/enterprise/registrationSelectList.vue

1
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;

1
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;

41
src/views/administrative/appointmentList.vue

@ -26,7 +26,7 @@
</van-button>
</div>
<div class="search-button-date">
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }}</span>
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }} <van-icon name="play" /></span>
<div class="van-hairline--bottom"></div>
<van-button class="search-button" @click="goAdd" type="primary" size="mini">创建</van-button>
<van-popup v-model:show="data.showDatePicker" position="bottom">
@ -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;
}

16
src/views/common/analyse.vue

@ -24,7 +24,7 @@
</div>
<div class="analybox">
<div class="title">执法人员</div>
<div id="echartLineUser" class="chartbox"></div>
<div id="echartLineUser" class="chartbox" style="height: 9rem;"></div>
</div>
<div class="analybox">
<div class="title">案件数量</div>
@ -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;
}
}

37
src/views/enforce/earlyWarning.vue

@ -17,7 +17,7 @@
<van-button plain hairline :class="9==data.checkNum?'search-button active':'search-button'" @click="selectDate" round type="primary" size="mini">筛选</van-button>
</div>
<div class="search-button-date">
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }}</span>
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }} <van-icon name="play" /></span>
<div style="border-color: black;" class="van-hairline--bottom"></div>
<van-popup v-model:show="data.showDatePicker" position="bottom">
<van-date-picker
@ -269,6 +269,8 @@
<style lang="less" scoped>
.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;
}
</style>

34
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;
}
</style>

66
src/views/enforce/enforcementPlan.vue

@ -35,7 +35,7 @@
</van-button>
</div>
<div class="search-button-date">
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }}</span>
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }} <van-icon name="play" /></span>
<div style="border-color: black;" class="van-hairline--bottom"></div>
<van-button class="search-button" type="primary" size="mini" @click="openPlanAddView">创建</van-button>
<van-popup v-model:show="data.showDatePicker" position="bottom">
@ -67,7 +67,7 @@
</div>
<!-- <van-divider :style="{ color: '#1989fa', borderColor: '#1989fa',padding: '0 5px' }" /> -->
<div class="van-hairline--bottom"></div>
<div class="card_box_span">
<div class="card_box_span card-title">
<p>{{ item.planName }}</p>
</div>
@ -79,7 +79,7 @@
</p>
</div>
<div class="card_box_span">
<p><span class="card_box_label">执法计划</span> <a style="color: green;">{{
<p style="display: flex;"><span class="card_box_label">执法计划</span> <a style="color: #2b75fd;">{{
null!=item.fileObject?item.fileObject.fileName:"" }}</a></p>
</div>
<!-- <div class="card_box_span">
@ -345,7 +345,7 @@
.card_box_span {
display: flex;
align-items: center;
margin: 2% 0;
margin: 1% 0;
padding-left: 3%;
font-size: 0.38rem;
line-height: 1.5;
@ -379,12 +379,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 {
@ -398,22 +402,66 @@
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%;
height: 80%;
height: 90%;
position: absolute;
top: 1%;
right: 1%;
right: 3%;
}
}
/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/ .van-hairline--bottom {
margin: -1% 0 3% 0;
height: 0;
background-color: transparent;
border: 1px;
}
/deep/ .card_box_span:first-child {
color: #c1bfbf;
}
.card-title p {
font-size: 0.42rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.card_box_label {
color: rgba(128, 128, 128, 0.65);
white-space: nowrap;
}
</style>

4
src/views/enforce/enforcementPlanAdd.vue

@ -338,6 +338,8 @@
// font-size: var(--van-toast-icon-size) !important;
// }
.file-upload {
margin: 3%;
width: 94%;
height: 165px;
position: relative;
}
@ -347,7 +349,7 @@
height: 20%;
top: 10%;
left: 2%;
font-size: 18px;
font-size: 0.38rem;
span {
font-size: 13px;

2
src/views/enforce/enterpriseBaseInfo.vue

@ -489,7 +489,7 @@
}
.search-button-list {
margin-top: -2%;
margin-top: 0;
}
.goods_box .swipe_cell .card_box .card_box_span:nth-last-child(-n+2) {

17
src/views/enforce/enterpriseWarningInfo.vue

@ -254,6 +254,7 @@
<style lang="less" scoped>
.card_box_label {
color: rgba(128, 128, 128, 0.5);
white-space: nowrap;
}
.shop {
height: 100%;
@ -326,11 +327,15 @@
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{
@ -338,12 +343,16 @@
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%;
@ -375,7 +384,7 @@
/deep/ .card_box_span p.warn-name {
margin: 2% 2% 0;
font-size: 0.45rem;
font-size: 0.42rem;
font-weight: bold;
}

39
src/views/enforce/historyCheck.vue

@ -27,7 +27,7 @@
</van-button>
</div>
<div class="search-button-date">
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }}</span>
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }} <van-icon name="play" /></span>
<div style="border-color: black;" class="van-hairline--bottom"></div>
<van-popup v-model:show="data.showDatePicker" position="bottom">
<van-date-picker
@ -424,8 +424,8 @@
}
.shop .shop-center .goods_box .card_box .card_box_action span button {
position: relative;
top: -0.25rem;
position: absolute;
top: 0.1rem;
left: 0.2rem;
height: 70%;
font-size: 0.3rem;
@ -436,12 +436,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 {
@ -455,13 +459,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 {
@ -485,7 +493,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;
@ -494,6 +502,7 @@
.card_box_label {
color: rgba(128, 128, 128, 0.65);
white-space: nowrap;
}
.remsty {
@ -506,6 +515,22 @@
background-size: auto 80%;
font-size: 0.35rem;
}
/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;
}
</style>

36
src/views/enforce/noScan.vue

@ -146,30 +146,30 @@
display: flex;
align-items: center;
justify-content: space-between;
margin: 3% 0;
width: 96%;
margin: 3%;
width: 94%;
height: 1.25rem;
font-size: 0.38rem;
}
.subsearch .btn-search {
margin: 0;
width: 20%;
height: 0.88rem;
border-radius: 0.15rem;
margin: 0;
width: 20%;
height: 1rem;
border-radius: 0 0.15rem 0.15rem 0;
}
.searchbox {
margin: 2% 3%;
padding: 0.15rem 0.3rem 0.1rem 1.15rem;
width: 94%;
height: 1.0rem;
background: #f6f7fe url(../../assets/images/icon_sou.png) no-repeat;
background-position: left 0.5rem center;
background-size: auto 50%;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .05);
border-radius: 0.15rem;
color: #999999;
outline: none;
margin: 2% 0;
padding: 0.1rem 0.3rem 0.1rem 1.15rem;
width: 100%;
height: 1rem;
background: #f6f7fe url(../../assets/images/icon_sou.png) no-repeat;
background-position: left 0.5rem center;
background-size: auto 50%;
box-sizing: border-box;
border: 0.02667rem solid rgba(0, 0, 0, .1);
border-radius: 0.15rem 0 0 0.15rem;
color: #999999;
outline: none;
}
.search-result {

4
src/views/enforce/scanQrCode.vue

@ -313,13 +313,13 @@
width: 92%;
height: 96%;
background-color: #fff;
border-radius: 0.25 remnpm;
border-radius: 0.25 rem;
}
.nocode {
width: 100%;
color: #fb7905;
font-size: 0.45rem;
font-size: 0.42rem;
text-align: center;
line-height: 3;
}

9
src/views/enforceHome.vue

@ -301,10 +301,11 @@
.warp_body {
position: relative;
margin: 0%;
background: #c6e6ff url("../assets/images/bg_el.jpg") no-repeat top;
background-size: 100% auto;
background-size: auto 100%;
overflow-x: hidden;
margin-top: 0%;
.carousel_box {
height: 150px;
width: 100%;
@ -478,7 +479,7 @@
background-color: rgba(249, 238, 219, .9);
border-radius: 0.5rem;
color: #c35b01;
// font-size: 0.45rem;
// font-size: 0.42rem;
line-height: 1.0rem;
white-space: nowrap;
box-sizing: content-box;
@ -496,7 +497,7 @@
background-color: rgba(249, 238, 219, .9);
border-radius: 0.5rem;
color: #c35b01;
font-size: 0.45rem;
font-size: 0.42rem;
line-height: 1.0rem;
white-space: nowrap;
box-sizing: content-box;

5
src/views/enterprise/complaint.vue

@ -345,14 +345,13 @@
}
.warp_body {
margin: 0 3%;
margin: 2% 3%;
padding-bottom: 3rem;
width: 94%;
height: 100%;
//border-radius: 0.25rem;
background-image: linear-gradient(to bottom, #ebf3fb, #fff);
overflow-y: auto;
margin-top: 1%;
}
/* vant4的 Toast 和 Popup 样式冲突,会导致 Toast 变成白底 */
@ -612,7 +611,7 @@
.accept-item {
margin: 0 0.15rem;
font-size: 0.45rem;
font-size: 0.42rem;
}
.checksty {

35
src/views/enterprise/complaintList.vue

@ -29,7 +29,7 @@
</div>
<div class="search-button-date">
<span class="date-select" @click="selectDate">{{ data.dateSearch }}</span>
<span class="date-select" @click="selectDate">{{ data.dateSearch }} <van-icon name="play" /></span>
<div style="border-color: black;" class="van-hairline--bottom"></div>
<!-- <van-button class="search-button" type="primary" size="mini">统计分析</van-button> -->
<van-popup v-model:show="data.showDatePicker" position="bottom">
@ -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;
}
</style>

10
src/views/enterprise/complaintNoScan.vue

@ -30,17 +30,15 @@
label="投诉类型"
placeholder="必填 请选择"
readonly
clickable
is-link
/>
<van-popup v-model:show="data.showPicker" position="bottom">
<!-- <van-popup v-model:show="data.showPicker" position="bottom">
<van-picker
v-model="data.selectTypeValue"
:columns="data.columns"
@cancel="data.showPicker = false"
@confirm="onConfirm"
/>
</van-popup>
</van-popup>-->
<van-divider class="divdsty" />
<van-field
v-model="submitData.problemDescription"
@ -297,7 +295,7 @@ export default {
background-color: #ebf3fb;
}
.warp_body {
margin: 0 3%;
margin: 2% 3%;
padding-bottom: 3rem;
width: 94%;
height: 100%;
@ -554,7 +552,7 @@ export default {
.accept-item {
margin: 0 0.15rem;
font-size: 0.45rem;
font-size: 0.42rem;
}
.checksty {

37
src/views/enterprise/enterpriseInspectionList.vue

@ -45,7 +45,7 @@
</van-button>
</div>
<div class="search-button-date">
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }}</span>
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }} <van-icon name="play" /></span>
<div style="border-color: black;" class="van-hairline--bottom"></div>
<!-- <van-button class="search-button" type="primary" size="mini">统计分析</van-button> -->
<van-popup v-model:show="data.showDatePicker" position="bottom">
@ -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;
}
</style>

43
src/views/enterprise/qrCodeHistory.vue

@ -39,7 +39,7 @@
<van-button plain hairline class="search-button" @click="searchFilter" round type="primary" size="mini">筛选</van-button>
</div> -->
<div class="search-button-date">
<span class="date-select" @click="selectDate">{{ data.dateSearch }}</span>
<span class="date-select" @click="selectDate">{{ data.dateSearch }} <van-icon name="play" /></span>
<div style="border-color: black;" class="van-hairline--bottom"></div>
<!-- <van-button class="search-button" type="primary" size="mini">统计分析</van-button> -->
<van-popup v-model:show="data.showDatePicker" position="bottom">
@ -65,7 +65,7 @@
<van-swipe-cell class="swipe_cell">
<div class="card_box">
<div class="card_box_span">
<p>生成时间{{ item.generateTime }} <span class="card_box_action">
<p><span class="card_box_label">生成时间</span>{{ item.generateTime }} <span class="card_box_action">
<!-- <van-button @click="toComplaintView(item.id,item.lawEnforcementIncident)" type="primary" size="mini">投诉</van-button> -->
</span></p>
</div>
@ -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;
}
</style>

4
src/views/enterprise/registrationDetail.vue

@ -24,16 +24,12 @@
v-model="submitData.lawEnforcerTwo"
label="执法人员"
readonly
placeholder="请选择"
right-icon="add-o"
@click="showPopup"
/>
<van-field
v-model="submitData.subsidiaryer"
label="辅助人员"
readonly
placeholder="请选择"
right-icon="add-o"
@click="showPopup2"
/>
<view v-if="null != submitData.enforce">

37
src/views/enterprise/registrationList.vue

@ -40,7 +40,7 @@
</van-button>
</div>
<div class="search-button-date">
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }}</span>
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }} <van-icon name="play" /></span>
<div style="border-color: black;" class="van-hairline--bottom"></div>
<!-- <van-button class="search-button" type="primary" size="mini">统计分析</van-button> -->
<van-popup v-model:show="data.showDatePicker" position="bottom">
@ -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;
}
</style>

32
src/views/enterprise/registrationSelectList.vue

@ -28,7 +28,7 @@
<van-button plain hairline class="search-button" @click="searchComplaint(1)" round type="primary" size="mini">投诉</van-button>
</div>
<div class="search-button-date">
<span class="date-select" @click="selectDate">{{ data.dateSearch }}</span>
<span class="date-select" @click="selectDate">{{ data.dateSearch }} <van-icon name="play" /></span>
<div style="border-color: black;" class="van-hairline--bottom"></div>
<!-- <van-button class="search-button" type="primary" size="mini">统计分析</van-button> -->
<van-popup v-model:show="data.showDatePicker" position="bottom">
@ -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;
}
</style>

Loading…
Cancel
Save