mirror of
https://github.com/whyour/qinglong.git
synced 2025-06-02 23:36:07 +08:00
31 lines
514 B
Plaintext
31 lines
514 B
Plaintext
@import '~antd/es/style/themes/default.less';
|
|
@import '~@/styles/variable.less';
|
|
|
|
.left-tree {
|
|
&-container {
|
|
overflow: hidden;
|
|
position: relative;
|
|
background-color: @component-background;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
&-scroller {
|
|
flex: 1;
|
|
overflow: auto;
|
|
padding-top: 6px;
|
|
}
|
|
}
|
|
|
|
.log-container {
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
:global {
|
|
.Pane.vertical.Pane1 {
|
|
padding-right: 5px;
|
|
border-right: 1px dashed @text-color;
|
|
}
|
|
}
|