fix: 设置说明最大高度

This commit is contained in:
unanmed 2024-03-04 20:06:30 +08:00
parent 3d61d87e6c
commit 5217da3357

View File

@ -307,6 +307,7 @@ onUnmounted(() => {
.info-text {
font-size: 85%;
min-height: 30%;
max-height: 50%;
}
}