Merge pull request #13531 from ulleo/dev-v2

feat(图表): 解除表格行高100的限制
This commit is contained in:
xuwei-fit2cloud 2024-11-25 15:19:19 +08:00 committed by GitHub
commit b73550652b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -308,7 +308,7 @@ onMounted(() => {
controls-position="right"
v-model="state.tableCellForm.tableItemHeight"
:min="20"
:max="100"
:max="1000"
@change="changeTableCell('tableItemHeight')"
/>
</el-form-item>