mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 调整高度
This commit is contained in:
@@ -66,7 +66,6 @@ onMounted(async () => {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: calc(100vh - 130px);
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -102,7 +101,7 @@ onMounted(async () => {
|
|||||||
.hta-tuf-item {
|
.hta-tuf-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: calc(100vh - 200px);
|
max-height: calc(100vh - 160px);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: var(--box-bg-1);
|
background: var(--box-bg-1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user