💄 调整高度

This commit is contained in:
目棃
2025-01-09 10:21:30 +08:00
parent 274eb75754
commit b867c008ae

View File

@@ -66,7 +66,6 @@ onMounted(async () => {
overflow: auto;
width: 100%;
height: 100%;
max-height: calc(100vh - 130px);
overflow-x: hidden;
}
@@ -102,7 +101,7 @@ onMounted(async () => {
.hta-tuf-item {
position: relative;
width: 100%;
max-height: calc(100vh - 200px);
max-height: calc(100vh - 160px);
border-radius: 5px;
background: var(--box-bg-1);
}