revert 解决冲突
This commit is contained in:
2025-11-27 15:38:07 +08:00
parent d209c05a18
commit 3da220526b
20 changed files with 33 additions and 1051 deletions

View File

@@ -362,13 +362,13 @@ const retry = () => {
.video-wrapper {
width: 100%;
height: 400rpx;
height: 100%;
position: relative;
}
.video-element {
width: 100%;
height: 100%;
height: 400rpx;
}
.error-display {
@@ -401,12 +401,10 @@ const retry = () => {
}
.btn-retry {
display: inline-block;
background-color: #1989fa;
color: #fff;
border: none;
padding: 20rpx 40rpx;
line-height: 1;
border-radius: 8rpx;
font-size: 28rpx;
}