调整模型预览左侧宽度

This commit is contained in:
zhangshun
2026-05-31 11:41:40 +08:00
parent 7ceed76d50
commit 0ace6c0413

View File

@@ -106,7 +106,7 @@
padding: 0; padding: 0;
background: #f4f7f9; background: #f4f7f9;
display: grid; display: grid;
grid-template-columns: 180px 1fr; grid-template-columns: 250px 1fr;
min-height: 0; min-height: 0;
overflow: hidden; overflow: hidden;
} }