소스 검색

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

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