diff --git a/super-screen/client/src/components/public/index.less b/super-screen/client/src/components/public/index.less index b998586..0ebd58b 100644 --- a/super-screen/client/src/components/public/index.less +++ b/super-screen/client/src/components/public/index.less @@ -71,7 +71,7 @@ display: inline-block; width: 15px; height: 15px; - background: url('/assets/images/homePage/bigscreen/sorrow.png'); + background: url('/assets/images/homepage/bigscreen/sorrow.png'); background-repeat: no-repeat; background-size: 100% 100%; margin-left: 13px; @@ -115,7 +115,7 @@ } .box_header_bg { - background: url(/assets/images/homePage/bigscreen/headertitlebg.png) no-repeat; + background: url(/assets/images/homepage/bigscreen/headertitlebg.png) no-repeat; background-size: 100% 100%; height: 42px; padding-top: 4px; diff --git a/super-screen/client/src/components/public/noData.js b/super-screen/client/src/components/public/noData.js index 9d5bb13..9b2957f 100644 --- a/super-screen/client/src/components/public/noData.js +++ b/super-screen/client/src/components/public/noData.js @@ -5,7 +5,7 @@ import { Empty } from 'antd'; function NoData({ height = 180, marginTop = 0 }) { return (