当给向导设置跳转功能后,会在标题后面生成一个链接的图标;
可以通过添加以下代码进行隐藏。
感谢 darcyc 大佬的代码提供!
<style> .step-item .fa-link { display:none; } </style>