This commit is contained in:
yj 2024-12-11 15:20:58 +08:00
parent 7aa8bb4a8f
commit d30b6ed762
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@
height: 0;
.userVideoContentListItem {
height: 13%;
width: calc(100% / 3 - 8px);
height: calc(100% / 6 - 8px);
width: calc(100% / 2 - 8px);
padding: 4px;
.userVideoContentListItemVideo {