@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user