|
@@ -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;
|
|
|
}
|