现在有的接口对接测试完成

This commit is contained in:
2026-07-25 19:19:36 +08:00
parent 8870136d1b
commit 817d85e117
59 changed files with 26623 additions and 1576 deletions
+27
View File
@@ -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;