Luolei 6 years ago
parent
commit
60b0cb5910
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/TimeInterval/index.jsx

+ 2 - 2
src/components/TimeInterval/index.jsx

@@ -91,8 +91,8 @@ class TimeInterval extends React.Component {
               value={endTime}
               value={endTime}
               readOnly
               readOnly
               className={style.ipt}
               className={style.ipt}
-               onClick={()=>handleShowTime(2)} 
-               type="text" 
+               onClick={()=>handleShowTime(2)}
+               type="text"
                placeholder="终止时间"/>
                placeholder="终止时间"/>
           </div>
           </div>
           {
           {