style(system): 数据导出 tab 卡片宽度与其它 tab 对齐
ExportTab 根容器带了 max-w-2xl 把卡片限宽在 672px,而 DbStatusTab / ServerStatusTab / SqlConsoleTab / BackupTab 都不限宽填满 max-w-7xl 内容区。去掉 max-w-2xl 让数据导出卡片与其它 tab 宽度一致。内部表单 输入用 w-full,加宽后自然拉伸,无空白。
This commit is contained in:
parent
2e40836480
commit
c1530956b0
@ -1097,7 +1097,7 @@ fn ExportTab() -> Element {
|
|||||||
};
|
};
|
||||||
|
|
||||||
rsx! {
|
rsx! {
|
||||||
div { class: "space-y-4 max-w-2xl",
|
div { class: "space-y-4",
|
||||||
div { class: "{ADMIN_CARD_CLASS} p-4 space-y-4",
|
div { class: "{ADMIN_CARD_CLASS} p-4 space-y-4",
|
||||||
// 模式选择
|
// 模式选择
|
||||||
div { class: "flex items-center gap-4",
|
div { class: "flex items-center gap-4",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user