吉安感知网项目-前端
罗广辉
2026-02-04 17a1e95a0230c21fa2a4aac7f9b8cecd2d65f78d
1
2
3
4
5
6
7
8
9
$--colors: (
  'primary': (
    'base': #4C34FF,
  ),
);
 
@forward 'element-plus/theme-chalk/src/common/var.scss' with (
  $colors: $--colors,
);