Getting error An unhandled exception has occurred. See browser dev tools for details. Reload 🗙
xhp681 opened this issue · 1 comments
xhp681 commented
在处理首页时到了以上问题,详细描述见标题。
xhp681 commented
处理该问题的方法是:
1.找到site.css文件;
2.不能注释或删除与错误信息相关的样式内容。具体内容为:
#blazor-error-ui {
background: lightyellow;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
}
#blazor-error-ui .dismiss {
cursor: pointer;
position: absolute;
right: 0.75rem;
top: 0.5rem;
}