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

Commit44aa451

Browse files
fixed selected icon preview in controlButton
1 parentcf11e80 commit44aa451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎client/packages/lowcoder/src/comps/comps/meetingComp/controlButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,13 @@ const IconWrapper = styled.div<{ $style: any }>`
7777

7878
constIconScoutWrapper=styled.div<{$style:any}>`
7979
display: flex;
80-
height: 100%;
8180
8281
${(props)=>props.$style&&getStyleIcon(props.$style)}
8382
`;
8483

8584
functiongetStyleIcon(style:any){
8685
returncss`
87-
svg {
86+
svg,img {
8887
width:${style.size}!important;
8988
height:${style.size}!important;
9089
}

‎client/packages/lowcoder/src/comps/controls/iconscoutControl.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const StyledDeleteInputIcon = styled(DeleteInputIcon)`
5151

5252
constStyledImage=styled.img`
5353
height: 100%;
54+
width: 100%;
5455
color: currentColor;
5556
`;
5657

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp