no message

cyl/master-0804
jscyl13849007907 4 months ago
parent 9707084e4e
commit 1f9c143ff8

@ -29,7 +29,9 @@
</view>
<div class="con-obj" style="background-color: #caf1e0 !important"
>
<view class="m-info g_p_20 g_pt_12 g_pb_0 g_bg_f g_position_rela" hover-class="none" style="margin-top: 0; border-radius: 8px 8px 0 0">
<view class="m-info g_p_20 g_pt_12 g_pb_0 g_bg_f g_position_rela" hover-class="none"
style="margin-top: 0; border-radius: 8px 8px 0 0;width: calc(100% - 40px);"
>
<view class="g_flex_row_start">
<view class="g_w_71">
<view class="g_position_abso g_p_4 g_radius_50 g_bg_f" style="top: -20px">
@ -348,8 +350,8 @@ export default {
//
if (scrollTop <= 0) {
// 使
this.backgroundScale = Math.min(moveDistance * 0.05, 10); //
this.mtScroll = Math.min(moveDistance * 0.05, 10);
this.backgroundScale = Math.min(moveDistance * 0.2, 300); //
this.mtScroll = Math.min(moveDistance * 0.2, 300);
}
}
}).exec();

Loading…
Cancel
Save