Merge pull request #3152 from dataease/pr@dev@refactor_threshold_bg_color

refactor(视图): 阈值默认背景色调整
This commit is contained in:
xuwei-fit2cloud 2022-09-22 12:59:10 +08:00 committed by GitHub
commit 334c6e261a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ export default {
field: '0', field: '0',
value: '', value: '',
color: '#ff0000ff', color: '#ff0000ff',
backgroundColor: '#ffffffff', backgroundColor: '#ffffff00',
min: '0', min: '0',
max: '1' max: '1'
}, },