修改样式
This commit is contained in:
parent
475c55cd0f
commit
31c4ef3c0c
@ -68,7 +68,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="configMask" style="background: #00000022; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; display: none;"></div>
|
<div id="configMask" style="background: #00000022; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; display: none;"></div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding: 0 15px;">
|
<div style="padding: 0 15px 15px 15px;">
|
||||||
<div>
|
<div>
|
||||||
<button id="saveEditBtn" class="layui-btn layui-btn-normal" style="width: 100%; display: none;">保存编辑</button>
|
<button id="saveEditBtn" class="layui-btn layui-btn-normal" style="width: 100%; display: none;">保存编辑</button>
|
||||||
</div>
|
</div>
|
||||||
@ -164,7 +164,8 @@
|
|||||||
// 重置页面大小
|
// 重置页面大小
|
||||||
function resizePage() {
|
function resizePage() {
|
||||||
$('#areaConfigBox').css({
|
$('#areaConfigBox').css({
|
||||||
height: ($win.height() - 94) +'px'
|
height: ($win.height() - 31) +'px',
|
||||||
|
overflow: 'auto'
|
||||||
});
|
});
|
||||||
$('#areaMapBox').css({
|
$('#areaMapBox').css({
|
||||||
height: ($win.height() - 51) +'px'
|
height: ($win.height() - 51) +'px'
|
||||||
|
Loading…
Reference in New Issue
Block a user