绿满眶商城微信小程序-uniapp
peng
2025-06-27 0fecd04611cfda01b4843613fa3c9137cd9852eb
Merge remote-tracking branch 'origin/dev' into dev
1个文件已修改
4 ■■■■ 已修改文件
components/TopBar.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
        }