产品详情页导航栏,图片自适应,尺码大小,去掉单位
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
@@ -3,7 +3,6 @@
<view class="chart-wrap">
<view class="header-row">
<text class="title">产品尺码</text>
<text class="unit">单位{{ data.unit }}</text>
</view>
<view class="table">
@@ -62,13 +61,6 @@ export default {
color: #000000;
line-height: 33rpx;
}
.unit {
margin-left: 16rpx; /* 8px */
font-size: 21rpx; /* 11px */
color: rgba(0, 0, 0, 0.5);
line-height: 33rpx;
}
/* 表格 */
.table {
display: flex;