fix: 修复Expression metric-input不正确

This commit is contained in:
@changcode
2021-05-28 11:28:33 +08:00
parent 5cc00375ff
commit ccf8013050
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
:index="0"
:plugins="['metric-selector','metric-input']"
:required="true"
:styleType="2"
:styleType="3"
@change="metricChange"
></promql-input>
</el-row>