From c5e50782dbfb888a1cacb37583a6aa69f76913a4 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 27 六月 2025 10:53:52 +0800
Subject: [PATCH] rpx
---
components/TopBar.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/components/TopBar.vue b/components/TopBar.vue
index b1d6ffe..67d3703 100644
--- a/components/TopBar.vue
+++ b/components/TopBar.vue
@@ -1,5 +1,5 @@
<template>
- <view class="top-bar" :style="{paddingTop: statusBarHeight + 'px'}">
+ <view class="top-bar" :style="{paddingTop: statusBarHeight + 'rpx'}">
<view class="top-bar-content">
<!-- 鏍囬鍒楄〃 -->
<scroll-view class="title-scroll" scroll-x="true" scroll-with-animation :scroll-left="scrollLeft">
--
Gitblit v1.8.0