浏览代码

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

chente 5 年之前
父节点
当前提交
629449a718
共有 3 个文件被更改,包括 70 次插入30 次删除
  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);
 };

文件差异内容过多而无法显示
+ 68 - 28
product-yun-yh.html