Skip to content

Commit 987cf53

Browse files
aixierclaude
andcommitted
fix: 修复移动端HTML编辑器布局和交互问题
- 优化移动端工具栏为单行布局,添加正确的图标显示 - 修复工具栏和输入区固定定位问题,使用sticky定位替代fixed - 调整iframe容器在工具栏和输入区之间的正确显示 - 优化z-index层级关系,确保各组件正确层叠 - 添加Element Plus图标包装器确保图标正常渲染 - 改进移动端响应式布局,优化空间利用 - 修复TypeScript类型警告,清理未使用的变量 - 添加nocommit目录到.gitignore 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 77c80db commit 987cf53

2 files changed

Lines changed: 607 additions & 100 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,6 @@ podcast_cards*.html
151151
record.mp3
152152
*沐尔*.mp3
153153
*赵守镇*.mp3
154+
155+
# Ignore nocommit directory
156+
nocommit/

0 commit comments

Comments
 (0)