Browse Source

fix: 修复样式错误

carver 2 years ago
parent
commit
71a4d62451

+ 1 - 1
antbuilder/industry/hospital/hooks/index.js

@@ -29,7 +29,7 @@ registerHooks({
 					code: ["code"],
 					// Http返回数据中的error message字段名称
 					msg: ["msg"],
-					miniVersion: globalExt.miniVersion || "0.0.39",
+					miniVersion: globalExt.miniVersion || "0.0.40",
 				});
 				monitor.setCommonInfo({
 					tag: this.globalData.appId,

+ 2 - 1
antbuilder/industry/hospitalV2/components/follow-up-notice/index.acss

@@ -33,7 +33,8 @@
   padding-bottom: 40rpx;
 }
 .hospital-new-component .follow-up-notice .fixed-footer {
-  position: absolute;
+  width: 100%;
+  position: fixed;
   bottom: 1rpx;
   left: 0;
   right: 0;

+ 1 - 1
config.by.prod.json

@@ -14,7 +14,7 @@
 			"debugTemplateUuid": "",
 			"env": "prod",
 			"terminal": 24,
-			"miniVersion": "0.0.39"
+			"miniVersion": "0.0.40"
 		}
 	}
 }

+ 1 - 1
config.by.qa.json

@@ -14,7 +14,7 @@
 			"debugTemplateUuid": "",
 			"env": "qa",
 			"terminal": 24,
-			"miniVersion": "0.0.39"
+			"miniVersion": "0.0.40"
 		}
 	}
 }

+ 1 - 1
config.json

@@ -14,7 +14,7 @@
 			"debugTemplateUuid": "",
 			"env": "qa",
 			"terminal": 24,
-			"miniVersion": "0.0.39"
+			"miniVersion": "0.0.40"
 		}
 	}
 }