From 5cc267dab893d15a51e8a8abb305655167165eac Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 14 七月 2025 10:07:29 +0800
Subject: [PATCH] 供应商商品列表
---
components/TopBar.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/TopBar.vue b/components/TopBar.vue
index 67d3703..ff86ab9 100644
--- a/components/TopBar.vue
+++ b/components/TopBar.vue
@@ -1,5 +1,5 @@
<template>
- <view class="top-bar" :style="{paddingTop: statusBarHeight + 'rpx'}">
+ <view class="top-bar" :style="{paddingTop: statusBarHeight + 'px'}">
<view class="top-bar-content">
<!-- 鏍囬鍒楄〃 -->
<scroll-view class="title-scroll" scroll-x="true" scroll-with-animation :scroll-left="scrollLeft">
@@ -108,7 +108,7 @@
.top-bar .title-scroll {
width: 100%;
- height: 80rpx;
+ height: 40px;
white-space: nowrap;
}
--
Gitblit v1.8.0