需求修改
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
@blur="handleBlur"
|
||||
@confirm="handleSend">
|
||||
</view>
|
||||
<uni-icons v-show="scanList.length" class="mgr20" type="clear" size="24" color="#4e6ef2" @tap="toDel"></uni-icons>
|
||||
<uni-icons v-show="scanList.length" class="pdr10" type="clear" size="24" color="#666" @tap="toDel"></uni-icons>
|
||||
<uni-icons type="scan" size="22" :color="focusState ? '#D7592F' : '#4e6ef2'" @tap="focusState=true"></uni-icons>
|
||||
</view>
|
||||
<view v-show="scanList.length > 0 && show" class="scan_list_select">
|
||||
|
||||
Reference in New Issue
Block a user