From dd2130e0df4359fdcf6d522875a96cd9d8afb015 Mon Sep 17 00:00:00 2001 From: xiejay97 Date: Thu, 2 Mar 2023 17:16:52 +0800 Subject: [PATCH] chore(platform): add subtitle to list --- packages/platform/src/app/components/list/List.tsx | 4 +++- .../routes/layout/header/notification/Notification.tsx | 3 ++- packages/platform/src/styles/components/list.scss | 9 ++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/packages/platform/src/app/components/list/List.tsx b/packages/platform/src/app/components/list/List.tsx index 6c1d4124..d11c2d56 100644 --- a/packages/platform/src/app/components/list/List.tsx +++ b/packages/platform/src/app/components/list/List.tsx @@ -7,6 +7,7 @@ export interface AppListProps extends Omit; }[]; @@ -23,12 +24,13 @@ export function AppList(props: AppListProps): JSX.Element | null { return (