style: 增加左栏宽度以容纳长公司名称

将企业列表左栏宽度从 228px 增加到 320px,确保长公司名称能够正确显示。
This commit is contained in:
TianyangZhang 2026-03-25 15:14:17 +08:00
parent b4a101d4fe
commit 640cc68cfd
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ onMounted(async () => {
/* ── 左栏 ── */
.panel-left {
width: 228px;
width: 320px;
flex-shrink: 0;
display: flex;
flex-direction: column;