This commit is contained in:
Leo
2026-01-03 12:03:12 +08:00
parent fa45ace9a4
commit 584a55094e
6 changed files with 425 additions and 0 deletions

View File

@@ -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 {