Magento 2:面包屑两次显示名字

问题描述

由于某种原因,面包屑两次显示名称

Text

我很难找到麻烦的实际文件。我已将代码添加到以下路径中以覆盖面包屑,但无法正常工作。

<div style="overflow-x:auto;width:100%">
<table>
<colgroup>
    <col style="background-color:#FFF9C4;">
    <col style="background-color:yellow;">
    <col style="background-color:green;">
    
  </colgroup>
  <thead>
    <tr>
      <th>Name</th>
      <th>ID</th>
      <th>Favorite Color</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Jim</td>
      <td>00001</td>
      <td>Blue</td>
    </tr>
    <tr>
      <td>Sue</td>
      <td>00002</td>
      <td>Red</td>
    </tr>
    <tr>
      <td>Barb</td>
      <td>00003</td>
      <td>Green</td>
    </tr>
  </tbody>
</table>
</div>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)