docs(PullRefresh): add custom tip demo

This commit is contained in:
陈嘉涵
2020-01-10 11:18:00 +08:00
committed by neverland
parent 028747c354
commit 789112a350
7 changed files with 155 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,6 @@
&__head {
position: absolute;
top: -@pull-refresh-head-height;
left: 0;
width: 100%;
height: @pull-refresh-head-height;
@@ -20,5 +19,6 @@
font-size: @pull-refresh-head-font-size;
line-height: @pull-refresh-head-height;
text-align: center;
transform: translateY(-100%);
}
}