熊大给出的配色建议

Co-authored-by: xiongbao <4247191+xiongbao@users.noreply.github.com>
This commit is contained in:
naiba
2021-08-06 10:43:21 +08:00
parent 08c688464a
commit 5f140f1d04
11 changed files with 21 additions and 12 deletions

View File

@@ -188,7 +188,7 @@
this.cache[percent].style['background-color'] = 'slategray'
this.cache[percent].class.offline = true
} else if (percent < 51) {
this.cache[percent].style['background-color'] = 'rgb(0, 235, 139)'
this.cache[percent].style['background-color'] = '#0a94f2'
this.cache[percent].class.fine = true
} else if (percent < 81) {
this.cache[percent].style['background-color'] = 'orange'