mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
style: 调整代码缩进与换行格式
This commit is contained in:
@@ -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 !== ""
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -280,7 +280,9 @@ export interface MapChartProps extends BaseChartProps {
|
||||
|
||||
// 双向堆叠柱状图 Props 接口(人口金字塔样式)
|
||||
export interface BidirectionalBarChartProps
|
||||
extends BaseChartProps, AxisDisplayProps, InteractionProps {
|
||||
extends BaseChartProps,
|
||||
AxisDisplayProps,
|
||||
InteractionProps {
|
||||
/** 正向数据(向上显示) */
|
||||
positiveData: number[];
|
||||
/** 负向数据(向下显示) */
|
||||
|
||||
Reference in New Issue
Block a user