定制大屏调整位置
This commit is contained in:
		| @@ -12,7 +12,7 @@ | ||||
| 
 | ||||
| <script> | ||||
| import {scrollBoard} from '@jiaminghi/data-view' | ||||
| import bgImage from '../assets/centralTask/bg.png' | ||||
| import bgImage from './assets/centralTask/bg.png' | ||||
| import Vue from "vue"; | ||||
| 
 | ||||
| Vue.use(scrollBoard) | ||||
| @@ -74,7 +74,7 @@ export default { | ||||
|     .leftBox { | ||||
|       width: 100%; | ||||
|       height: 100%; | ||||
|       background-image: url("../assets/centralTask/box.png"); | ||||
|       background-image: url("./assets/centralTask/box.png"); | ||||
|       background-size: 100% 100%; | ||||
|       background-repeat: no-repeat; | ||||
|       display: flex; | ||||
| @@ -88,7 +88,7 @@ export default { | ||||
|   .boxTitle { | ||||
|     height: 68px; | ||||
|     width: 534px; | ||||
|     background-image: url("../assets/centralTask/titleBox.png"); | ||||
|     background-image: url("./assets/centralTask/titleBox.png"); | ||||
|     text-align: center; | ||||
|     font-size: 22px; | ||||
|     font-weight: 400; | ||||
| @@ -343,7 +343,7 @@ export default { | ||||
|   } | ||||
| 
 | ||||
|   .centerTopPane { | ||||
|     background-image: url("../assets/govInteraction/globe_map.png"); | ||||
|     background-image: url("./assets/govInteraction/globe_map.png"); | ||||
|     background-repeat: no-repeat; | ||||
|     background-size: 100% 100%; | ||||
|     height: 540px; | ||||
| @@ -376,7 +376,7 @@ export default { | ||||
|     ::v-deep .dataPane { | ||||
|       width: 122px; | ||||
|       height: 114px; | ||||
|       background-image: url("../assets/govInteraction/kuaikuai.png"); | ||||
|       background-image: url("./assets/govInteraction/kuaikuai.png"); | ||||
|       background-repeat: no-repeat; | ||||
|       background-size: 100% 80px; | ||||
|       background-position: bottom center; | ||||
| @@ -426,7 +426,7 @@ export default { | ||||
| 
 | ||||
|   .titlePane { | ||||
|     width: 100%; | ||||
|     background-image: url("../assets/govInteraction/title.png"); | ||||
|     background-image: url("./assets/govInteraction/title.png"); | ||||
|     background-repeat: no-repeat; | ||||
|     background-size: 309px 100%; | ||||
|     height: 60px; | ||||
| @@ -63,7 +63,7 @@ | ||||
|     <el-dialog :visible.sync="isShowInfo" width="640px" :close-on-click-modal="false" :modal-append-to-body="false"> | ||||
|       <template slot="title"> | ||||
|         <h2>家庭信息</h2> | ||||
|         <img src="../assets/grid/close.png" @click="isShowInfo = false"> | ||||
|         <img src="./assets/grid/close.png" @click="isShowInfo = false"> | ||||
|       </template> | ||||
|       <div class="grid-info"> | ||||
|         <div class="grid-info__title"> | ||||
| @@ -706,7 +706,7 @@ export default { | ||||
|     display: flex; | ||||
|     width: 320px; | ||||
|     height: 62px; | ||||
|     background-image: url(../assets/grid/title-bg.png); | ||||
|     background-image: url(assets/grid/title-bg.png); | ||||
|     background-size: 100% 100%; | ||||
| 
 | ||||
|     h2 { | ||||
| @@ -187,7 +187,7 @@ | ||||
| 
 | ||||
| <script> | ||||
| import {mapState} from "vuex"; | ||||
| import BuildingStatistics from "../../../grid/AppHouseMap/buildingStatistics"; | ||||
| import BuildingStatistics from "../../grid/AppHouseMap/buildingStatistics"; | ||||
| 
 | ||||
| export default { | ||||
|   name: "AppHomesteadDV", | ||||
| @@ -287,7 +287,7 @@ export default { | ||||
| 
 | ||||
|       .left-top { | ||||
|         width: 100%; | ||||
|         background-image: url("../assets/videoMonitor/box1.png"); | ||||
|         background-image: url("./assets/videoMonitor/box1.png"); | ||||
|         background-size: 100% 100%; | ||||
|         position: relative; | ||||
|         overflow: hidden; | ||||
| @@ -301,7 +301,7 @@ export default { | ||||
|       .left-bottom { | ||||
|         width: 100%; | ||||
|         height: 311px; | ||||
|         background-image: url("../assets/videoMonitor/box2.png"); | ||||
|         background-image: url("./assets/videoMonitor/box2.png"); | ||||
|         background-size: 100% 100%; | ||||
|         margin-top: 7px; | ||||
|         display: flex; | ||||
| @@ -326,7 +326,7 @@ export default { | ||||
|         display: flex; | ||||
|         align-items: center; | ||||
|         justify-content: center; | ||||
|         background-image: url("../assets/videoMonitor/card.png"); | ||||
|         background-image: url("./assets/videoMonitor/card.png"); | ||||
|         background-size: 100% 100%; | ||||
|         margin-right: 24px; | ||||
| 
 | ||||
| @@ -352,7 +352,7 @@ export default { | ||||
|       .center-bottom { | ||||
|         width: 100%; | ||||
|         height: 789px; | ||||
|         background-image: url("../assets/videoMonitor/middlebox.png"); | ||||
|         background-image: url("./assets/videoMonitor/middlebox.png"); | ||||
|         background-size: 100% 100%; | ||||
|         margin-top: 40px; | ||||
|         position: relative; | ||||
| @@ -398,7 +398,7 @@ export default { | ||||
|       .right-top { | ||||
|         width: 100%; | ||||
|         height: 333px; | ||||
|         background-image: url("../assets/videoMonitor/box3.png"); | ||||
|         background-image: url("./assets/videoMonitor/box3.png"); | ||||
|         background-size: 100% 100%; | ||||
|         position: relative; | ||||
|         overflow: hidden; | ||||
| @@ -432,7 +432,7 @@ export default { | ||||
|       .right-middle, .right-bottom { | ||||
|         width: 100%; | ||||
|         height: 276px; | ||||
|         background-image: url("../assets/videoMonitor/box4.png"); | ||||
|         background-image: url("./assets/videoMonitor/box4.png"); | ||||
|         background-size: 100% 100%; | ||||
|         margin: 19px 0; | ||||
|         position: relative; | ||||
| @@ -511,7 +511,7 @@ export default { | ||||
|   } | ||||
| 
 | ||||
|   ::v-deep .header { | ||||
|     background: url("../assets/videoMonitor/titlebox.png"); | ||||
|     background: url("./assets/videoMonitor/titlebox.png"); | ||||
|   } | ||||
| 
 | ||||
|   ::v-deep .row-item div:nth-child(3) { | ||||
		Reference in New Issue
	
	Block a user