官方示例Radio 单选框 | Element Plusa Vue 3 based component library for designers and developershttps://elementplus.gitee.io/zh-CN/component/radio.htmlCheckbox 多选框 | Element Plusa Vue 3 based component library for designers and developershttps://elementplus.gitee.io/zh-CN/component/checkbox.html 默认是横向排列如下

 现调整为纵向排列如下: 

                        display: flex;
                        flex-flow: column nowrap;
                        align-items: flex-start;

 

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注