feat: 车牌卡片 图片商品组件名称 单位

This commit is contained in:
2025-09-20 14:07:26 +08:00
parent 64db5ebaf3
commit dc8b939ff3
6 changed files with 31 additions and 34 deletions

View File

@@ -5,7 +5,7 @@
</view>
<image
class="code-img"
src="./images/qrcode.png"
src="https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/20250920102920_354_52.png"
mode="widthFix"
show-menu-by-longpress="true"
/>

View File

@@ -3,12 +3,6 @@
flex-direction: column;
align-items: center;
.description {
font-size: 28rpx;
color: #666;
line-height: 1.5;
}
.code-img {
margin-top: 12px;
width: 250px;
@@ -20,6 +14,6 @@
padding: 12px;
font-size: 36rpx;
font-weight: 600;
color: #333;
color: #666;
}
}