Compare commits
No commits in common. "77b24581e2f2d0ce4cc2c3623f5e0695f53b8c11" and "f8a877f62ff3c181c250e9d98b7a339cbe986b66" have entirely different histories.
77b24581e2
...
f8a877f62f
|
@ -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: 150px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue