25624
This commit is contained in:
10
packages/2.0.5/AppBuildManage/components/Add.vue
vendored
10
packages/2.0.5/AppBuildManage/components/Add.vue
vendored
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section style="height: 100%">
|
<section style="height: 100%" class="AppBuildManage">
|
||||||
<ai-detail class="Add">
|
<ai-detail class="Add">
|
||||||
<!-- 返回按钮 -->
|
<!-- 返回按钮 -->
|
||||||
<template #title>
|
<template #title>
|
||||||
@@ -320,6 +320,14 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.AppBuildManage {
|
||||||
|
::v-deep .amap-logo {
|
||||||
|
display: none!important;
|
||||||
|
}
|
||||||
|
::v-deep .amap-copyright {
|
||||||
|
display: none!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.Add {
|
.Add {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.ai-detail__title {
|
.ai-detail__title {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section style="height: 100%">
|
<section style="height: 100%" class="AppHomesteadManagement">
|
||||||
<ai-detail class="Add">
|
<ai-detail class="Add">
|
||||||
<!-- 返回按钮 -->
|
<!-- 返回按钮 -->
|
||||||
<template #title>
|
<template #title>
|
||||||
@@ -376,6 +376,15 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.AppHomesteadManagement {
|
||||||
|
::v-deep .amap-logo {
|
||||||
|
display: none!important;
|
||||||
|
}
|
||||||
|
::v-deep .amap-copyright {
|
||||||
|
display: none!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.Add {
|
.Add {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.ai-detail__title {
|
.ai-detail__title {
|
||||||
|
|||||||
Reference in New Issue
Block a user