diff --git a/super-screen/client/assets/images/homepage/fire/icon3.png b/super-screen/client/assets/images/homepage/fire/icon3.png new file mode 100644 index 0000000..9f08aaa Binary files /dev/null and b/super-screen/client/assets/images/homepage/fire/icon3.png differ diff --git a/super-screen/client/src/components/rollComponent/index.js b/super-screen/client/src/components/rollComponent/index.js index a35c3ed..3cd6fbe 100644 --- a/super-screen/client/src/components/rollComponent/index.js +++ b/super-screen/client/src/components/rollComponent/index.js @@ -30,8 +30,8 @@ export default class AutoRollComponent extends Component { if (!this.props.closeroll) { if (this.props.canScroll) { - this.cloneEle = document.getElementById(this.props.divId); - this.scrollElem.appendChild(this.cloneEle.cloneNode(true)); + // this.cloneEle = document.getElementById(this.props.divId); + // this.scrollElem.appendChild(this.cloneEle.cloneNode(true)); this.repeat() } } diff --git a/super-screen/client/src/sections/fire-control/components/left-bottom.js b/super-screen/client/src/sections/fire-control/components/left-bottom.js index cbfe037..21a78ad 100644 --- a/super-screen/client/src/sections/fire-control/components/left-bottom.js +++ b/super-screen/client/src/sections/fire-control/components/left-bottom.js @@ -33,7 +33,7 @@ function Infrastructure(props) { } return - + } diff --git a/super-screen/client/src/sections/fire-control/components/right-top.js b/super-screen/client/src/sections/fire-control/components/right-top.js index 6b52986..8ea46fb 100644 --- a/super-screen/client/src/sections/fire-control/components/right-top.js +++ b/super-screen/client/src/sections/fire-control/components/right-top.js @@ -33,7 +33,7 @@ function CitySafty(props) {
-
+
烟感设备 @@ -48,7 +48,7 @@ function CitySafty(props) {
} return - + } diff --git a/super-screen/client/src/sections/fire-control/components/style.less b/super-screen/client/src/sections/fire-control/components/style.less index 5e35835..f0dbb6b 100644 --- a/super-screen/client/src/sections/fire-control/components/style.less +++ b/super-screen/client/src/sections/fire-control/components/style.less @@ -342,12 +342,14 @@ .realtime_data { // height: 100%; // padding: 12px 30px 12px 30px; + padding-left: 28px; + padding-right: 28px; .realtime_item { display: flex; background: url('/assets/images/homepage/fire/realtimebg.png') no-repeat; background-size: 100% 100%; - height: 45%; + height: 110px; width: 100%; margin-bottom: 5%; align-items: center; @@ -367,6 +369,13 @@ background-size: 100% 100%; } + ._icon3 { + width: 80px; + height: 80px; + background: url('/assets/images/homepage/fire/icon3.png') no-repeat; + background-size: 100% 100%; + } + ._text { width: calc(100% - 100px); display: flex;