shaogen1995 9 ay önce
ebeveyn
işleme
c9f68172c3

+ 7 - 0
src/pages/B1orderz/index.module.scss

@@ -20,6 +20,9 @@
 
     .ant-modal-body {
       border-top: 1px solid #ccc;
+      max-height: 600px;
+      overflow: auto;
+      padding-bottom: 60px !important;
     }
 
     .B1lRow1 {
@@ -49,6 +52,10 @@
     .B1lBtn {
       margin-top: 24px;
       text-align: center;
+      position: absolute;
+      bottom: 20px;
+      left: 50%;
+      transform: translateX(-50%);
     }
   }
 }

+ 1 - 1
src/store/action/C1orderset.ts

@@ -43,7 +43,7 @@ export const C1_APIsetConfig = (data: { id: number; rtf: string }) => {
 };
 
 /**
- * 展馆预约设置-新增、修改变革
+ * 展馆预约设置-新增、修改
  */
 export const C1_APIsave = (data: any) => {
   return http.post("cms/book/save", data);