Commit 0c4c6bf237b1a57835c07c997bdec19f7a4add90

Authored by ljq
1 parent d1b96a52

修改密码页面去掉滚动条

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">
... ...