代码优化
This commit is contained in:
parent
2140728271
commit
d0ee98f7c9
|
|
@ -21,9 +21,11 @@ declare module 'vue' {
|
||||||
ElCountdown: typeof import('element-plus/es')['ElCountdown']
|
ElCountdown: typeof import('element-plus/es')['ElCountdown']
|
||||||
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
||||||
ElDialog: typeof import('element-plus/es')['ElDialog']
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
||||||
|
ElDivider: typeof import('element-plus/es')['ElDivider']
|
||||||
ElEmpty: typeof import('element-plus/es')['ElEmpty']
|
ElEmpty: typeof import('element-plus/es')['ElEmpty']
|
||||||
ElForm: typeof import('element-plus/es')['ElForm']
|
ElForm: typeof import('element-plus/es')['ElForm']
|
||||||
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
||||||
|
ElHeader: typeof import('element-plus/es')['ElHeader']
|
||||||
ElIcon: typeof import('element-plus/es')['ElIcon']
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
||||||
ElImage: typeof import('element-plus/es')['ElImage']
|
ElImage: typeof import('element-plus/es')['ElImage']
|
||||||
ElInput: typeof import('element-plus/es')['ElInput']
|
ElInput: typeof import('element-plus/es')['ElInput']
|
||||||
|
|
@ -31,6 +33,7 @@ declare module 'vue' {
|
||||||
ElMenu: typeof import('element-plus/es')['ElMenu']
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
||||||
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
||||||
ElOption: typeof import('element-plus/es')['ElOption']
|
ElOption: typeof import('element-plus/es')['ElOption']
|
||||||
|
ElPageHeader: typeof import('element-plus/es')['ElPageHeader']
|
||||||
ElPagination: typeof import('element-plus/es')['ElPagination']
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
||||||
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
|
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
|
||||||
ElProgress: typeof import('element-plus/es')['ElProgress']
|
ElProgress: typeof import('element-plus/es')['ElProgress']
|
||||||
|
|
@ -38,9 +41,13 @@ declare module 'vue' {
|
||||||
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
||||||
ElRow: typeof import('element-plus/es')['ElRow']
|
ElRow: typeof import('element-plus/es')['ElRow']
|
||||||
ElSelect: typeof import('element-plus/es')['ElSelect']
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
||||||
|
ElStep: typeof import('element-plus/es')['ElStep']
|
||||||
|
ElSteps: typeof import('element-plus/es')['ElSteps']
|
||||||
ElTable: typeof import('element-plus/es')['ElTable']
|
ElTable: typeof import('element-plus/es')['ElTable']
|
||||||
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
||||||
ElTag: typeof import('element-plus/es')['ElTag']
|
ElTag: typeof import('element-plus/es')['ElTag']
|
||||||
|
ElTimeline: typeof import('element-plus/es')['ElTimeline']
|
||||||
|
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
|
||||||
ElUpload: typeof import('element-plus/es')['ElUpload']
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
||||||
EquipCard: typeof import('./src/components/equipCard.vue')['default']
|
EquipCard: typeof import('./src/components/equipCard.vue')['default']
|
||||||
EquipCardHall: typeof import('./src/components/equipCardHall/index.vue')['default']
|
EquipCardHall: typeof import('./src/components/equipCardHall/index.vue')['default']
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.footer-container {
|
.footer-container {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
height: 650px;
|
// height: 650px;
|
||||||
border-top: 1px solid #979797;
|
border-top: 1px solid #979797;
|
||||||
background: url('../../assets/img/home/2023_12_01_beijing2/beijing2.png') no-repeat;
|
background: url('../../assets/img/home/2023_12_01_beijing2/beijing2.png') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<ul class="item-details">
|
<ul class="item-details">
|
||||||
<li class="address">
|
<li class="address">
|
||||||
<span>{{ company }}</span>
|
<span>{{ operateAddress }}</span>
|
||||||
<span style="text-align: right; color: #ff4800">
|
<span style="text-align: right; color: #ff4800">
|
||||||
<i style="font-size: 10px">¥</i>
|
<i style="font-size: 10px">¥</i>
|
||||||
<i style="font-size: 14px; font-weight: bold">{{ price }}</i>
|
<i style="font-size: 14px; font-weight: bold">{{ price }}</i>
|
||||||
|
|
@ -51,6 +51,10 @@ const props: any = defineProps({
|
||||||
type: String,
|
type: String,
|
||||||
default: '安徽某科技有限公司',
|
default: '安徽某科技有限公司',
|
||||||
},
|
},
|
||||||
|
operateAddress: {
|
||||||
|
type: String,
|
||||||
|
default: '安徽某科技有限公司',
|
||||||
|
},
|
||||||
price: {
|
price: {
|
||||||
type: [String, Number],
|
type: [String, Number],
|
||||||
default: 99,
|
default: 99,
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,12 @@ import NavMenu from 'components/Navmenu/index.vue'
|
||||||
<template>
|
<template>
|
||||||
<!-- 企业专区 -->
|
<!-- 企业专区 -->
|
||||||
<NavMenu />
|
<NavMenu />
|
||||||
|
|
||||||
|
<div class="container"></div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style></style>
|
<style scoped>
|
||||||
|
.container {
|
||||||
|
height: 600px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -308,6 +308,7 @@ const onSelectItem = (type: number) => {
|
||||||
:id="g.maId"
|
:id="g.maId"
|
||||||
:companyId="g.companyId"
|
:companyId="g.companyId"
|
||||||
:company="g.companyName"
|
:company="g.companyName"
|
||||||
|
:operateAddress="g.operateAddress"
|
||||||
:name="g.deviceName"
|
:name="g.deviceName"
|
||||||
:price="g.dayLeasePrice"
|
:price="g.dayLeasePrice"
|
||||||
:url="g.picUrl"
|
:url="g.picUrl"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue