Skip to content

Commit

Permalink
[Bug] [Seatunnel-web] fix build prod (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: susanbushisan <[email protected]>
  • Loading branch information
susanbushisan and susanbushisan authored Dec 8, 2024
1 parent d11f6c5 commit 72be925
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const DagSidebar = defineComponent({
class="task-item-info ml-auto inline-block"
title={'Drag Source into Canvas and Double Click to Setup Configurations'}
>
<InfoCircleOutlined width="17px" height="17px" />
<InfoCircleOutlined style={{width:'17px', height:'17px'}} />
</span>
</div>
<div
Expand All @@ -88,7 +88,7 @@ const DagSidebar = defineComponent({
class="task-item-info ml-auto inline-block"
title={'Drag Sink into Canvas and Double Click to Setup Configurations'}
>
<InfoCircleOutlined width="17px" height="17px" />
<InfoCircleOutlined style={{width:'17px', height:'17px'}} />
</span>
</div>
{this.transforms.length > 0 && (
Expand Down Expand Up @@ -133,7 +133,7 @@ const DagSidebar = defineComponent({
class="task-item-info ml-auto inline-block"
title={'Drag '+ item.name +' into Canvas and Double Click to Setup Configurations'}
>
<InfoCircleOutlined width="17px" height="17px" />
<InfoCircleOutlined style={{width:'17px', height:'17px'}} />
</span>
</div>
)
Expand Down

0 comments on commit 72be925

Please sign in to comment.