From 859786cc3082999f4ec9a57b72ff87023dba6c68 Mon Sep 17 00:00:00 2001 From: "peng.peng" Date: Mon, 24 Jul 2023 14:40:49 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E6=96=87=E4=BB=B6=E5=90=8D=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=86=99=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client/src/components/public/index.less | 4 +- .../client/src/components/public/noData.js | 2 +- .../components/public/index.less | 2 +- .../components/public/noData.js | 2 +- .../components/public/table-card.js | 2 +- .../community-safty/components/style.less | 40 +++++------ .../community-safty/containers/gis.less | 12 ++-- .../community-safty/containers/style.less | 10 +-- .../fire-control/components/public/index.less | 2 +- .../fire-control/components/public/noData.js | 2 +- .../components/public/table-card.js | 2 +- .../fire-control/components/style.less | 38 +++++------ .../sections/fire-control/containers/gis.less | 12 ++-- .../fire-control/containers/style.less | 10 +-- .../homePage/components/public/index.less | 2 +- .../homePage/components/public/noData.js | 2 +- .../homePage/components/public/table-card.js | 2 +- .../sections/homePage/components/style.less | 26 +++---- .../sections/homePage/containers/style.less | 30 ++++---- .../components/public/index.less | 2 +- .../components/public/noData.js | 2 +- .../components/public/table-card.js | 2 +- .../water-prevention/components/style.less | 68 +++++++++---------- .../water-prevention/containers/gis.less | 32 ++++----- .../water-prevention/containers/style.less | 10 +-- 25 files changed, 159 insertions(+), 159 deletions(-) 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 (