vue 不使用select实现下拉框功能(推荐) html部分:v-for循环出的结构<div><p@click="clickSize(item,index)">{{item.name}}</p><transit vue实现下拉框