我的 IG 中有一个动态按钮。
从员工中选择 null 作为链接、empno、emp_name、dept;
因此链接列有以下属性:
<title="" aria-label="" data-requestid="&EMP_NO!ATTR." class="t-Button t-Button--icon increase-sal-btn"><span aria-hidden="true" class="t-Icon fa fa-times-circle-o u-color-3-text"></span>
最初它是一个带有图标的按钮,但我只想显示图标。上面的代码只显示图标,但悬停时应该显示手形图标,表明它是一个链接,但这并没有发生。
带按钮的原始代码:
<button type="button" title="" aria-label="" data-requestid="&EMP_NO!ATTR." class="t-Button t-Button--icon increase-sal-btn"><span aria-hidden="true" class="t-Icon fa fa-times-circle-o u-color-3-text"></span></button>
我怎样才能更正 html 并显示其链接及其描述?
没有“手形图标”,因为该标记没有表明它是链接的属性。最好的方法是始终返回按钮构建器来生成按钮,然后修改该标记(添加颜色修饰符类和用于动态操作的类)。您可以创建一个看起来像链接的按钮: