|
@@ -31,10 +31,7 @@
|
|
|
</block>
|
|
</block>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
- <input disabled class="input-serach_box" style="margin-bottom:5upx;" v-model="searchUser" type="text" @change="changSearch" placeholder-class="input-placeholder" placeholder="请输入"/>
|
|
|
|
|
- <view class="keyboard-body_box">
|
|
|
|
|
- <VKeyboard ref="keyboard" :pointIsShow="false" :digital="false" :disorderly="false" @typing="typing" @enter="enter" @cancel="cancelWrite" > </VKeyboard>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <input class="input-serach_box" style="margin-bottom:5upx;" v-model="searchUser" type="text" @focus="searchUser=''" @change="changSearch" placeholder-class="input-placeholder" placeholder="请输入客户名称"/>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
@@ -173,14 +170,17 @@ export default {
|
|
|
}
|
|
}
|
|
|
& .input-serach_box {
|
|
& .input-serach_box {
|
|
|
font-size: 16upx;
|
|
font-size: 16upx;
|
|
|
- line-height: 25upx;
|
|
|
|
|
|
|
+ line-height:50upx;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- height: 25upx;
|
|
|
|
|
- color:#CCCCCC;
|
|
|
|
|
|
|
+ height: 50upx;
|
|
|
|
|
+ color:#868585;
|
|
|
|
|
+ border:2upx solid #868585;
|
|
|
|
|
+ width:80%;
|
|
|
|
|
+ margin:0 auto;
|
|
|
}
|
|
}
|
|
|
& .input-placeholder {
|
|
& .input-placeholder {
|
|
|
font-size: 18upx!important;
|
|
font-size: 18upx!important;
|
|
|
- color: #CCCCCC!important;
|
|
|
|
|
|
|
+ color: #929292!important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|