From b6eb041777b835bc55cbbe5a79000ac6fa055531 Mon Sep 17 00:00:00 2001 From: leejimqiu Date: Thu, 14 Jul 2022 15:00:07 +0800 Subject: [PATCH] fix(sticky): add content default style --- style/mobile/components/sticky/_index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/mobile/components/sticky/_index.less b/style/mobile/components/sticky/_index.less index e150805c72..43e91f4144 100644 --- a/style/mobile/components/sticky/_index.less +++ b/style/mobile/components/sticky/_index.less @@ -4,4 +4,8 @@ .@{prefix}-sticky { position: relative; + + &__content { + width: 100%; + } }