🌱 完善窗口处理,代码格式化

This commit is contained in:
BTMuli
2023-10-23 19:31:11 +08:00
parent d18e463f7b
commit 77d3ecbeca
6 changed files with 175 additions and 109 deletions

View File

@@ -104,14 +104,13 @@ onMounted(async () => {
.hta-tuf-box {
display: flex;
overflow: hidden auto;
width: 100%;
max-height: 100%;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 5px;
overflow-x: hidden;
overflow-y: auto;
row-gap: 10px;
}