|
@@ -112,27 +112,42 @@ ol {
|
|
|
cursor: not-allowed;
|
|
|
}
|
|
|
.ant-pro-page-container-warp {
|
|
|
- background-color: transparent;
|
|
|
+ background-color: transparent !important;
|
|
|
}
|
|
|
.ant-page-header {
|
|
|
- background-color: transparent;
|
|
|
+ background-color: transparent !important;
|
|
|
}
|
|
|
|
|
|
.ant-pro-page-container-children-content {
|
|
|
+ height: calc(100vh - 122px);
|
|
|
margin: 0 24px 0;
|
|
|
}
|
|
|
|
|
|
-.dn-resource.expand .dn-resource-content {
|
|
|
- grid-gap: 9px !important;
|
|
|
- background-color: #f5f7fa !important;
|
|
|
-}
|
|
|
+.dn-app {
|
|
|
+ height: 100%;
|
|
|
+ .dn-main-panel-header {
|
|
|
+ padding: 0 0 16px !important;
|
|
|
+ }
|
|
|
+ .dn-workspace-panel {
|
|
|
+ padding: 0 !important;
|
|
|
+ }
|
|
|
|
|
|
-.dn-resource-header-expand {
|
|
|
- display: none !important;
|
|
|
+ .dn-main-panel-container.root {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
+// .dn-resource.expand .dn-resource-content {
|
|
|
+// grid-gap: 9px !important;
|
|
|
+// background-color: #f5f7fa !important;
|
|
|
+// }
|
|
|
|
|
|
-.dn-resource {
|
|
|
- padding: 10px !important;
|
|
|
- background-color: #f5f7fa;
|
|
|
- border-radius: 10px 10px 10px 10px;
|
|
|
-}
|
|
|
+// .dn-resource-header-expand {
|
|
|
+// display: none !important;
|
|
|
+// }
|
|
|
+
|
|
|
+// .dn-resource {
|
|
|
+// padding: 10px !important;
|
|
|
+// background-color: #f5f7fa;
|
|
|
+// border-radius: 10px 10px 10px 10px;
|
|
|
+// }
|