Merge branch 'dev-3.6' of git.mesalab.cn:nezha/nezha-fronted into dev-3.7

This commit is contained in:
zyh
2023-05-09 16:42:39 +08:00
3 changed files with 45 additions and 4 deletions

View File

@@ -173,6 +173,7 @@
justify-content: space-between;
box-sizing: border-box;
height: 32px;
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
.variable-title-left{
width: 450px;
text-overflow: ellipsis;
@@ -199,6 +200,9 @@
font-size: 17px;
}
}
.is-item-box-error .variable-title {
border-color: #F56C6C
}
.add-variable{
border: 1px solid $--border-color-light;
border-radius: 2px;