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>
|
<style lang="scss" scoped>
|
||||||
header {
|
header {
|
||||||
position: relative;
|
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;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import AppMain from '@/views/smart-parking/components/parking-content/index.vue';
|
import ParkingContent from '@/views/smart-parking/components/parking-content/index.vue';
|
||||||
import Footer from '@/views/smart-parking/components/parking-footer/index.vue';
|
import ParkingFooter from '@/views/smart-parking/components/parking-footer/index.vue';
|
||||||
import NavBar from '@/views/smart-parking/components/parking-header/index.vue';
|
import ParkingHeader from '@/views/smart-parking/components/parking-header/index.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -9,9 +9,9 @@ import NavBar from '@/views/smart-parking/components/parking-header/index.vue';
|
||||||
<div class="arrow left-[38px]">
|
<div class="arrow left-[38px]">
|
||||||
<img alt="左箭头" src="@/assets/images/arrow/arrow-left.png" />
|
<img alt="左箭头" src="@/assets/images/arrow/arrow-left.png" />
|
||||||
</div>
|
</div>
|
||||||
<NavBar />
|
<parking-header />
|
||||||
<AppMain />
|
<parking-content />
|
||||||
<Footer />
|
<parking-footer />
|
||||||
<div class="arrow right-[38px]">
|
<div class="arrow right-[38px]">
|
||||||
<img alt="左箭头" src="@/assets/images/arrow/arrow-right.png" />
|
<img alt="左箭头" src="@/assets/images/arrow/arrow-right.png" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue