Parcourir la source

CLD客户管理

Chente il y a 5 ans
Parent
commit
d9b8ac4c22
3 fichiers modifiés avec 238 ajouts et 16 suppressions
  1. 6 0
      css/cld-custom.css
  2. 1 0
      js/cld-custom.js
  3. 231 16
      product-yun-yh.html

+ 6 - 0
css/cld-custom.css

@@ -163,4 +163,10 @@
 .pointer-hover:hover{
   background-color: #fafafa;
   cursor: pointer;
+}
+.sheet-panel-log{
+  height:306px;
+}
+.sheet-btns {
+  height:24px;
 }

+ 1 - 0
js/cld-custom.js

@@ -2,4 +2,5 @@ function autoFlashHeight(){
   // var infoHeight = $(".contactInfo").height();
     $(".sheet-panel-content").height($(window).height()-138);
     $(".modal-search-height").height($(window).height()-226);
+    $(".sheet-panel-righttop").height($(window).height()-542);
 };

Fichier diff supprimé car celui-ci est trop grand
+ 231 - 16
product-yun-yh.html