Selaa lähdekoodia

h5条件编译

hmp 4 vuotta sitten
vanhempi
commit
7bec3dfaae
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      components/amountInput/amountInput.vue

+ 1 - 1
components/amountInput/amountInput.vue

@@ -6,7 +6,7 @@
 				<view class='key-cell key-cell-num' @click.stop='_handleKeyPress(1)'>1</view>
 				<view class='key-cell key-cell-num' @click.stop='_handleKeyPress(2)'>2</view>
 				<view class='key-cell key-cell-num' @click.stop='_handleKeyPress(3)'>3</view>
-				<view class='key-cell  last-child' @click.stop="_handleKeyPress('delete')">
+				<view class='key-cell  last-child key-cell-num' @click.stop="_handleKeyPress('delete')">
 					<image class="icon" src="../../static/icon/del.png" mode="aspectFill"></image>
 				</view>
 			</view>