fix: 修复项目案例对应单元显示问题
- 修复"长安幻夜"和"水墨苏乡"项目对应单元无法显示的问题 - 使用模板字符串处理包含中文双引号的项目名称键 - 调整JobInfoModal弹窗最大宽度为860px 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user