mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
add reconciliation statement in desktop version
This commit is contained in:
@@ -326,7 +326,7 @@ function getTimerPickerItemStyle(textualValue: string, textualCurrentValue: stri
|
||||
}
|
||||
}
|
||||
|
||||
let angle = -24 * valueDiff;
|
||||
const angle = -24 * valueDiff;
|
||||
|
||||
if (angle > 180) {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user