产品详情页导航栏,图片自适应,尺码大小,去掉单位
Test Runner / hello (push) Successful in 4s

This commit is contained in:
2026-08-25 11:37:02 +08:00
parent 075928124c
commit bd6f7a378e
5 changed files with 28 additions and 27 deletions
@@ -6,7 +6,6 @@
<view class="pack-wrap">
<view class="header-row">
<text class="title">包装规格</text>
<text class="unit">单位{{ data.unit }}</text>
</view>
<view class="table">
@@ -83,14 +82,6 @@ export default {
color: #000000;
line-height: 33rpx;
}
.unit {
margin-left: 16rpx;
font-size: 21rpx; /* 11px Medium */
font-weight: 500;
color: rgba(0, 0, 0, 0.5);
line-height: 33rpx;
}
/* 表格:列间距 4pxgap 8rpx */
.table {
display: flex;