c10342 / lin-view-ui

基于vue2.0的pc端组件
http://ui.linjiafu.top
MIT License
72 stars 7 forks source link

lin-choice-group 宽度问题 #17

Open jmsdqwl opened 3 years ago

jmsdqwl commented 3 years ago

http://video.0454.cc/1624070572.jpg

截图

   <lin-choice-group v-model="value1" placeholder="请选择" style="width:100%">
       <lin-choice-item
               v-for="item in options1"
               :key="item.value"
               :label="item.label"
               :value="item.value"

       >
       </lin-choice-item>
   </lin-choice-group>

设置宽度后的效果 框没有完全变长 只有右侧的箭头是对

下拉出来的内容如果文字一行显示不下 可以设置换吗

c10342 commented 3 years ago

非常感谢你的反馈,当初由于设计问题,没有考虑到输入框的宽度,如果有需要你可以添加如下样式代码:

如果下拉文字想进行换行显示,可加入以下样式代码:

后期我们会考虑添加一个属性,让开发者进行控制是否需要进行换行显示