️ 修复武器图鉴左侧列表高度异常

This commit is contained in:
目棃
2024-02-23 20:51:38 +08:00
parent 8e5cbbbd58
commit a73b49a2c6
2 changed files with 0 additions and 2 deletions

View File

@@ -128,7 +128,6 @@ async function toOuter(item?: TGApp.App.Character.WikiBriefInfo): Promise<void>
.wc-left {
display: flex;
width: 500px;
height: 100%;
flex-direction: column;
gap: 10px;
}

View File

@@ -120,7 +120,6 @@ async function toOuter(item?: TGApp.App.Weapon.WikiBriefInfo): Promise<void> {
.ww-left {
display: flex;
width: 500px;
height: 100%;
flex-direction: column;
gap: 10px;
}