From fba0f49348526a64d701939513e29bd3123f1b6c Mon Sep 17 00:00:00 2001 From: DCloud-yyl Date: Wed, 14 Aug 2024 16:28:59 +0800 Subject: [PATCH] Update margin.md --- docs/css/margin.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/css/margin.md b/docs/css/margin.md index ca64ca17..74c39c4e 100644 --- a/docs/css/margin.md +++ b/docs/css/margin.md @@ -12,8 +12,9 @@ **注意** -app端不支持外边距折叠 -3.98以下版本当position:fixed|absolute时,margin不支持auto +app端不支持外边距重叠(上下外边距折叠合并为单个边距) + +3.98以下版本当position:fixed|absolute时,margin不支持auto -- GitLab