Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hzwy23 committed Apr 27, 2017
1 parent 72c2314 commit 14b4c94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/js/utils.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2413,6 +2413,7 @@ var Hutils = {

header:"",
headerHeight:"30px",
headerColor :"white",
headerFontSize:"14px",
headerFontColor:"#0c0c0c",

Expand All @@ -2427,8 +2428,8 @@ var Hutils = {
//初始化弹框主体
function init(){
var mframe='<div class="modal-dialog">'+
'<div class="modal-content" style="width: '+__DEFAULT.width+'; height: '+__DEFAULT.height+';">'+
'<div class="modal-header h-modal-header" style="border: none !important; height: '+__DEFAULT.headerHeight+'; line-height: '+__DEFAULT.headerHeight+';">'+
'<div class="modal-content" style="border: '+__DEFAULT.headerColor+' solid 2px; width: '+__DEFAULT.width+'; height: '+__DEFAULT.height+';">'+
'<div class="modal-header h-modal-header" style="border: none !important;background-color: '+__DEFAULT.headerColor+'; height: '+__DEFAULT.headerHeight+'; line-height: '+__DEFAULT.headerHeight+';">'+
'<h4 class="modal-title" style="margin-left: 15px;height: '+__DEFAULT.headerFontSize+';color: '+__DEFAULT.headerFontColor+'; line-height: '+__DEFAULT.headerHeight+';font-weight: 600; font-size: '+__DEFAULT.headerFontSize+'; margin-right: 30px;">'+__DEFAULT.header+'</h4>'+
'<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="width: 30px;">×</button>'+
'</div>'+
Expand Down

0 comments on commit 14b4c94

Please sign in to comment.