修改页面,完成单页模式新增首页返回上一页按钮

This commit is contained in:
2026-08-31 14:48:32 +08:00
parent aaed0584b1
commit 15b301b358
363 changed files with 10895 additions and 213 deletions
+11
View File
@@ -371,6 +371,7 @@
gap: 10px;
flex-wrap: wrap;
justify-content: flex-end;
margin-top: 16px;
}
.row-actions button.pill {
@@ -812,6 +813,16 @@
display: flex;
gap: 14px;
flex-wrap: wrap;
margin-top: 16px;
}
/* 网格和横向行已经通过 gap 管理间距,避免操作区重复叠加外边距。 */
.editor-form > .bottom-actions,
.editor-field > .bottom-actions,
.editor-two .bottom-actions,
.module-list > .row-actions,
.module-row > .row-actions {
margin-top: 0;
}
.editor-form {