This commit is contained in:
ylj20011123 2025-10-13 15:03:34 +08:00
parent c0ad286261
commit ca9d4fd6ff
2 changed files with 1580 additions and 1114 deletions

View File

@ -18,7 +18,7 @@
<span>上传门店</span> <span>上传门店</span>
<span class="tab-unit-num" :class="{ 'priceRed': sMsg.uploadCount !== sMsg.totalUploadCount }">{{ <span class="tab-unit-num" :class="{ 'priceRed': sMsg.uploadCount !== sMsg.totalUploadCount }">{{
sMsg.uploadCount sMsg.uploadCount
}}</span> }}</span>
<span class="tab-unit-num " :class="{ 'more-btn': sMsg.uploadCount !== sMsg.totalUploadCount }">{{ <span class="tab-unit-num " :class="{ 'more-btn': sMsg.uploadCount !== sMsg.totalUploadCount }">{{
sMsg.totalUploadCount }}</span> sMsg.totalUploadCount }}</span>
</div> </div>
@ -122,7 +122,7 @@
</div> </div>
<div class="uni-flex jc-between"> <div class="uni-flex jc-between">
<div style="margin-bottom: 0;"><span style="font-size: 32rpx;">{{ operationModel[0].data <div style="margin-bottom: 0;"><span style="font-size: 32rpx;">{{ operationModel[0].data
}}</span> }}</span>
</div> </div>
<div style="margin-bottom: 0;" v-if="operationModel[1].data"><span style="font-size: 32rpx;">{{ <div style="margin-bottom: 0;" v-if="operationModel[1].data"><span style="font-size: 32rpx;">{{
operationModel[1].data operationModel[1].data
@ -1119,13 +1119,14 @@ cover-view.page-title {
} }
.shop-card .shop-name { .shop-card .shop-name {
height: 60rpx;
font-size: 26rpx; font-size: 26rpx;
text-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.3); text-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.3);
line-height: 1.4; line-height: 30rpx;
max-height: 64rpx; // max-height: 50rpx;
overflow: hidden; overflow: hidden;
font-weight: 500; font-weight: 500;
margin: 12rpx 0; margin: 4rpx 0;
} }
.shop-card image { .shop-card image {
@ -1143,6 +1144,7 @@ cover-view.page-title {
font-weight: 700; font-weight: 700;
text-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.3); text-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.3);
margin-top: auto; margin-top: auto;
white-space: nowrap;
} }
.box-card { .box-card {

File diff suppressed because it is too large Load Diff