mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 16:44:15 +08:00
修复:个股详情量比开关显示异常
This commit is contained in:
@@ -229,7 +229,7 @@ export function StockDailyKChart({
|
||||
volumeCompare.enabled ? 'bg-accent' : 'bg-elevated'
|
||||
}`}
|
||||
>
|
||||
<span className={`absolute top-0.5 h-2.5 w-2.5 rounded-full bg-white transition-transform ${
|
||||
<span className={`absolute left-0 top-0.5 h-2.5 w-2.5 rounded-full bg-white transition-transform ${
|
||||
volumeCompare.enabled ? 'translate-x-3' : 'translate-x-0.5'
|
||||
}`} />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user