mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-14 04:50:50 +08:00
添加系统错误页面
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.error-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
|
||||
.react-terminal-wrapper {
|
||||
max-width: 90%;
|
||||
height: calc(100vh - 80px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user