Commit cc7f46c52112ffd7418faa7b1d2ced92238ab937

Authored by 游瑞烽
2 parents bfb2b253 0c4c6bf2

Merge branch 'jiading' of 192.168.168.201:panzhaov5/bsth_control into jiading

src/main/resources/static/index.html
... ... @@ -506,7 +506,7 @@
506 506 $.get('/pages/permission/user/changePWD.html', function (content) {
507 507 layer.open({
508 508 type: 1,
509   - area: ['600px', '360px'],
  509 + area: ['700px', '400px'],
510 510 content: content,
511 511 title: '修改密码',
512 512 shift: 5,
... ...
src/main/resources/static/pages/control/lineallot_v3/iframe_wrap.html
... ... @@ -434,7 +434,7 @@
434 434 $.get('/pages/permission/user/changePWD.html', function (content) {
435 435 layer.open({
436 436 type: 1,
437   - area: ['600px', '360px'],
  437 + area: ['700px', '400px'],
438 438 content: content,
439 439 title: '修改密码',
440 440 shift: 5,
... ...
src/main/resources/static/pages/permission/user/changePWD.html
1   -<div class="row">
  1 +<div class="row" style="width: 98%">
2 2 <div class="col-md-12">
3 3 <!-- BEGIN VALIDATION STATES-->
4 4 <div class="portlet light portlet-fit portlet-form bordered">
... ...