Browse Source

商机/仪表盘

chente 4 years ago
parent
commit
0ef22f406b
4 changed files with 4142 additions and 513 deletions
  1. 103 512
      business.html
  2. 1 1
      js/cld-custom.js
  3. 1995 0
      message.html
  4. 2043 0
      workbench.html

File diff suppressed because it is too large
+ 103 - 512
business.html


+ 1 - 1
js/cld-custom.js

@@ -5,5 +5,5 @@ function autoFlashHeight(){
     var splog = getObjHeight($(".sheet-panel-log"));
     var splog = getObjHeight($(".sheet-panel-log"));
     $(".sheet-panel-content").height($(window).height()-138);
     $(".sheet-panel-content").height($(window).height()-138);
     $(".modal-search-height").height($(window).height()-226);
     $(".modal-search-height").height($(window).height()-226);
-    $(".sheet-panel-righttop").height($(window).height()-splog-236);
+    $(".sheet-panel-righttop").height($(window).height()-splog-244);
 };
 };

File diff suppressed because it is too large
+ 1995 - 0
message.html


File diff suppressed because it is too large
+ 2043 - 0
workbench.html