Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45673a8

Browse files
committed
[Feat]:#1615 Add component 'type' in show data modal
1 parent524bc75 commit45673a8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎client/packages/lowcoder/src/pages/editor/LeftContent.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,14 @@ export const LeftContent = (props: LeftContentProps) => {
446446
</span>
447447
{info?.show&&data&&(
448448
<Modal
449-
title={data.name}
449+
title={
450+
<div>
451+
<div>{data.name}</div>
452+
<divstyle={{fontSize:'12px',color:'#666',fontWeight:'normal',marginTop:'4px'}}>
453+
<strong>Type:</strong>{data.type}
454+
</div>
455+
</div>
456+
}
450457
open={info.show}
451458
onOk={()=>setShowData([])}
452459
cancelButtonProps={{style:{display:'none'}}}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp