Browse Source

安装增加费高度调整

zhangweicheng 4 years ago
parent
commit
42e4ea0530
2 changed files with 4 additions and 5 deletions
  1. 1 1
      web/building_saas/css/custom.css
  2. 3 4
      web/building_saas/main/html/main.html

+ 1 - 1
web/building_saas/css/custom.css

@@ -512,5 +512,5 @@ margin-right: 100px !important;
 }
 
 .fee_detail_height{
-  height:130px
+  height:270px
 }

+ 3 - 4
web/building_saas/main/html/main.html

@@ -1843,8 +1843,8 @@
             <span aria-hidden="true">&times;</span>
           </button>
         </div>
-        <div class="modal-body">
-          <div class="row" style="height:250px">
+        <div class="modal-body" style="padding-top: 0px;">
+          <div class="row" style="height:210px">
             <!--sjs id设置在这个div-->
             <div class=" col-8" style="overflow: hidden" id="feeItemSheet">
             </div>
@@ -1870,8 +1870,7 @@
               </div>
             </div>
           </div>
-          <br>
-          <div class="row" style="height:130px">
+          <div class="row" style="height:270px">
             <!--sjs id设置在这个div-->
             <div class="col-12 fee_detail_height" style="overflow: hidden" id="feeDetailSheet"></div>
           </div>