Compare commits

..

No commits in common. "1b344d37ad140e9f53b3b964bb5d174d60874ab7" and "8de2509ac56ffec2ff647900a0fc3aed12c3eb52" have entirely different histories.

4 changed files with 3 additions and 14 deletions

View File

@ -53,7 +53,7 @@
<style lang="scss">
.footer-container {
margin-top: 40px;
// height: 650px;
height: 650px;
border-top: 1px solid #979797;
background: url('../../assets/img/home/2023_12_01_beijing2/beijing2.png') no-repeat;
background-size: cover;

View File

@ -6,7 +6,7 @@
<ul class="item-details">
<li class="address">
<span>{{ operateAddress }}</span>
<span>{{ company }}</span>
<span style="text-align: right; color: #ff4800">
<i style="font-size: 10px"></i>
<i style="font-size: 14px; font-weight: bold">{{ price }}</i>
@ -51,10 +51,6 @@ const props: any = defineProps({
type: String,
default: '安徽某科技有限公司',
},
operateAddress: {
type: String,
default: '安徽某科技有限公司',
},
price: {
type: [String, Number],
default: 99,

View File

@ -5,12 +5,6 @@ import NavMenu from 'components/Navmenu/index.vue'
<template>
<!-- 企业专区 -->
<NavMenu />
<div class="container"></div>
</template>
<style scoped>
.container {
height: 600px;
}
</style>
<style></style>

View File

@ -308,7 +308,6 @@ const onSelectItem = (type: number) => {
:id="g.maId"
:companyId="g.companyId"
:company="g.companyName"
:operateAddress="g.operateAddress"
:name="g.deviceName"
:price="g.dayLeasePrice"
:url="g.picUrl"