feat: 修改 log-chart-box 和metrics-chart-box 使用同一个rightbox

This commit is contained in:
zhangyu
2021-12-02 14:09:49 +08:00
parent a6ad26068d
commit 3f010f5da0
6 changed files with 491 additions and 86 deletions

View File

@@ -7,6 +7,13 @@
font-size: 14px;
.el-form {
padding-top: 0px;
.thresholds-from-item{
margin-bottom: 0;
flex: 1;
}
.el-form-item__error {
padding-top: 0;
}
}
.chart-title-config {
border: 1px solid $--border-color-light;
@@ -46,6 +53,12 @@
margin-bottom: 10px;
align-items: center;
justify-items: center;
.el-form-item__content{
display: flex;
align-items: center;
justify-items: center;
width: 100%;
}
.el-input-number--small{
display: inline-block;
flex: 1;