syyang преди 2 години
родител
ревизия
96f0bc4c1e
променени са 1 файла, в които са добавени 13 реда и са изтрити 1 реда
  1. 13 1
      leiSP-admin/src/main/resources/static/css/style.css

+ 13 - 1
leiSP-admin/src/main/resources/static/css/style.css

@@ -3746,7 +3746,10 @@ nav.page-tabs .page-tabs-content {
     height: calc(100% - 127px);
     overflow: hidden;
 }
-
+#page-wrapper #content-main {
+    overflow: hidden;
+    height: calc(100% - 75px)!important;
+}
 .fixed-nav #content-main {
     height: calc(100% - 80px);
     overflow: hidden;
@@ -8431,4 +8434,13 @@ color: #FFFFFF;
     color: #fff;
     font-weight: bolder;
     line-height: 50px;
+}
+
+
+#wrapper{
+    overflow: hidden;
+}
+
+#layui-layer-iframe1{
+    height: 733px!important;
 }