11.28提交

This commit is contained in:
zoujiandong
2025-11-28 10:43:13 +08:00
parent 91726b87c5
commit 9788e723a2
17 changed files with 1005 additions and 408 deletions
+16 -5
View File
@@ -102,7 +102,7 @@
<view class="video-progress-bar-inner" :style="{ width: item.progress + '%' }"></view>
</view> -->
<!-- <text>{{ item.progress + '%' }}</text> -->
<text>{{ formatSize(item.downloadSize) }} / {{ formatSize(item.totalSize) }}</text>
<view class="size-box">{{ formatSize(item.downloadSize) }}/{{ formatSize(item.totalSize) }}</view>
</view>
</view>
</view>
@@ -596,13 +596,24 @@ onMounted(() => {
page{
background-color: #ffffff;
}
.size-box{
display: flex;
white-space: nowrap;
justify-content: flex-end;
white-space: nowrap;
font-size: 24rpx;
color:#8b2316
}
.box{
display: flex;
flex:1;
align-items: center;
white-space: nowrap;
justify-content: flex-end;
margin-left: 30rpx;
text{
width: 40rpx;
display: flex;
white-space: nowrap;
font-size: 24rpx;
color:#8b2316
}
@@ -804,8 +815,8 @@ page{
}
.video-status{
display: flex;
align-items: center;
margin-right: 20rpx;
justify-content: space-between;
.status-icon{
display: flex;