hz-zhhq-app/node_modules/vant/es/sticky/index.less

12 lines
148 B
Plaintext
Raw Normal View History

2025-01-22 10:53:47 +08:00
@import '../style/var';
.van-sticky {
&--fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: @sticky-z-index;
}
}