refactor: 背景图片位置
This commit is contained in:
parent
bbc4d1025d
commit
c4b9927783
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
|
@ -23,7 +23,7 @@
|
|||
<style lang="scss" scoped>
|
||||
header {
|
||||
position: relative;
|
||||
background: url('@/assets/images/bg/bg-header.png') no-repeat center;
|
||||
background: url('@/assets/images/header/bg-parking-header.png') no-repeat center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts" setup>
|
||||
import AppMain from '@/views/smart-parking/components/parking-content/index.vue';
|
||||
import Footer from '@/views/smart-parking/components/parking-footer/index.vue';
|
||||
import NavBar from '@/views/smart-parking/components/parking-header/index.vue';
|
||||
import ParkingContent from '@/views/smart-parking/components/parking-content/index.vue';
|
||||
import ParkingFooter from '@/views/smart-parking/components/parking-footer/index.vue';
|
||||
import ParkingHeader from '@/views/smart-parking/components/parking-header/index.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
@ -9,9 +9,9 @@ import NavBar from '@/views/smart-parking/components/parking-header/index.vue';
|
|||
<div class="arrow left-[38px]">
|
||||
<img alt="左箭头" src="@/assets/images/arrow/arrow-left.png" />
|
||||
</div>
|
||||
<NavBar />
|
||||
<AppMain />
|
||||
<Footer />
|
||||
<parking-header />
|
||||
<parking-content />
|
||||
<parking-footer />
|
||||
<div class="arrow right-[38px]">
|
||||
<img alt="左箭头" src="@/assets/images/arrow/arrow-right.png" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue