feat: 财务中心增加其他收支

This commit is contained in:
砂糖
2025-09-26 14:52:51 +08:00
parent 2c0ec2907a
commit 32059525f0
5 changed files with 362 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ $background-light-base: lighten($background-base, 5%);
$background-lighter-base: lighten($background-base, 10%);
$--color-text-primary: #1a1a1a;
$panel-bg-base: $--color-text-primary;
$table-bg-base: $--color-text-primary;
$table-bg-base: transparent;
// 亮色边框色原始值
$border-color-base: #6E757D;