| | |
| | | </div> |
| | | </div> |
| | | <div class="large_screen_box"> |
| | | <ScreenMap></ScreenMap> |
| | | <NewMap></NewMap> |
| | | </div> |
| | | <div class="left_box"> |
| | | <div class="card" style="height: 103px"> |
| | |
| | | import ScreenMapThree from "../components/screen-map-three/index"; |
| | | import ExamineChart from "../components/screen-examine/components/examine-chart.vue"; |
| | | import ScreenData from "../components/screen-data/index.vue"; |
| | | import NewMap from "./components/newMap.vue" |
| | | export default { |
| | | name: "Newpage", |
| | | components: { |
| | |
| | | ScreenMap, |
| | | ExamineChart, |
| | | ScreenData, |
| | | NewMap, |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | width: 100%; |
| | | height: 320px; |
| | | background: url("../../../assets/images/screen/cardBg.png"); |
| | | background-size: 100% 101%; |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat !important; |
| | | background-position: center center !important; |
| | | display: flex; |