Skip to content

Commit 328bede

Browse files
committed
chore(platform): update style
1 parent fe5e3bf commit 328bede

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/platform/src/app/routes/list/standard-table/StandardTable.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ export default function StandardTable(): JSX.Element | null {
163163
dType={{
164164
type: 'warning',
165165
title: 'Delete device',
166-
description: `Confirm to delete ${paramsOfDeleteModal.device.name}?`,
166+
description: (
167+
<>
168+
Confirm to delete <strong>{paramsOfDeleteModal.device.name}</strong>?
169+
</>
170+
),
167171
}}
168172
dMaskClosable={false}
169173
dSkipFirstTransition={false}

0 commit comments

Comments
 (0)