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

@@ -733,4 +733,7 @@ export default {
text-overflow:ellipsis;
white-space:nowrap
}
/deep/ .query-row .metric-selector-input-box {
width: calc(100% - 120px);
}
</style>