fix:修复只读文件切换编辑文件时iframe重新加载问题

This commit is contained in:
xiaozhu
2026-08-13 17:24:55 +08:00
parent 9160175d51
commit bcddaac083
2 changed files with 51 additions and 48 deletions
+3 -2
View File
@@ -2080,7 +2080,8 @@ button {
align-items: center;
justify-content: center;
gap: 8px;
padding: 10px 16px;
padding: 8px 16px;
margin-bottom: 6px;
background: #fff3cd;
border-bottom: 1px solid #e0e0e0;
color: #856404;
@@ -2151,7 +2152,7 @@ button {
}
.notebook-cell--markdown {
padding: 14px 24px;
padding: 4px 24px;
}
.notebook-cell--code {