This commit is contained in:
yanran200730
2021-12-23 16:18:18 +08:00
parent f48f191273
commit 720a36c8de
2 changed files with 19 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<section style="height: 100%">
<section style="height: 100%" class="AppHomesteadManagement">
<ai-detail class="Add">
<!-- 返回按钮 -->
<template #title>
@@ -376,6 +376,15 @@ export default {
</script>
<style lang="scss" scoped>
.AppHomesteadManagement {
::v-deep .amap-logo {
display: none!important;
}
::v-deep .amap-copyright {
display: none!important;
}
}
.Add {
height: 100%;
.ai-detail__title {