瀏覽代碼

安装增加费窗口调整

zhangweicheng 4 年之前
父節點
當前提交
d0df3fe895
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      web/building_saas/main/html/main.html

+ 2 - 2
web/building_saas/main/html/main.html

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