mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 修复左侧样式错误
This commit is contained in:
@@ -209,18 +209,22 @@ async function uploadAbyss(): Promise<void> {
|
||||
display: flex;
|
||||
height: calc(100vh - 35px);
|
||||
align-items: center;
|
||||
justify-content: left;
|
||||
justify-content: center;
|
||||
border: 1px solid var(--common-shadow-4);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.ua-tab {
|
||||
width: 100px;
|
||||
height: 100%;
|
||||
color: var(--box-text-4);
|
||||
font-family: var(--font-text);
|
||||
}
|
||||
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
.ua-tab.v-tabs.v-slide-group--vertical {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ua-tab-bottom {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user