mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-29 16:06:07 +08:00
移除terminal样式
This commit is contained in:
parent
74cad45856
commit
60dac17c3b
|
@ -1,43 +0,0 @@
|
||||||
@import '~@/styles/variable.less';
|
|
||||||
|
|
||||||
.left-tree {
|
|
||||||
&-container {
|
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
// padding: 16px 0;
|
|
||||||
background-color: #fff;
|
|
||||||
height: calc(100vh - 128px);
|
|
||||||
height: calc(100vh - var(--vh-offset, 0px) - 128px);
|
|
||||||
width: @tree-width;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
&-scroller {
|
|
||||||
flex: 1;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
&-search {
|
|
||||||
margin-bottom: 16px;
|
|
||||||
// position: absolute;
|
|
||||||
// top: 0;
|
|
||||||
// left: 0;
|
|
||||||
// padding-bottom: 16px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.log-container {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
:global {
|
|
||||||
.log-wrapper {
|
|
||||||
.ant-pro-grid-content.wide .ant-pro-page-container-children-content {
|
|
||||||
padding: 0;
|
|
||||||
background-color: #f8f8f8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.CodeMirror {
|
|
||||||
width: calc(100% - 32px - @tree-width);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user