Compare commits

...

2 Commits

Author SHA1 Message Date
yangws 77b24581e2 Merge pull request 'fix:实验室样式;' (#429) from yangws into main
Reviewed-on: #429
2024-12-19 17:29:05 +08:00
小杨 9f1c28ac86 fix:实验室样式; 2024-12-19 17:28:39 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ const chooseVedio = (item) => {
padding: 5px; padding: 5px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; // justify-content: space-between;
} }
.content:hover { .content:hover {
@ -192,7 +192,7 @@ 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: 100%; height: 150px;
display: flex; display: flex;
align-items: center align-items: center
} }