增加新的约束和替换编辑器

This commit is contained in:
rain
2026-06-18 09:28:37 +08:00
parent 3493481049
commit db8ed02602
12 changed files with 24337 additions and 1004 deletions
+20 -12
View File
@@ -190,9 +190,27 @@
}
.publish-editor-textarea {
display: none;
}
.publish-editor {
overflow: hidden;
width: 100%;
height: 400px;
visibility: hidden;
border: 1px solid #e1e6f0;
border-radius: 8px;
background: #fff;
}
.publish-editor-toolbar {
border-bottom: 1px solid #e1e6f0;
}
.publish-editor-container {
min-height: 400px;
}
.publish-editor-container .w-e-text-container {
min-height: 400px !important;
}
.submit-row {
@@ -217,16 +235,6 @@
background: linear-gradient(90deg, #173f8e 0%, #1f54aa 55%, #9132a0 100%);
}
.publish-card .ke-container,
.publish-card .ke-toolbar,
.publish-card .ke-edit {
width: 100% !important;
}
.publish-card .ke-container {
border-color: #e1e6f0;
}
.submit-btn:active {
transform: translateY(1px);
}