This commit is contained in:
2023-08-11 10:45:20 +08:00
commit 161ca982f3
31850 changed files with 2706500 additions and 0 deletions

25
node_modules/vant/es/pull-refresh/index.less generated vendored Normal file
View File

@ -0,0 +1,25 @@
@import '../style/var';
.van-pull-refresh {
overflow: hidden;
user-select: none;
&__track {
position: relative;
height: 100%;
transition-property: transform;
}
&__head {
position: absolute;
left: 0;
width: 100%;
height: @pull-refresh-head-height;
overflow: hidden;
color: @pull-refresh-head-text-color;
font-size: @pull-refresh-head-font-size;
line-height: @pull-refresh-head-height;
text-align: center;
transform: translateY(-100%);
}
}