5967e434 by zhangmeng

细节修改

1 parent 71d17dcf
......@@ -49,10 +49,9 @@
</div>
<br>
<el-card :body-style="{'padding':'20px 20px'}">
<MakeUpCalendar></MakeUpCalendar>
<MakeUpCalendar/>
</el-card>
</div>
</div>
</template>
......@@ -76,7 +75,6 @@ const query = ref({
studioId:route.params.id
})
const loading = ref(false)
const map = ref(null)
onMounted(() => {
getData()
})
......@@ -233,18 +231,6 @@ function getData() {
}
}
.mapBox {
position: relative;
overflow: hidden;
height: 200px;
#map {
position: relative;
left: -70px;
width: calc(100% + 160px);
}
}
.sign {
padding-top: 2px;
}
......@@ -274,8 +260,6 @@ function getData() {
line-height: 115px;
text-align: center;
border-radius: 10px;
//display: none;
}
.hotelImg{border-radius: 10px;overflow: hidden;aspect-ratio: 16/9;
......
......@@ -49,7 +49,7 @@
<br>
<el-card :body-style="{'padding':'20px 20px'}">
<PhotoGraphyCalendar></PhotoGraphyCalendar>
<PhotoGraphyCalendar/>
</el-card>
</div>
</div>
......
......@@ -106,7 +106,6 @@
</el-row>
</el-card>
<div style="height: 60px;"></div>
</div>
</div>
</template>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!