|
|
@@ -89,8 +89,8 @@
|
|
|
<!--@deleteInputVal="deleteInputVal" @initAllInput="initAllInput" @moveAllInput="moveAllInput"-->
|
|
|
<!--@deleteInputValOne="deleteInputValOne" @initAllInputOne="initAllInputOne" @moveAllInputOne="moveAllInputOne">-->
|
|
|
<!--</allMoreSelectInput>-->
|
|
|
- <input v-model="customData.bigCount" :focus="isFocus" type="number" />扎
|
|
|
- <input v-model="customData.smallCount" type="number" style="margin-left:24upx" />支
|
|
|
+ <input v-model="customData.bigCount" :focus="isFocus" type="number" placeholder="扎数" />
|
|
|
+ <!-- <input v-model="customData.smallCount" type="number" style="margin-left:24upx" />支 -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
@@ -593,12 +593,12 @@ export default {
|
|
|
align-items: center;
|
|
|
margin-bottom: 80px;
|
|
|
& > input {
|
|
|
- width: 212px;
|
|
|
+ width: 480px;
|
|
|
height: 80px;
|
|
|
border: 1px solid #dddddd;
|
|
|
border-radius: 4px;
|
|
|
text-align: center;
|
|
|
- margin-right: 24px;
|
|
|
+ margin-left: 50px;
|
|
|
font-size: 40rpx;
|
|
|
}
|
|
|
}
|