现在有的接口对接测试完成
This commit is contained in:
@@ -125,6 +125,21 @@
|
||||
padding: 28px;
|
||||
}
|
||||
|
||||
.rich-editor-host {
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 12px;
|
||||
background: var(--white);
|
||||
}
|
||||
|
||||
.rich-editor-toolbar {
|
||||
border-bottom: 1px solid var(--line);
|
||||
}
|
||||
|
||||
.rich-editor-content {
|
||||
height: 320px;
|
||||
}
|
||||
|
||||
.module-panel h2 {
|
||||
margin-bottom: 10px;
|
||||
font-family: "SimSun", "Songti SC", serif;
|
||||
@@ -523,6 +538,18 @@
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.notification-raw {
|
||||
margin: 0;
|
||||
padding: 16px;
|
||||
overflow-wrap: anywhere;
|
||||
white-space: pre-wrap;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 15px;
|
||||
background: #fffdf8;
|
||||
color: var(--ink);
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.module-row {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
|
||||
Reference in New Issue
Block a user