NEZ-1143 fix: Alert rule页面Expression输入框元素位置错误

This commit is contained in:
zhangyu
2021-11-01 09:57:30 +08:00
parent f5ba781413
commit 709f60062a
3 changed files with 7 additions and 1 deletions

View File

@@ -235,4 +235,7 @@ export default {
/deep/ .metric-selector-title{
margin-left: 0 !important;
}
/deep/ .query-row .metric-selector-input-box {
width: calc(100% - 120px);
}
</style>