Riku
2024-08-13 cf693a5227f17bbf2201512128d267281a8c5695
miniprogram_npm/tdesign-miniprogram/pull-down-refresh/pull-down-refresh.wxss
@@ -38,7 +38,7 @@
}
.t-pull-down-refresh__tips {
  position: absolute;
  color: var(--td-pull-down-refresh-color, var(--td-font-gray-3, rgba(0, 0, 0, 0.4)));
  color: var(--td-pull-down-refresh-color, var(--td-text-color-placeholder, var(--td-font-gray-3, rgba(0, 0, 0, 0.4))));
  font-size: 24rpx;
  top: 0;
  width: 100%;
@@ -49,9 +49,9 @@
  flex-direction: column;
  overflow: hidden;
}
.t-pull-down-refresh__tips--loosing {
  transition: height ease 0.24s;
}
.t-pull-down-refresh__text {
  margin: 16rpx 0 0;
}
.t-pull-down-refresh__wrap {
  position: relative;
}