1
This commit is contained in:
@@ -170,13 +170,21 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 页尾导航 -->
|
||||
<PublicFooterNav />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { pinyin } from 'pinyin-pro'
|
||||
import PublicFooterNav from '@/components/PublicFooterNav'
|
||||
|
||||
export default {
|
||||
name: 'CommentGeneratorPublic',
|
||||
components: {
|
||||
PublicFooterNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
form: { productType: '' },
|
||||
@@ -415,6 +423,7 @@ export default {
|
||||
min-height: 100vh;
|
||||
background: #f5f5f5;
|
||||
padding: 16px;
|
||||
padding-bottom: calc(80px + 16px); /* 为页尾导航留出空间 */
|
||||
}
|
||||
|
||||
.mobile-card {
|
||||
|
||||
Reference in New Issue
Block a user