Compare commits
2 Commits
f8a877f62f
...
77b24581e2
Author | SHA1 | Date |
---|---|---|
yangws | 77b24581e2 | |
小杨 | 9f1c28ac86 |
|
@ -184,7 +184,7 @@ const chooseVedio = (item) => {
|
|||
padding: 5px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
// justify-content: space-between;
|
||||
}
|
||||
|
||||
.content:hover {
|
||||
|
@ -192,7 +192,7 @@ const chooseVedio = (item) => {
|
|||
// box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.content-list{
|
||||
height: 100%;
|
||||
height: 150px;
|
||||
display: flex;
|
||||
align-items: center
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue