feat: 完善项目功能和部署脚本
- 修复页面跳转白屏闪烁问题
- 集成过渡岗位页面(岗位装配中心)
- 添加iframe全屏嵌入(教务系统、就业规划)
- 优化企业资源卡片hover分裂效果
- 添加Windows和macOS快捷部署脚本
- 更新.gitignore忽略测试文件和缓存
🤖 Generated with Claude Code
This commit is contained in:
@@ -138,8 +138,11 @@ export class DetailInterface {
|
||||
// 填充业务板块
|
||||
this.renderSegments(company.segments);
|
||||
|
||||
// 显示界面
|
||||
// 显示界面 - 先设置为不可见状态,避免闪烁
|
||||
this.container.style.opacity = '0';
|
||||
this.container.style.display = 'block';
|
||||
|
||||
// 立即淡入
|
||||
gsap.to(this.container, {
|
||||
opacity: 1,
|
||||
duration: CONFIG.animation.ui.fadeDuration
|
||||
|
||||
Reference in New Issue
Block a user