Prechádzať zdrojové kódy

Merge pull request #397 from John-Hong/release-3.1.0

缴费说明样式调整
Tron 1 rok pred
rodič
commit
1550edaaff

+ 4 - 0
src/pages/parkingFee/parkingFee.vue

@@ -677,6 +677,10 @@ export default {
             margin: 0;
           }
         }
+        .ql-editor {
+          width: 100%;
+          padding-left: 2vw;
+        }
 
         .info_show {
           height: 150px;

+ 1 - 1
src/pages/parkingFee/parkingFeeDetail.vue

@@ -292,7 +292,7 @@ export default {
 
 .description-box {
   padding-left: 30px;
-
+  padding-right: 30px;
   .title_box {
     padding-bottom: 10px;
     .title {

+ 6 - 1
src/pages/parkingFeeV2/parkingFee.vue

@@ -124,7 +124,7 @@
                 <div class="no-car-unlicensed-info">未查询到无牌车信息</div>
                 <div class="search-btn no-car-unlicensed-btn" @click="scanCarCode">
                   <!-- <van-icon name="scan" />扫描进场二维码领取无牌车号牌 -->
-                  <img class="unlicensed-scan" :src="`${require(`@/pages/parkingFee/static/images/unlicensed-scan.png`)}`" /><sapn class="text">扫描进场二维码领取无牌车号牌</sapn>
+                  <img class="unlicensed-scan" :src="`${require(`@/pages/parkingFee/static/images/unlicensed-scan.png`)}`" /><span class="text">扫描进场二维码领取无牌车号牌</span>
                 </div>
               </div>
               <!-- 有无牌车 -->
@@ -772,6 +772,7 @@ export default {
           color: #898989;
           text-align: left;
         }
+        
 
         .title_box {
           display: flex;
@@ -811,6 +812,10 @@ export default {
             margin: 0;
           }
         }
+        .ql-editor {
+          width: 100%;
+          padding-left: 2vw;
+        }
 
         .info_show {
           height: 150px;

+ 1 - 1
src/pages/parkingFeeV2/parkingFeeDetail.vue

@@ -292,7 +292,7 @@ export default {
 
 .description-box {
   padding-left: 30px;
-
+  padding-right: 30px;
   .title_box {
     padding-bottom: 10px;
     .title {