fix: 修复项目案例对应单元显示问题

- 修复"长安幻夜"和"水墨苏乡"项目对应单元无法显示的问题
- 使用模板字符串处理包含中文双引号的项目名称键
- 调整JobInfoModal弹窗最大宽度为860px

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
KQL
2025-09-14 14:23:33 +08:00
parent fc616bb6cd
commit 11af479a44
3 changed files with 40 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
.job-info-modal-content {
max-height: 80vh;
width: 720px;
max-width: 860px;
width: 100%;
position: relative;
display: flex;
flex-direction: column;