Commit 0a58cd1d by zhuxiaomei

页面高度及颜色修改

parent 038b2328
<template> <template>
<div> <div>
<div style="display: flex"> <div style="display: flex">
<van-field name="checkboxGroup" label="省市区"> <van-field name="checkboxGroup" label="省市区" label-width="55">
<template #input> <template #input>
<select id='province' @change='_locSearch'></select> <select id='province' @change='_locSearch'></select>
</template> </template>
</van-field> </van-field>
<van-field name="checkboxGroup" label="地级市"> <van-field name="checkboxGroup" label="地级市" label-width="55">
<template #input> <template #input>
<select id='city' @change='_locSearch'></select> <select id='city' @change='_locSearch'></select>
</template> </template>
</van-field> </van-field>
<van-field name="checkboxGroup" label="区县"> <van-field name="checkboxGroup" label="区县" label-width="55">
<template #input> <template #input>
<select id='district' @change='_locSearch'></select> <select id='district' @change='_locSearch'></select>
</template> </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