Files
cmgd-mini-app/uni_modules/nutui-uni/components/sticky/index.scss
2026-01-05 12:47:14 +08:00

9 lines
212 B
SCSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.nut-sticky {
/* #ifdef APP-VUE || MP-WEIXIN */
// 此处默认写sticky属性是为了给微信和APP通过uni.createSelectorQuery查询是否支持css sticky使用
position: sticky;
/* #endif */
}