fix:修复只读文件切换编辑文件时iframe重新加载问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user