Browse Source

样式bug修改

master
蟑螂恶霸 2 years ago
parent
commit
e546112727
  1. 4
      src/views/Shop.vue
  2. 8
      src/views/administrative/appointmentList.vue
  3. 2
      src/views/common/analyse.vue
  4. 54
      src/views/enforce/earlyWarning.vue
  5. 6
      src/views/enforce/enforceNotice.vue
  6. 4
      src/views/enforce/enforcementPlan.vue
  7. 2
      src/views/enforce/enterpriseBaseInfo.vue
  8. 6
      src/views/enforce/enterpriseWarningInfo.vue
  9. 48
      src/views/enforce/historyCheck.vue
  10. 5
      src/views/enforce/noScan.vue
  11. 6
      src/views/enterprise/complaintList.vue
  12. 6
      src/views/enterprise/enterpriseInspectionList.vue
  13. 4
      src/views/enterprise/qrCodeHistory.vue
  14. 8
      src/views/enterprise/registrationDetail.vue
  15. 2
      src/views/enterprise/registrationEdit.vue
  16. 6
      src/views/enterprise/registrationList.vue
  17. 4
      src/views/enterprise/registrationSelectList.vue

4
src/views/Shop.vue

@ -256,7 +256,7 @@ onDeactivated(() => {
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -277,7 +277,7 @@ onDeactivated(() => {
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
height: 50px;

8
src/views/administrative/appointmentList.vue

@ -27,7 +27,7 @@
</div>
<div class="search-button-date">
<span class="date-select" v-show="data.dateShow" @click="selectDate">{{ data.dateSearch }}</span>
<div style="border-color: black;" class="van-hairline--bottom"></div>
<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">
<van-date-picker
@ -371,7 +371,7 @@
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -412,7 +412,7 @@
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
@ -476,7 +476,7 @@
}
/deep/ .card_box_span:nth-child(2) p {
font-size: 0.4rem;
font-size: 0.45rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;

2
src/views/common/analyse.vue

@ -505,7 +505,7 @@
.title {
margin: 2% 2.5%;
font-size: 0.4rem;
font-size: 0.45rem;
font-weight: 600;
}
}

54
src/views/enforce/earlyWarning.vue

@ -47,24 +47,20 @@
</p>
</div>
<!-- <van-divider :style="{ color: '#1989fa', borderColor: '#1989fa',padding: '0 5px' }" />-->
<div style="border-color: aqua; border: 2px;" class="van-hairline--bottom"></div>
<div class="card_box_span" style="padding-left: 1%;">
<van-icon v-if="item.warningLevel==1" name="warning" color="red" size="30"
style="margin-top: 2%;"/>
<van-icon v-else-if="item.warningLevel==2" name="warning" color="#ed6a0c"
size="30" style="margin-top: 2%;"/>
<van-icon v-else-if="item.warningLevel==3" name="warning" color="#fed200"
size="30" style="margin-top: 2%;"/>
<van-icon v-else name="info" size="30" color="#fed200" style="margin-top: 2%;"/>
<p style="padding-left: 15px; font-size: 16px;font-weight: bold;">{{
item.enterpriseName }}</p>
<div class="van-hairline--bottom"></div>
<div class="card_box_span card-title">
<van-icon v-if="item.warningLevel==1" name="warning" color="red" />
<van-icon v-else-if="item.warningLevel==2" name="warning" color="#ed6a0c" />
<van-icon v-else-if="item.warningLevel==3" name="warning" color="#fed200" />
<van-icon v-else name="info" color="#fed200" />
<p>{{item.enterpriseName }}</p>
</div>
<div class="card_box_span">
<p style="padding-left: 30px;"><span class="card_box_label">预警原因</span> {{
<p style="padding-left: 0.9rem;"><span class="card_box_label">预警原因</span> {{
item.warningCause }}</p>
</div>
<div class="card_box_span">
<p style="padding-left: 30px;"><span class="card_box_label">预警级别</span>
<p style="padding-left: 0.9rem;"><span class="card_box_label">预警级别</span>
{{ item.warningLevel==1?"Ⅰ级 (特别严重)":item.warningLevel==2?"Ⅱ级 (严重)":
item.warningLevel==3?"Ⅲ级 (较重)": "Ⅳ (一般)"}}
</p>
@ -294,7 +290,7 @@
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -316,8 +312,8 @@
.card_box_span {
display: flex;
align-items: center;
margin: 2% 0;
padding-left: 3%;
margin: 1% 0;
padding: 0 3%;
font-size: 0.38rem;
line-height: 1.5;
@ -335,7 +331,7 @@
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
@ -387,4 +383,28 @@
}
}
/deep/ .van-hairline--bottom {
margin: -1% 0 3% 0;
height: 0;
background-color: transparent;
border: 1px;
}
/deep/ .card_box .card_box_span:first-child {
color: #c1bfbf;
}
.card-title i {
font-size: 0.75rem;
width: 0.9rem;
}
.card-title p {
width: calc(94% - 1rem);
font-size: 0.45rem;
font-weight: bold;
/*white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;*/
}
</style>

6
src/views/enforce/enforceNotice.vue

@ -269,7 +269,7 @@ const toPdfView = (url) =>{
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -307,7 +307,7 @@ const toPdfView = (url) =>{
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
height: 50px;
@ -394,7 +394,7 @@ const toPdfView = (url) =>{
.item-title, .item-text {
float: left;
width: 100%;
font-size: 0.4rem;
font-size: 0.45rem;
font-weight: 600;
line-height: 0.75rem;
white-space: nowrap;

4
src/views/enforce/enforcementPlan.vue

@ -323,7 +323,7 @@
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -364,7 +364,7 @@
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {

2
src/views/enforce/enterpriseBaseInfo.vue

@ -451,7 +451,7 @@
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {

6
src/views/enforce/enterpriseWarningInfo.vue

@ -274,7 +274,7 @@
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -312,7 +312,7 @@
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
height: 50px;
@ -375,7 +375,7 @@
/deep/ .card_box_span p.warn-name {
margin: 2% 2% 0;
font-size: 0.4rem;
font-size: 0.45rem;
font-weight: bold;
}

48
src/views/enforce/historyCheck.vue

@ -53,11 +53,6 @@
<div class="card_box">
<div class="card_box_span">
<p>执法时间{{ item.enforcementTime }}
<span class="card_box_action" v-if="item.isSubmit == 0">
<van-button @click="toEditView(item.id)" type="primary"
size="mini">编辑</van-button>
</span>
<span v-if="null != item.enforce" class="remsty">未扫码</span>
</p>
</div>
@ -78,6 +73,9 @@
<p><span class="card_box_label">企业名称</span> {{ item.enterpriseName }}</p>
</div>
</div>
<div class="card_box_action" v-if="item.isSubmit == 0">
<span><van-button @click="toEditView(item.id)" type="primary" size="mini">编辑</van-button></span>
</div>
</div>
</van-swipe-cell>
</div>
@ -352,7 +350,7 @@
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -384,16 +382,16 @@
}
}
.card_box_action {
/*.card_box_action {
position: absolute;
right: 4%;
}
}*/
}
}
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
@ -403,6 +401,36 @@
}
}
.shop .shop-center .goods_box .card_box .card_box_action {
/*position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: rgba(46, 119, 249, .15);
border-radius: 10px;*/
}
.shop .shop-center .goods_box .card_box .card_box_action span {
position: absolute;
right: 0.2rem;
top: 1.2rem;
width: 1.25rem;
height: 0.6rem;
background: #1989fa;
border-radius: 30px;
box-shadow: 0 0 5px rgba(5, 99, 193, .3)
}
.shop .shop-center .goods_box .card_box .card_box_action span button {
position: relative;
top: -0.25rem;
left: 0.2rem;
height: 70%;
font-size: 0.3rem;
}
.search-button-list {
height: 3%;
display: flex;
@ -457,7 +485,7 @@
}
/deep/ .card_box_span:nth-child(2) p {
font-size: 0.4rem;
font-size: 0.45rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;

5
src/views/enforce/noScan.vue

@ -155,6 +155,7 @@
margin: 0;
width: 20%;
height: 0.88rem;
border-radius: 0.15rem;
}
.searchbox {
margin: 2% 3%;
@ -166,7 +167,7 @@
background-size: auto 50%;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .05);
border-radius: 0.5rem;
border-radius: 0.15rem;
color: #999999;
outline: none;
}
@ -175,7 +176,9 @@
margin: 1% 3%;
padding-bottom: 2rem;
width: 94%;
height: calc(100% - 4rem);
background: #fff;
overflow-y: auto;
}
.case-item {

6
src/views/enterprise/complaintList.vue

@ -345,7 +345,7 @@ const searchComplaint = (val) =>{
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -383,7 +383,7 @@ const searchComplaint = (val) =>{
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
height: 50px;
@ -436,7 +436,7 @@ const searchComplaint = (val) =>{
}
/deep/ .card_box_span:nth-child(2) p {
font-size: 0.4rem;
font-size: 0.45rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;

6
src/views/enterprise/enterpriseInspectionList.vue

@ -353,7 +353,7 @@
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -394,7 +394,7 @@
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
@ -458,7 +458,7 @@
}
/deep/ .card_box_span:nth-child(2) p {
font-size: 0.4rem;
font-size: 0.45rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;

4
src/views/enterprise/qrCodeHistory.vue

@ -318,7 +318,7 @@ const cancelSelectDate = () =>{
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -356,7 +356,7 @@ const cancelSelectDate = () =>{
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
height: 50px;

8
src/views/enterprise/registrationDetail.vue

@ -1,9 +1,9 @@
<template>
<div class="address_edit">
<!-- 导航栏 -->
<div class="header_body">
<!--<header-nav :slefBack="true" @goBack="goBack" :titelText="`执法信息详情`"></header-nav>-->
</div>
<!--<div class="header_body">
<header-nav :slefBack="true" @goBack="goBack" :titelText="`执法信息详情`"></header-nav>
</div>-->
<!-- 中间 -->
<div class="warp_body">
<van-form @failed="onFailed" @submit="submit">
@ -361,7 +361,7 @@ const reciveData2 = (item) =>{
}
.warp_body {
margin: 0 3%;
margin: 3%;
padding-bottom: 3rem;
width: 94%;
height: 100%;

2
src/views/enterprise/registrationEdit.vue

@ -468,7 +468,7 @@
}
.warp_body {
margin: 0 3%;
margin: 3%;
padding-bottom: 3rem;
width: 94%;
height: 100%;

6
src/views/enterprise/registrationList.vue

@ -376,7 +376,7 @@
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -417,7 +417,7 @@
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
@ -488,7 +488,7 @@
}
/deep/ .card_box_span:nth-child(2) p {
font-size: 0.4rem;
font-size: 0.45rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;

4
src/views/enterprise/registrationSelectList.vue

@ -315,7 +315,7 @@ const oneCheckbox = (item) => {
.goods_box {
display: flex;
background-color: #fff;
margin: 6px;
margin: 10px;
border-radius: 10px;
.swipe_cell {
@ -353,7 +353,7 @@ const oneCheckbox = (item) => {
}
.shop_footer_body {
height: 101px;
//height: 101px;
position: relative;
.footer-one-btn {
height: 50px;

Loading…
Cancel
Save