开发环境:uni-app
代码环境:
<view class="rightTime">
<view class="messageInlineTextRight">
<Countdown :targetDate="endTimes" @countdownFinished="handleCountdownFinished(index)" />
</view>
</view>
css:
.rightTime{
display: flex;
}
.messageInlineTextRight{
position: absolute;
right: 10rpx;
bottom: 4rpx;
}
效果: