style: 增加左栏宽度以容纳长公司名称
将企业列表左栏宽度从 228px 增加到 320px,确保长公司名称能够正确显示。
This commit is contained in:
parent
b4a101d4fe
commit
640cc68cfd
|
|
@ -182,7 +182,7 @@ onMounted(async () => {
|
||||||
|
|
||||||
/* ── 左栏 ── */
|
/* ── 左栏 ── */
|
||||||
.panel-left {
|
.panel-left {
|
||||||
width: 228px;
|
width: 320px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue