diff --git a/src/views/Shop.vue b/src/views/Shop.vue index 3f7461f..6ca1319 100644 --- a/src/views/Shop.vue +++ b/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; diff --git a/src/views/administrative/appointmentList.vue b/src/views/administrative/appointmentList.vue index c560f6e..5419675 100644 --- a/src/views/administrative/appointmentList.vue +++ b/src/views/administrative/appointmentList.vue @@ -27,7 +27,7 @@
- -{{ - item.enterpriseName }}
+ +{{item.enterpriseName }}
预警原因: {{ +
预警原因: {{ item.warningCause }}
预警级别: +
预警级别: {{ item.warningLevel==1?"Ⅰ级 (特别严重)":item.warningLevel==2?"Ⅱ级 (严重)": item.warningLevel==3?"Ⅲ级 (较重)": "Ⅳ (一般)"}}
@@ -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;*/ + } diff --git a/src/views/enforce/enforceNotice.vue b/src/views/enforce/enforceNotice.vue index d99ae3d..a5aea42 100644 --- a/src/views/enforce/enforceNotice.vue +++ b/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; diff --git a/src/views/enforce/enforcementPlan.vue b/src/views/enforce/enforcementPlan.vue index eee6acf..575739b 100644 --- a/src/views/enforce/enforcementPlan.vue +++ b/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 { diff --git a/src/views/enforce/enterpriseBaseInfo.vue b/src/views/enforce/enterpriseBaseInfo.vue index 6008378..10bc1e8 100644 --- a/src/views/enforce/enterpriseBaseInfo.vue +++ b/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 { diff --git a/src/views/enforce/enterpriseWarningInfo.vue b/src/views/enforce/enterpriseWarningInfo.vue index ac1b3ec..da1ee31 100644 --- a/src/views/enforce/enterpriseWarningInfo.vue +++ b/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; } diff --git a/src/views/enforce/historyCheck.vue b/src/views/enforce/historyCheck.vue index 196e14b..9979d65 100644 --- a/src/views/enforce/historyCheck.vue +++ b/src/views/enforce/historyCheck.vue @@ -53,11 +53,6 @@执法时间:{{ item.enforcementTime }}
-
-
企业名称: {{ item.enterpriseName }}