zhangweicheng 4 years ago
parent
commit
63e09c758d

+ 4 - 0
web/building_saas/css/custom.css

@@ -509,4 +509,8 @@ margin-right: 100px !important;
 
 .top-msg{
   top:35px !important;
+}
+
+.fee_detail_height{
+  height:130px
 }

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

@@ -1873,7 +1873,7 @@
           <br>
           <div class="row" style="height:130px">
             <!--sjs id设置在这个div-->
-            <div class="col-12" style="overflow: hidden" id="feeDetailSheet"></div>
+            <div class="col-12 fee_detail_height" style="overflow: hidden" id="feeDetailSheet"></div>
           </div>
         </div>
         <div class="modal-footer">

+ 2 - 2
web/building_saas/main/js/views/zmhs_view.js

@@ -10,8 +10,8 @@ let zmhs_obj = {
     coeSetting: {
         header: [
             {headerName: "调整", headerWidth: 35, dataCode: "isAdjust", dataType: "String", cellType: "checkBox"},
-            {headerName: "条件", headerWidth: 180, dataCode: "name", dataType: "String", cellType: "button",getText:'forName'},
-            {headerName: "内容", headerWidth: 70, dataCode: "content", dataType: "String", hAlign: "left",getText:'forContent',cellType:'tipsCell'}
+            {headerName: "条件", headerWidth: 140, dataCode: "name", dataType: "String", cellType: "button",getText:'forName'},
+            {headerName: "内容", headerWidth: 110, dataCode: "content", dataType: "String", hAlign: "left",getText:'forContent',cellType:'tipsCell'}
         ],
         view: {
             lockColumns:[0,1,2],

+ 1 - 1
web/common/html/header.html

@@ -81,7 +81,7 @@
                     <a class="dropdown-item" href="/web/common/html/pdfViewer.html?type=upgradeGuide" target="_blank">升级说明</a>-->
                     <a class="dropdown-item" href="http://doc.zhzdwd.com/docs/dsk_yhsc" target="_blank">用户手册</a>
                     <a class="dropdown-item" href="http://doc.zhzdwd.com/docs/dhjc" target="_blank">动画教学</a>
-                    <a class="dropdown-item" href="http://doc.zhzdwd.com/docs/cjwtjd" target="_blank">常见问题解答</a>
+                    <a class="dropdown-item" href="http://yun.zhzdwd.com/docs" target="_blank">常见问题解答</a>
                     <a class="dropdown-item" href="http://doc.zhzdwd.com/docs/dasikongupdate" target="_blank">升级说明</a>
                     <a class="dropdown-item" href="http://zhzdwk.com/special/detail/36" target="_blank">计价依据</a>
                     <a class="dropdown-item" href="https://smartcost.com.cn/" target="_blank">纵横官网</a>