样式 #42

Merged
yangqiang merged 1 commits from yangjie into master 2024-12-11 15:22:04 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d30b6ed762 - Show all commits

View File

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