mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 11:22:58 +08:00
初始化项目
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
body {
|
||||
height: 100%;
|
||||
overflow-y: hidden;
|
||||
background-color: rgb(248, 248, 248);
|
||||
}
|
||||
|
||||
@import '~codemirror/lib/codemirror.css';
|
||||
@import '~codemirror/theme/dracula.css';
|
||||
|
||||
.code-mirror-wrapper .CodeMirror {
|
||||
position: absolute;
|
||||
height: calc(100% - 24px);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ant-pro-grid-content.wide {
|
||||
max-width: unset;
|
||||
height: calc(100vh - 72px);
|
||||
overflow: auto;
|
||||
.ant-pro-page-container-children-content{
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user