@@ -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%);
@@ -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);