任何人都可以帮我解决在叠加层或弹出窗口背景下造成这种破碎/不规则背景的问题。
$scope.Modal = $modal.open({
animation: true,
templateUrl: '/Web/app/dashboard/Modal.html',
controller: 'Controller',
scope:$scope,
backdrop: 'static'
});
Tech Stack:Angular 1.3,Bootstrap,HTML 5,CSS 3