mirror of
https://github.com/wassname/slider.git
synced 2026-09-09 11:35:22 +08:00
style: update code style
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ const React = require('react');
|
||||
const ReactDOM = require('react-dom');
|
||||
const Slider = require('rc-slider');
|
||||
|
||||
const style = {float: 'left', width: 160, height: 400, marginBottom: 160, marginLeft: 50};
|
||||
const parentStyle = {overflow: 'hidden'};
|
||||
const style = { float: 'left', width: 160, height: 400, marginBottom: 160, marginLeft: 50 };
|
||||
const parentStyle = { overflow: 'hidden' };
|
||||
|
||||
const marks = {
|
||||
'-10': '-10°C',
|
||||
|
||||
Reference in New Issue
Block a user