提交 17495e7b 编写于 作者: jlj05024111@163.com's avatar jlj05024111@163.com

feat: 更新选项列表框,单选项列表

上级 7f9ff464
...@@ -171,7 +171,9 @@ export const IBizCheckbox = defineComponent({ ...@@ -171,7 +171,9 @@ export const IBizCheckbox = defineComponent({
label={item.value} label={item.value}
disabled={this.disabled} disabled={this.disabled}
> >
<span class={this.ns.e('text')}>{item.text}</span> <span class={this.ns.e('text')} title={item.text}>
{item.text}
</span>
</i-checkbox> </i-checkbox>
)), )),
], ],
......
...@@ -75,7 +75,9 @@ export const IBizRadio = defineComponent({ ...@@ -75,7 +75,9 @@ export const IBizRadio = defineComponent({
label={_item.value} label={_item.value}
disabled={this.disabled} disabled={this.disabled}
> >
<span class={this.ns.e('text')}>{_item.text}</span> <span class={this.ns.e('text')} title={_item.text}>
{_item.text}
</span>
</i-radio> </i-radio>
)), )),
], ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册