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