-
待开发
+
);
};
diff --git a/src/pages/business_envInformation/module/secondary_menu/RegulationCompliance.less b/src/pages/business_envInformation/module/secondary_menu/RegulationCompliance.less
index 022f9de..4df4009 100644
--- a/src/pages/business_envInformation/module/secondary_menu/RegulationCompliance.less
+++ b/src/pages/business_envInformation/module/secondary_menu/RegulationCompliance.less
@@ -1,15 +1,61 @@
-.container {
+.regulationContainer {
width: 100%;
height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
background-color: #fff;
+ display: flex;
+ flex-direction: column;
+
+ .searchSection {
+ padding: 20px;
+
+ :global {
+ .ant-form-inline {
+ display: flex;
+
+ .ant-form-item {
+ margin-right: 16px;
+ margin-bottom: 0;
+ }
+
+ .ant-form-item:nth-last-child(2) {
+ margin-left: auto;
+ }
+
+ .ant-form-item:last-child {
+ margin-right: 0;
+ }
+ }
- .content {
- font-size: 24px;
- color: #999999;
- font-weight: 400;
+ .ant-form-item-label {
+ font-weight: 500;
+
+ label {
+ color: #666666;
+ font-size: 13px;
+ }
+ }
+
+ .ant-input::placeholder,
+ .ant-picker-input input::placeholder {
+ color: #00000040;
+ font-size: 13px;
+ }
+ }
}
-}
+ .tableSection {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
+ padding: 0 20px 20px;
+ align-items: center;
+ justify-content: center;
+
+ .developingTip {
+ font-size: 24px;
+ color: #999999;
+ font-weight: 400;
+ }
+ }
+}