FEAT => 本次更新项目为:
存一半
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -65,7 +65,7 @@ const Scene: React.FC = () => {
|
||||
navigate("/scenarios/new");
|
||||
};
|
||||
|
||||
if (error && scenarios.length === 0) {
|
||||
if (!(error && scenarios.length === 0)) {
|
||||
return (
|
||||
<Layout
|
||||
header={
|
||||
|
||||
Reference in New Issue
Block a user