浏览代码

修改弹窗左右宽度,减少日志栏高度

chente 4 年之前
父节点
当前提交
478a93daa1
共有 4 个文件被更改,包括 5 次插入9 次删除
  1. 0 4
      contact.html
  2. 3 2
      css/cld-custom.css
  3. 1 1
      css/vendors.bundle.css
  4. 1 2
      js/cld-custom.js

+ 0 - 4
contact.html

@@ -3353,8 +3353,4 @@
     railVisible: true
   });
 </script>
-<script>
-
-
-  </script>
 </html>

+ 3 - 2
css/cld-custom.css

@@ -30,11 +30,12 @@
 }
 .dialog-sheet .sheet-left-panel{
   position: relative;
-  width: 650px;
+  width: 45%;
   height: 100%;
   flex-direction: column;
   z-index: 11;
 }
+
 .dialog-sheet .sheet-right-panel{
   position: relative;
   overflow: hidden;
@@ -189,7 +190,7 @@
   cursor: pointer;
 }
 .sheet-panel-log{
-  height:256px;
+  height:200px;
 }
 .sheet-btns {
   height:24px;

+ 1 - 1
css/vendors.bundle.css

@@ -5072,7 +5072,7 @@ a.close.disabled {
 
 @media (min-width: 1023px) {
   .modal-xl {
-    max-width: 944px; } }
+    max-width: 1100px; } }
 
 @media (min-width: 1279px) {
   .modal-xl {

+ 1 - 2
js/cld-custom.js

@@ -1,6 +1,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()-492);
+    $(".sheet-panel-righttop").height($(window).height()-436);
 };