完成适配移动端

This commit is contained in:
2025-03-01 10:52:11 +08:00
parent 1f79c93859
commit 8d19a58e9d
68 changed files with 2117 additions and 847 deletions

View File

@@ -8,9 +8,14 @@
<template #extra>
<div class="h-[32px]"></div>
</template>
<!-- 应用介绍 -->
<PageBanner :form="page" @done="reload"/>
<!-- 评分插件 -->
<AppInfo :form="form" />
<!-- 应用截屏 -->
<div id="screen-item" class="screen-item my-6">
<el-descriptions title="截屏" class="mt-5" />
<el-scrollbar class="bg-white p-5">
@@ -35,7 +40,9 @@
<!-- 评分及评价 -->
<Comments :productId="form.companyId" :comments="comments" :count="commentsTotal" @done="doComments" />
<div class="h-[100px]"></div>
</el-page-header>
</div>
</template>