mejoras UI,

This commit is contained in:
2025-08-28 01:35:38 -06:00
parent 91f0e93a28
commit fd3338cf2d
3 changed files with 75 additions and 4 deletions

View File

@@ -70,6 +70,7 @@
<div
v-for="group in ratioData"
:key="group.name"
v-show="group.total > 0"
class="ratio-group"
:class="{ highlight: highlighted === group.name }"
@mouseenter="highlighted = group.name"