fix
This commit is contained in:
@@ -919,8 +919,10 @@ export default defineComponent({
|
|||||||
min-height: 34rem;
|
min-height: 34rem;
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
margin-top: 2.4rem;
|
margin-top: 2.4rem;
|
||||||
height: 20rem;
|
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
|
&[state="2"] {
|
||||||
|
height: 20rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&[state="2"] {
|
&[state="2"] {
|
||||||
> * {
|
> * {
|
||||||
|
|||||||
Reference in New Issue
Block a user