This commit is contained in:
SelfRidicule 2024-07-31 14:21:31 +08:00
parent ad81e202fd
commit 96be658cd9
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
</view>
<view class="line"></view>
<view class="point activity">
<view class="msgActivityView">派单信息</view>
<view class="msgView activity">派单信息</view>
</view>
</view>
</view>

View File

@ -49,7 +49,7 @@
}
.topHead .progressView .point .msgActivityView {
.topHead .progressView .point .msgView.activity {
position: absolute;
bottom: calc(100% + 30rpx);
left: 50%;
@ -66,7 +66,7 @@
}
.topHead .progressView .point .msgActivityView::after {
.topHead .progressView .point .msgView.activity::after {
content: '';
display: block;
border-top: 18rpx solid #2d7cf6;