💄 修复左侧样式错误

This commit is contained in:
BTMuli
2023-10-18 18:01:57 +08:00
parent b7a555c8b8
commit 32a40b3cad

View File

@@ -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;