fix error
This commit is contained in:
parent
53fb3fcabd
commit
5df46834aa
|
@ -271,6 +271,11 @@ body{
|
|||
flex: none;
|
||||
display: none;
|
||||
}
|
||||
.box:hover img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
.box{
|
||||
flex: 3;
|
||||
color: #666666;
|
||||
|
|
Loading…
Reference in New Issue