File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default class Demo extends Component {
20
20
21
21
render ( ) {
22
22
return (
23
- < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } >
23
+ < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } innerStyle = { { width : '100%' } } >
24
24
< t-slider value = { this . value1 . value } onChange = { this . onChange } onChangeEnd = { this . onChangeEnd } />
25
25
< t-slider range value = { this . value2 . value } onChange = { this . onChange } onChangeEnd = { this . onChangeEnd } />
26
26
</ t-space >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default class Demo extends Component {
10
10
11
11
render ( ) {
12
12
return (
13
- < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } >
13
+ < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } innerStyle = { { width : '100%' } } >
14
14
< t-slider value = { this . value1 . value } disabled />
15
15
< t-slider range value = { this . value2 . value } disabled />
16
16
</ t-space >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default class Demo extends Component {
15
15
} ;
16
16
17
17
return (
18
- < t-space size = "60px" style = { { height : '300px' } } >
18
+ < t-space size = "60px" style = { { height : '300px' , display : 'inline-flex' } } >
19
19
< t-slider value = { this . value1 . value } layout = "vertical" inputNumberProps = { inputNumberProps } />
20
20
< t-slider range value = { this . value2 . value } layout = "vertical" inputNumberProps = { inputNumberProps } />
21
21
</ t-space >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default class Demo extends Component {
15
15
} ;
16
16
17
17
return (
18
- < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } >
18
+ < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } innerStyle = { { width : '100%' } } >
19
19
< t-slider value = { this . value1 . value } inputNumberProps = { inputNumberProps } />
20
20
< t-slider range value = { this . value2 . value } inputNumberProps = { inputNumberProps } />
21
21
</ t-space >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default class Demo extends Component {
28
28
29
29
render ( ) {
30
30
return (
31
- < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } >
31
+ < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } innerStyle = { { width : '100%' } } >
32
32
< t-slider value = { this . value1 . value } marks = { this . marks1 . value } />
33
33
< t-slider range value = { this . value2 . value } marks = { this . marks2 . value } />
34
34
</ t-space >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default class Demo extends Component {
24
24
25
25
render ( ) {
26
26
return (
27
- < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } >
27
+ < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } innerStyle = { { width : '100%' } } >
28
28
< t-slider
29
29
value = { this . value1 . value }
30
30
min = { this . min . value }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default class Demo extends Component {
12
12
const step = 4 ;
13
13
14
14
return (
15
- < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } >
15
+ < t-space direction = "vertical" size = "60px" style = { { width : '100%' } } innerStyle = { { width : '100%' } } >
16
16
< t-slider value = { this . value1 . value } step = { step } />
17
17
< t-slider range value = { this . value2 . value } step = { step } />
18
18
</ t-space >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default class Demo extends Component {
28
28
29
29
render ( ) {
30
30
return (
31
- < t-space size = "60px" style = { { height : '300px' } } >
31
+ < t-space size = "60px" style = { { height : '300px' , display : 'inline-flex' } } >
32
32
< t-slider value = { this . value1 . value } marks = { this . marks1 . value } layout = "vertical" />
33
33
< t-slider range value = { this . value2 . value } marks = { this . marks2 . value } layout = "vertical" />
34
34
</ t-space >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default class Demo extends Component {
10
10
11
11
render ( ) {
12
12
return (
13
- < t-space size = "60px" style = { { height : '300px' } } >
13
+ < t-space size = "60px" style = { { height : '300px' , display : 'inline-flex' } } >
14
14
< t-slider value = { this . value1 . value } layout = "vertical" />
15
15
< t-slider range value = { this . value2 . value } layout = "vertical" />
16
16
</ t-space >
You can’t perform that action at this time.
0 commit comments