qinglong/src/pages/error/index.less
2022-02-26 14:16:51 +08:00

13 lines
210 B
Plaintext

.error-wrapper {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
.react-terminal-wrapper {
max-width: 90%;
height: calc(100vh - 80px);
overflow-y: auto;
}
}