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>
|
||||
<section style="height: 100%">
|
||||
<section style="height: 100%" class="AppBuildManage">
|
||||
<ai-detail class="Add">
|
||||
<!-- 返回按钮 -->
|
||||
<template #title>
|
||||
@@ -320,6 +320,14 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppBuildManage {
|
||||
::v-deep .amap-logo {
|
||||
display: none!important;
|
||||
}
|
||||
::v-deep .amap-copyright {
|
||||
display: none!important;
|
||||
}
|
||||
}
|
||||
.Add {
|
||||
height: 100%;
|
||||
.ai-detail__title {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user