Skip to content

Commit 219d83a

Browse files
committed
fix: slider demo
1 parent 05a4589 commit 219d83a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/slider/demo/basic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ class App extends React.Component {
4343
<p className="title">Slider 自定义颜色</p>
4444
<Slider defaultValue={26} min={0} max={30} maximumTrackStyle={{ backgroundColor: 'red', height: 10 }}
4545
minimumTrackStyle={{ backgroundColor: 'blue', height: 10 }}
46-
handleStyle={{ borderColor: 'blue', height: 28, width: 28, marginLeft: -14, marginTop: -9,
47-
backgroundColor: 'blue' }} />
46+
handleStyle={{ borderColor: 'blue', height: 28, width: 28, marginLeft: -14, marginTop: -9, backgroundColor: 'blue' }}
47+
/>
4848
</WingBlank>
4949
</div>
5050
);

0 commit comments

Comments
 (0)