mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 修复左侧列表高度异常
This commit is contained in:
@@ -301,6 +301,11 @@ async function uploadAbyss(): Promise<void> {
|
||||
color: var(--box-text-4);
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line selector-class-pattern */
|
||||
.ua-left-box :deep(.v-tabs.v-slide-group--vertical) {
|
||||
max-height: calc(100% - 150px);
|
||||
}
|
||||
|
||||
.ua-tabs-box {
|
||||
max-height: calc(100% - 150px);
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user