FEAT => 本次更新项目为:

存一半
This commit is contained in:
超级老白兔
2025-07-31 18:18:01 +08:00
parent 101676cef3
commit 02d0031079
4 changed files with 541 additions and 85 deletions

View File

@@ -35,7 +35,10 @@
min-height: 100vh;
padding: 0 0 60px 0;
}
.scene-page-content {
padding: 16px;
text-align: center;
}
// 错误提示
.error-notice {
margin-bottom: 12px;

View File

@@ -65,7 +65,7 @@ const Scene: React.FC = () => {
navigate("/scenarios/new");
};
if (error && scenarios.length === 0) {
if (!(error && scenarios.length === 0)) {
return (
<Layout
header={