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

Commit575755d

Browse files
fix select input styles not applying
1 parentf3e96ac commit575755d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎client/packages/lowcoder/src/comps/comps/selectInputComp/selectCompConstants.tsx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export const getStyle = (
7878
.ant-select-selection-search {
7979
padding:${style.padding};
8080
}
81-
.ant-select-selection-search-input {
81+
.ant-select-selection-search-input,
82+
.ant-select-selection-item .option-label {
8283
font-family:${(styleasSelectStyleType).fontFamily} !important;
8384
text-transform:${(styleasSelectStyleType).textTransform} !important;
8485
text-decoration:${(styleasSelectStyleType).textDecoration} !important;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp