-1

我正在尝试在整个解决方案中搜索 class="reports-submenu",但它不会显示在任何文件中。我以为它会出现在 CSS 文件中,但没有找到。我用“报告子菜单”快速查找,没有任何显示

<li style="visibility: hidden; display: none" id="ReportLi"><a id="MainReport"  
style="visibility: visible">
                    Reports</a> <span class="reports-submenu">
                        @Html.ActionLink("My Reports", "Index", new { controller = 
"Report" }, new { id = "Reports1", @style = "visibility:hidden;display:none" })
                        @Html.ActionLink("Standard Reports", "ReportStandard", new { 
controller = "Report" }, new { id = "Report2", @style = "visibility:hidden;display:none" 
})                           
                    </span></li>
4

1 回答 1

0

我想你已经在你的视野中找到了它。

仅仅因为它在视图中使用并不意味着它是在一个 css 文件中定义的。也许有人从 CSS 文件中删除它并忘记从视图中删除它?

于 2013-03-01T09:18:35.950 回答