@@ -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;
|
||||
}
|
||||
|
||||
/* 表格:列间距 4px(gap 8rpx) */
|
||||
.table {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user