地址以及数据

This commit is contained in:
952108534@qq.com
2022-01-20 19:57:51 +08:00
parent 3a954530d7
commit 1059e75bfe
9 changed files with 509 additions and 195 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="ts-area-picker-container">
<input class="ts-area-picker-value-displayer" placeholder="请选择收货地址" @focus="initAddress" v-model="displayValue"></input>
<input class="ts-area-picker-value-displayer" @focus="initAddress" v-model="displayValue" placeholder="请选择所在地区"></input>
<input type="hidden" :value="returnValue">
<div class="ts-area-picker-desktop" v-if="show">
@@ -255,7 +255,7 @@ export default {
}
this.curDisplayingCol=filteredData;
areaTabLi.forEach(function(ele,index){
areaTabLi.forEach(function(ele,index){
if(tabIndex==index){
ele.classList.add('active');
}
@@ -277,7 +277,9 @@ export default {
<style lang="less" scoped>
.ts-area-picker-container{display:inline-block;}
.ts-area-picker-value-displayer{
width:40rem;
width:42.5rem;
height: 2.81rem;
padding-left: 1rem;
}
.ts-area-picker-tmp-value{
border-bottom:1px solid #D7D7D7;
@@ -401,6 +403,17 @@ export default {
.ts-area-picker-desktop{
display:none;
}
.ts-area-picker-value-displayer{
width: 258px;
height: 34px;
border: none;
border-bottom: 1px
solid #808285;
color: #999999;
font-size: 16px;
margin-left: 2px;
padding-left: 0;
}
}
@media screen and (min-width:769px)
{