add 用量统计&风机频率

This commit is contained in:
lb
2023-12-06 09:47:06 +08:00
parent e7263302a7
commit 7cb88fab88
17 changed files with 240 additions and 63 deletions

View File

@@ -6,10 +6,10 @@ export default {
<div
class="line"
style={{
width: this.horizontal ? '100%' : '2px',
height: this.horizontal ? '2px' : '100%',
width: this.horizontal ? '100%' : '4px',
height: this.horizontal ? '4px' : '100%',
background:
'radial-gradient(ellipse at center, #3CE7FF 100%, #3CE7FF 50%, #3CE7FF 0%)',
'radial-gradient(ellipse at center, #3CE7FF, #3CE7FF66, transparent, transparent)',
}}></div>
);
},