优化了编辑器中的图片显示尺寸

This commit is contained in:
2025-10-12 21:09:03 +08:00
parent 1bb9b4a79e
commit b2fda14451
3 changed files with 146 additions and 19 deletions

View File

@@ -277,14 +277,14 @@ const setShowAlert = value => {
}
.rich-text-editor {
height: 100%;
min-height: 100%;
}
.header-info {
display: flex;
justify-content: flex-start;
gap: 10px;
padding: 1.5rem 16px 0.7rem 16px;
padding: 1rem 16px 0.7rem 16px;
background-color: var(--background-card);
border-bottom: 1px solid var(--border);
font-size: 0.7rem;