增加新的约束和替换编辑器
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user