Closed imguolao closed 2 years ago
without
The example code is as follows:
<template>
<IxButtonGroup>
<IxButton>button 0</IxButton>
<IxButton>button 1</IxButton>
</IxButtonGroup>
</template>
Style Follow the button group display (border pattern):
The style is not shown in the button group:
! [image] (https://user-images.githubuserContent.com/25502024/140881642-4008c869-dc24-4228-9b6d-a39b3923994a.png)
ENVIRONMENT | INFO |
---|---|
@IDUX | |
Browser |
最好能够写一个 mixin, 把 button-group, radio-group, checkbox-group 都统一搞定。
最好能够写一个 mixin, 把 button-group, radio-group, checkbox-group 都统一搞定。
尝试了一些办法,普通的butttonGroup可以用radioGroup的方案,但是像mode="dashed"的虚线按钮,没有想到比较好的解决方案。而且感觉这个组件和radioGroup的用处有比较大的重叠,是否考虑直接使用radioGroup。
试了一些办法,普通的butttonGroup可以用radioGroup的方案,但是像mode="dashed"的虚线按钮,没有想到比较好的解决方案。而且感觉这个组件和radioGroup的用处有比较大的重叠,是否考虑直接使用radioGroup。
我跟视觉讨论下,看看是不是直接干掉 buttonGroup 算了。
Reproduction link
无
Steps to reproduce
例子代码如下:
What is expected?
样式按照按钮组显示(边框样式) :
What is actually happening?
样式并未按照按钮组显示:
Any additional comments? (optional)