Skip to content

Commit

Permalink
💄 修复左侧样式错误
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Oct 18, 2023
1 parent b7a555c commit 32a40b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pages/User/Abyss.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 32a40b3

Please sign in to comment.