style(仪表板、数据大屏): 调整查询组件的文字大小范围 #16517 (#16608)

This commit is contained in:
王嘉豪
2025-08-04 16:03:19 +08:00
committed by GitHub
parent c21a130875
commit 50ce5396e0

View File

@@ -474,7 +474,7 @@ const onPlaceholderChange = () => {
v-model="chart.customStyle.component.placeholderSize"
@change="handleCurrentPlaceholderCustomChange"
:min="10"
:max="20"
:max="40"
:disabled="!chart.customStyle.component.placeholderShow"
style="margin-left: 8px"
step-strictly