feat: 更改ui样式&改在售后流程&底部栏状态
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
</view>
|
||||
</view>
|
||||
<up-toast ref="uToastRef"></up-toast>
|
||||
<!-- #ifndef H5 -->
|
||||
<CustomTabBar :tabIndex="3" />
|
||||
<!-- #endif -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -31,6 +34,7 @@ import Header from '@/components/common/header.vue';
|
||||
import TopSafe from '@/components/common/top-safe.nvue'
|
||||
import MyBtn from '@/components/common/my-btn.vue'
|
||||
import PingItem from '@/components/shop/ping-item.vue'
|
||||
import CustomTabBar from '@/components/custom-tab-bar.vue';
|
||||
import { searchList } from '@/api/product.js';
|
||||
import func from '@/utils/func.js';
|
||||
|
||||
@@ -104,13 +108,14 @@ export default {
|
||||
display: flex;
|
||||
min-width: 750rpx;
|
||||
max-width: 750rpx;
|
||||
// #ifdef H5
|
||||
height: calc(100vh - 100rpx);
|
||||
//#endif
|
||||
// #ifndef H5
|
||||
height:500rpx;
|
||||
//#endif
|
||||
height: calc(100vh - 20rpx - var(--window-bottom));
|
||||
height: calc(100vh - env(safe-area-inset-bottom));
|
||||
// // #ifdef H5
|
||||
// height: calc(100vh - 100rpx);
|
||||
// //#endif
|
||||
// // #ifndef H5
|
||||
// height:500rpx;
|
||||
// //#endif
|
||||
// height: calc(100vh - 20rpx - var(--window-bottom));
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user