Browse Source

服务记录移动至底部,增加借出 销售

chente 4 years ago
parent
commit
629449a718
3 changed files with 70 additions and 30 deletions
  1. 1 1
      css/cld-custom.css
  2. 1 1
      js/cld-custom.js
  3. 68 28
      product-yun-yh.html

+ 1 - 1
css/cld-custom.css

@@ -190,7 +190,7 @@
   cursor: pointer;
 }
 .sheet-panel-log{
-  height:200px;
+  height:314px;
 }
 .sheet-btns {
   height:24px;

+ 1 - 1
js/cld-custom.js

@@ -1,5 +1,5 @@
 function autoFlashHeight(){
     $(".sheet-panel-content").height($(window).height()-138);
     $(".modal-search-height").height($(window).height()-226);
-    $(".sheet-panel-righttop").height($(window).height()-436);
+    $(".sheet-panel-righttop").height($(window).height()-550);
 };

File diff suppressed because it is too large
+ 68 - 28
product-yun-yh.html