完成6075J蓝牙对接
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
<view class="scanPanel center">
|
||||
<image @click.stop="scan" class="img" src="/static/images/common/scan.png" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view class="txt">
|
||||
<view class="txt" @click.stop="scan">
|
||||
对准二维码进行扫描
|
||||
</view>
|
||||
|
||||
@ -284,9 +284,10 @@
|
||||
.btnOK {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
font-family: 'PingFang SC';
|
||||
font-size: 30rpx;
|
||||
font-size: 40rpx;
|
||||
font-weight: 400;
|
||||
letter-spacing: 5rpx;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
||||
.btnOK.active {
|
||||
|
||||
Reference in New Issue
Block a user