收藏Amrita Panda (Dell) 提问于 #Lightning Experience2018年10月16日 08:14How to resize the lightning toggle button in lightning component?<lightning:buttonMenu alternativeText="Toggle menu" iconSize="x-Small" onselect="{!c.handleMenuSelect}">2 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...Usman Khan (Volgsol Technologies)8月25日 14:10In my case I used empty attributes for active and inactive toggle as these were unwanted. It reduced the height<lightning-input type="toggle" label="All" message-toggle-active="" message-toggle-inactive=""> </lightning-input> 显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
Usman Khan (Volgsol Technologies)8月25日 14:10In my case I used empty attributes for active and inactive toggle as these were unwanted. It reduced the height<lightning-input type="toggle" label="All" message-toggle-active="" message-toggle-inactive=""> </lightning-input> 显示更多