Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angular “材质中的黑色外部区域”对话框_Angular_Angular10 - Fatal编程技术网

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

Angular “材质中的黑色外部区域”对话框,angular,angular10,Angular,Angular10,“我的项目中没有显示黑色背景,有人帮助我吗?我没有向对话框或项目中添加其他内容” 这是我想要的 这是我的项目 尝试将其添加到CSS中 .backdropBackground { filter: blur(20px); background-color: gray; opacity: 0.7 !important; } thaks想知道答案,但这对我不起作用

“我的项目中没有显示黑色背景,有人帮助我吗?我没有向对话框或项目中添加其他内容”

这是我想要的

这是我的项目

尝试将其添加到CSS中

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

thaks想知道答案,但这对我不起作用