码迷,mamicode.com
首页 > 其他好文 > 详细

ngDialog 设置其宽度大小

时间:2016-11-23 12:38:21      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:设置   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

ngDialog 设置其宽度大小

标签:设置   class   store   classname   strong   false   edit   css   like   

原文地址:http://www.cnblogs.com/miny-simp/p/6092772.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!