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

Commit76cf4d7

Browse files
committed
StepControl: refactor non used code
1 parenta74271c commit76cf4d7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ const StepsChildrenMap = {
101101

102102
letStepControlBasicComp=(function(){
103103
returnnewUICompBuilder(StepsChildrenMap,(props)=>{
104-
105-
constScrollWrapper=styled.div<{$showHorizontalScroll:boolean}>`
106-
overflow-x: scroll;
107-
::-webkit-scrollbar {
108-
display:${props=>props.$showHorizontalScroll ?"block" :"none"};
109-
}
110-
`;
111-
112104
constStyledWrapper=styled.div<{style:StepsStyleType,$animationStyle:AnimationStyleType}>`
113105
${props=>props.$animationStyle}
114106
height: 100%;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp