This commit is contained in:
2025-03-17 10:39:41 +08:00
parent e49a3fc3d8
commit f8a31e6067
15 changed files with 692 additions and 652 deletions

View File

@@ -5,7 +5,7 @@
></page-meta>
<view
class="container commonPageBox commonDetailPage"
style="background-color: #f2f2f2"
style=""
>
<!-- 公共组件-每个页面必须引入 -->
<public-module></public-module>
@@ -44,8 +44,8 @@
<!-- <view v-if="ordersListTab == 1"> -->
<view
class="order_box"
:style="`height: calc(100% - ${(80 + statusBarHeight) * 2}rpx);`"
style="background-color: #f2f2f2"
:style="`height: auto;margin-top: 40px; `"
style=""
>
<common-list
imgUrl="url"
@@ -1644,6 +1644,8 @@ export default {
.cateList {
width: 100%;
position: fixed !important;
z-index: 970;
}
/deep/.u-tabs__wrapper__nav__item {