style: 调整代码缩进与换行格式

This commit is contained in:
zhangtao
2026-05-16 01:13:09 +08:00
parent d56ec934a6
commit bb768d1a34
2 changed files with 8 additions and 6 deletions
+5 -5
View File
@@ -312,11 +312,11 @@ export class MenuProcessor {
private isNavigableRoute(route: AppRouteRecord): boolean {
return Boolean(
route.path &&
route.path !== "/" &&
!route.meta?.link &&
route.meta?.isIframe !== true &&
route.component &&
route.component !== ""
route.path !== "/" &&
!route.meta?.link &&
route.meta?.isIframe !== true &&
route.component &&
route.component !== ""
);
}
+3 -1
View File
@@ -280,7 +280,9 @@ export interface MapChartProps extends BaseChartProps {
// 双向堆叠柱状图 Props 接口(人口金字塔样式)
export interface BidirectionalBarChartProps
extends BaseChartProps, AxisDisplayProps, InteractionProps {
extends BaseChartProps,
AxisDisplayProps,
InteractionProps {
/** 正向数据(向上显示) */
positiveData: number[];
/** 负向数据(向下显示) */