Browse Source

CLD客户管理

Chente 5 years ago
parent
commit
d9b8ac4c22
3 changed files with 238 additions and 16 deletions
  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);
 };

File diff suppressed because it is too large
+ 231 - 16
product-yun-yh.html