|
@@ -133,6 +133,11 @@
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
/** 系统自带的main */
|
|
/** 系统自带的main */
|
|
}
|
|
}
|
|
|
|
+.iotmenu-content-container .iotmenu-content-layout .main,
|
|
|
|
+.iotmenu-modal-box .iotmenu-content-layout .main {
|
|
|
|
+ height: 100%;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+}
|
|
.iotmenu-content-container .iotmenu-content-layout .iotmenu-content-header,
|
|
.iotmenu-content-container .iotmenu-content-layout .iotmenu-content-header,
|
|
.iotmenu-modal-box .iotmenu-content-layout .iotmenu-content-header {
|
|
.iotmenu-modal-box .iotmenu-content-layout .iotmenu-content-header {
|
|
width: 160px;
|
|
width: 160px;
|
|
@@ -326,6 +331,8 @@
|
|
.iotmenu-content-container .ant-card,
|
|
.iotmenu-content-container .ant-card,
|
|
.iotmenu-modal-box .ant-card {
|
|
.iotmenu-modal-box .ant-card {
|
|
background: #FAFAFA;
|
|
background: #FAFAFA;
|
|
|
|
+ height: 100%;
|
|
|
|
+ overflow: auto;
|
|
}
|
|
}
|
|
.iotmenu-content-container .ant-card .ant-card-body,
|
|
.iotmenu-content-container .ant-card .ant-card-body,
|
|
.iotmenu-modal-box .ant-card .ant-card-body {
|
|
.iotmenu-modal-box .ant-card .ant-card-body {
|