From 3e4d44901b5ce2764c87f51b3d4ad1ce3eafb7bc Mon Sep 17 00:00:00 2001 From: DCloud-yyl Date: Tue, 10 Dec 2024 17:47:00 +0800 Subject: [PATCH] Update margin-bottom.md --- docs/css/margin-bottom.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/css/margin-bottom.md b/docs/css/margin-bottom.md index 98a4e22d..9d2258ca 100644 --- a/docs/css/margin-bottom.md +++ b/docs/css/margin-bottom.md @@ -11,10 +11,10 @@ -**注意** -app端不支持外边距重叠(上下外边距折叠合并为单个边距) +**注意** -3.98以下版本当position:fixed|absolute时,margin属性值不支持auto +- app平台不支持外边距重叠(上下外边距折叠合并为单个边距) +- HBuilderX3.98以下版本当 position 设置为 fixed 或 absolute 时, margin不支持 auto -- GitLab