mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-13 04:02:56 +08:00
支持批量创建同名称环境变量,日志和脚本管理PC页支持宽度拖拽
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
background-color: #fff;
|
||||
height: calc(100vh - 128px);
|
||||
height: calc(100vh - var(--vh-offset, 0px) - 128px);
|
||||
width: @tree-width;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -20,4 +19,5 @@
|
||||
|
||||
.log-container {
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user