Merge pull request #9335 from dataease/pr@dev-v2@refactor_top_n_label_trigger

refactor(图表): topN 标签触发事件修改为输入内容变更
This commit is contained in:
wisonic-s 2024-04-25 15:07:42 +08:00 committed by GitHub
commit 73724a215a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -804,7 +804,7 @@ onMounted(() => {
v-model="state.basicStyleForm.topNLabel" v-model="state.basicStyleForm.topNLabel"
size="small" size="small"
:maxlength="50" :maxlength="50"
@blur="changeBasicStyle('topNLabel')" @change="changeBasicStyle('topNLabel')"
/> />
</el-form-item> </el-form-item>
</div> </div>