Browse Source

查找定位功能

Chente 6 years ago
parent
commit
a4d7351273
2 changed files with 6 additions and 0 deletions
  1. 1 0
      js/global.js
  2. 5 0
      zaojiashu.html

+ 1 - 0
js/global.js

@@ -13,6 +13,7 @@ function autoFlashHeight(){
     $(".main-data-side-m").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightD-382);
     $(".main-data-side-y").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightY-302);
     $(".main-data-side-z").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightZ-2);
+    $(".main-data-side-x").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightY-2);
     $(".main-data-top").height($(window).height()-headerHeight-toolsbarHeight-bottomContentHeight-1);
     $(".main-data-full").height($(window).height()-headerHeight-toolsbarHeight-1);
     $(".main-data-full-fl").height($(window).height()-headerHeight-toolsbarHeight-37);

+ 5 - 0
zaojiashu.html

@@ -1373,6 +1373,7 @@
                                         </div>
                                     </div>
                                 </div>
+                                <!--上下结构-->
                                 <div class="main-data-side-y">
                                     <table class="table table-sm table-bordered">
                                         <tr><th>编码</th><th>项目名称</th><th>工程量</th><th>单位</th><th>综合单价</th><th>综合合价</th></tr>
@@ -1389,6 +1390,10 @@
                                         </div>
                                     </div>
                                 </div>
+                                <!--单栏结构-->
+                                <!-- <div class="main-data-side-x">
+                                    22
+                                </div> -->
                             </div>
                         </div>
                     </div>