From 9fe1ec3afe8696c628d076d1f76686c4efc3012e Mon Sep 17 00:00:00 2001
From: zc <zyzc>
Date: 星期二, 21 十月 2025 10:49:55 +0800
Subject: [PATCH] 容器初始化功能优化
---
rsf-admin/src/page/components/EditBaseAside.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rsf-admin/src/page/components/EditBaseAside.jsx b/rsf-admin/src/page/components/EditBaseAside.jsx
index 78e83e6..ad8fa48 100644
--- a/rsf-admin/src/page/components/EditBaseAside.jsx
+++ b/rsf-admin/src/page/components/EditBaseAside.jsx
@@ -23,9 +23,9 @@
{translate('common.edit.side.title')}
</Typography>
<Grid container rowSpacing={2} columnSpacing={1}>
- <Grid item xs={12} display="flex" gap={1}>
+ {/* <Grid item xs={12} display="flex" gap={1}>
<StatusField label="Status" />
- </Grid>
+ </Grid> */}
<Grid item xs={12} display="flex" gap={1}>
<AccessTimeIcon fontSize="small" color="disabled" />
<Box flexGrow={1}>
--
Gitblit v1.9.1