|  | @@ -15,7 +15,6 @@
 | 
											
												
													
														|  |          <van-col span="24">
 |  |          <van-col span="24">
 | 
											
												
													
														|  |            <!-- <van-search v-model="searchVal" placeholder="请输入搜索关键词" /> -->
 |  |            <!-- <van-search v-model="searchVal" placeholder="请输入搜索关键词" /> -->
 | 
											
												
													
														|  |            <form action="/">
 |  |            <form action="/">
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |              <van-search v-model="searchVal" placeholder="请输入搜索关键词" clearable @input="onSearch" />
 |  |              <van-search v-model="searchVal" placeholder="请输入搜索关键词" clearable @input="onSearch" />
 | 
											
												
													
														|  |            </form>
 |  |            </form>
 | 
											
												
													
														|  |          </van-col>
 |  |          </van-col>
 | 
											
										
											
												
													
														|  | @@ -30,6 +29,7 @@
 | 
											
												
													
														|  |                    <van-checkbox :name="item.id" />
 |  |                    <van-checkbox :name="item.id" />
 | 
											
												
													
														|  |                  </template>
 |  |                  </template>
 | 
											
												
													
														|  |                </van-cell>
 |  |                </van-cell>
 | 
											
												
													
														|  | 
 |  | +            
 | 
											
												
													
														|  |              </van-cell-group>
 |  |              </van-cell-group>
 | 
											
												
													
														|  |            </van-checkbox-group>
 |  |            </van-checkbox-group>
 | 
											
												
													
														|  |          </van-col>
 |  |          </van-col>
 | 
											
										
											
												
													
														|  | @@ -127,8 +127,8 @@ export default {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |    methods: {
 |  |    methods: {
 | 
											
												
													
														|  |      // 弹框关闭动画
 |  |      // 弹框关闭动画
 | 
											
												
													
														|  | -    closedHandler(){
 |  | 
 | 
											
												
													
														|  | -        this.searchVal=''
 |  | 
 | 
											
												
													
														|  | 
 |  | +    closedHandler() {
 | 
											
												
													
														|  | 
 |  | +      this.searchVal = ''
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      onLoad() {},
 |  |      onLoad() {},
 | 
											
												
													
														|  |      getpeople() {
 |  |      getpeople() {
 | 
											
										
											
												
													
														|  | @@ -164,7 +164,7 @@ export default {
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        })
 |  |        })
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  | -   
 |  | 
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      onCancel() {
 |  |      onCancel() {
 | 
											
												
													
														|  |        this.searchVal = ''
 |  |        this.searchVal = ''
 | 
											
												
													
														|  |        this.peopleListCpoy = this.peopleList
 |  |        this.peopleListCpoy = this.peopleList
 | 
											
										
											
												
													
														|  | @@ -198,19 +198,20 @@ export default {
 | 
											
												
													
														|  |    height: 90px;
 |  |    height: 90px;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  .bottomdiv {
 |  |  .bottomdiv {
 | 
											
												
													
														|  | -  width: 100%;
 |  | 
 | 
											
												
													
														|  | -  bottom: 0%;
 |  | 
 | 
											
												
													
														|  | -  position: fixed;
 |  | 
 | 
											
												
													
														|  | -  z-index: 2000;
 |  | 
 | 
											
												
													
														|  | -  
 |  | 
 | 
											
												
													
														|  | 
 |  | +  // width: 100%;
 | 
											
												
													
														|  | 
 |  | +  // bottom: 0%;
 | 
											
												
													
														|  | 
 |  | +  // position: fixed;
 | 
											
												
													
														|  | 
 |  | +  // z-index: 2000;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  | -.rowclss{
 |  | 
 | 
											
												
													
														|  | -  margin-bottom: 100px;
 |  | 
 | 
											
												
													
														|  | 
 |  | +.rowclss {
 | 
											
												
													
														|  | 
 |  | +  height: 1050px;
 | 
											
												
													
														|  | 
 |  | +  overflow: scroll;
 | 
											
												
													
														|  | 
 |  | +  
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  .bigsheetbox {
 |  |  .bigsheetbox {
 | 
											
												
													
														|  | -  height: calc(100vh - 100px);
 |  | 
 | 
											
												
													
														|  | 
 |  | +   height: calc(100vh - 100px);
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  | -.van-field__control{
 |  | 
 | 
											
												
													
														|  | 
 |  | +.van-field__control {
 | 
											
												
													
														|  |    padding-right: 20px;
 |  |    padding-right: 20px;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  .line {
 |  |  .line {
 |