This commit is contained in:
huangjinming 2022-11-17 13:59:13 +08:00
commit be993ea28d

View File

@ -246,4 +246,9 @@ export default {
height: 30vh; // height: 30vh; //
overflow: auto; overflow: auto;
} }
@media (min-width: 1024px) {
.title {
font-size: 58px;
}
}
</style> </style>