Commit 0a58cd1d by zhuxiaomei

页面高度及颜色修改

parent 038b2328
<template>
<div>
<div style="display: flex">
<van-field name="checkboxGroup" label="省市区">
<van-field name="checkboxGroup" label="省市区" label-width="55">
<template #input>
<select id='province' @change='_locSearch'></select>
</template>
</van-field>
<van-field name="checkboxGroup" label="地级市">
<van-field name="checkboxGroup" label="地级市" label-width="55">
<template #input>
<select id='city' @change='_locSearch'></select>
</template>
</van-field>
<van-field name="checkboxGroup" label="区县">
<van-field name="checkboxGroup" label="区县" label-width="55">
<template #input>
<select id='district' @change='_locSearch'></select>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment