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