fix:样式提交;

This commit is contained in:
小杨 2024-11-20 17:07:00 +08:00
parent 64d9e9c18b
commit 9418998ec5
1 changed files with 4 additions and 2 deletions

View File

@ -289,7 +289,10 @@ const chooseVedio = (item) => {
width: calc(20%); width: calc(20%);
cursor: pointer; cursor: pointer;
transition: all 0.3s ease; transition: all 0.3s ease;
padding: 5px padding: 5px;
display: flex;
flex-direction: column;
justify-content: space-between;
} }
.content:hover { .content:hover {
@ -297,7 +300,6 @@ const chooseVedio = (item) => {
// box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); // box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
} }
.content-list{ .content-list{
height: 80%;
} }
.item-content { .item-content {