修改页面,完成单页模式新增首页返回上一页按钮
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user