Use react loading percentage width and height

This commit is contained in:
Lucas BEE 2018-08-17 13:03:46 +08:00
parent b4d811a67b
commit 00b8de97db

View File

@ -7,8 +7,8 @@ export default function Loader() {
<div className="col-md-6 col-md-offset-3"> <div className="col-md-6 col-md-offset-3">
<Loading <Loading
type="bars" type="bars"
height={100} height={'100%'}
width={100} width={'100%'}
color="#EBEBEB" color="#EBEBEB"
/> />
</div> </div>