修改一些页面在desktop下的表现
This commit is contained in:
parent
c57c60a47c
commit
f4c5bca0da
@ -246,4 +246,9 @@ export default {
|
|||||||
height: 30vh; // 设置固定高度
|
height: 30vh; // 设置固定高度
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
.title {
|
||||||
|
font-size: 58px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user