调整分量输出格式。

This commit is contained in:
徐涛 2024-12-31 12:31:49 +08:00
parent 3524568fec
commit 7a76fe0751

View File

@ -44,7 +44,7 @@ export function ColorRangePicker({
<div className={styles.title_row}>
<label>{title}</label>
<span>
{pickerValue}
{valueProcess(pickerValue)}
{unit}
</span>
</div>