|
@@ -28,7 +28,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view style="position: relative;">
|
|
<view style="position: relative;">
|
|
|
<input class="input-serach_box" v-model="searchUser" type="text" :focus="focusInput" @focus="clearInput" @input="changSearch" placeholder-class="input-placeholder" placeholder="请输入客户名称"/>
|
|
<input class="input-serach_box" v-model="searchUser" type="text" :focus="focusInput" @focus="clearInput" @input="changSearch" placeholder-class="input-placeholder" placeholder="请输入客户名称"/>
|
|
|
- <button class="admin-button-com mini-btn default" style="position: absolute;right:10upx;top:-5upx;font-size:20upx;" @click="cancelChoose">取消</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com mini-btn default" style="position: absolute;right:40upx;top:-5upx;font-size:15upx;" @click="cancelChoose">取消</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
@@ -87,8 +87,8 @@ export default {
|
|
|
.app-select_user {
|
|
.app-select_user {
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
padding: 5upx;
|
|
padding: 5upx;
|
|
|
- height: 36vh;
|
|
|
|
|
- width:95vw;
|
|
|
|
|
|
|
+ height: 38vh;
|
|
|
|
|
+ width:98vw;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|