outaozhen před 5 roky
rodič
revize
42530a586d
1 změnil soubory, kde provedl 7 přidání a 14 odebrání
  1. 7 14
      src/basic/css/common.scss

+ 7 - 14
src/basic/css/common.scss

@@ -14,20 +14,6 @@
 }
 }
 
 
 .zh-bg-red {
 .zh-bg-red {
-
-  // 弹窗左右结构
-.sheet-box {
-  overflow: hidden;
-}
-.sheet-right-panel,.sheet-panel-record {
-  height: 280px;
-  overflow-x: hidden;
-  overflow-y: auto;
-}
-.sheet-btns {
-  height: 54px;
-}
-
   background-color: $zh-red;
   background-color: $zh-red;
 }
 }
 
 
@@ -446,6 +432,13 @@
 // 弹窗左右结构
 // 弹窗左右结构
 .sheet-box {
 .sheet-box {
   overflow: hidden;
   overflow: hidden;
+  .sheet-box-left {
+    height: calc(100vh - 25px);
+    overflow-y: auto;
+    .sheet-left-panel {
+      overflow-x: hidden;
+    }
+  }
 }
 }
 .sheet-right-panel,.sheet-panel-record {
 .sheet-right-panel,.sheet-panel-record {
   height: calc((100vh - 48px - 92px - 64px) / 2);
   height: calc((100vh - 48px - 92px - 64px) / 2);