ngDialog 设置其宽度大小
Posted miny_simp
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ngDialog 设置其宽度大小相关的知识,希望对你有一定的参考价值。
【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】
以上是关于ngDialog 设置其宽度大小的主要内容,如果未能解决你的问题,请参考以下文章
当 UIScrollView 位于自定义 UITableViewCell 中时,将 UIScrollView 的内容大小设置为其框架宽度