简体   繁体   English

材质对话框中的黑色外部区域

[英]black outside area in material dialog box

"black background did not show in my project, anyone help me? i didn't add additional thing to my dialog or my project" “我的项目中没有显示黑色背景,有人帮我吗?我没有在我的对话框或我的项目中添加额外的东西”

which i want it我想要它在此处输入图像描述

this is my project这是我的项目在此处输入图像描述

Try this by adding this to CSS通过将此添加到 CSS 来试试这个

.backdropBackground {
  filter: blur(20px);
  background-color: gray;
  opacity: 0.7 !important;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM