fix(admin): restrict write page width to match other pages
This commit is contained in:
parent
d1041a84dd
commit
cad0e3d83b
@ -401,7 +401,7 @@ fn write_editor(post_id: Option<i32>) -> Element {
|
|||||||
// 元信息表单复用样式见模块级 META_LABEL_CLASS / META_INPUT_CLASS。
|
// 元信息表单复用样式见模块级 META_LABEL_CLASS / META_INPUT_CLASS。
|
||||||
|
|
||||||
rsx! {
|
rsx! {
|
||||||
div { class: "relative flex flex-col",
|
div { class: "relative flex flex-col w-full max-w-7xl mx-auto h-full",
|
||||||
if loading() {
|
if loading() {
|
||||||
div { class: "absolute inset-0 z-10 bg-paper-theme", WriteSkeleton {} }
|
div { class: "absolute inset-0 z-10 bg-paper-theme", WriteSkeleton {} }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user