标签:设置 class store classname strong false edit css like
【ngdialog弹窗大小设置(angularjs)】
css:
.ngdialog.ngdialog-theme-plain.custom-width-70 .ngdialog-content {
width: 70%;
}
ngDialog :
$scope.patentEdit = function(){
ngDialog.open({
template: ‘html/patentEdit.html‘,
className: ‘ngdialog-theme-plain custom-width-70‘,
scope: $scope,
cache: false
});
};
【附:(ngDialog dome 地址)https://github.com/likeastore/ngDialog#ngdialog】
标签:设置 class store classname strong false edit css like
原文地址:http://www.cnblogs.com/miny-simp/p/6092772.html