Merge branch 'dev-3.2' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.2

This commit is contained in:
@changcode
2021-12-03 15:53:41 +08:00
5 changed files with 153 additions and 581 deletions

View File

@@ -46,6 +46,24 @@
margin-bottom: 10px;
box-sizing: border-box;
height: 32px;
.chart-title-content{
flex: 1;
display: flex;
height: 100%;
.el-input--small {
padding: 3px;
line-height: 24px;
input{
height: 26px;
line-height: 26px;
}
}
}
.hide-input {
input{
border: none !important;
}
}
.nz-icon{
cursor: pointer;
}