修改样式

This commit is contained in:
wanggeng888 2021-06-17 18:15:30 +08:00
parent 475c55cd0f
commit 31c4ef3c0c

View File

@ -68,7 +68,7 @@
</div>
<div id="configMask" style="background: #00000022; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; display: none;"></div>
</div>
<div style="padding: 0 15px;">
<div style="padding: 0 15px 15px 15px;">
<div>
<button id="saveEditBtn" class="layui-btn layui-btn-normal" style="width: 100%; display: none;">保存编辑</button>
</div>
@ -164,7 +164,8 @@
// 重置页面大小
function resizePage() {
$('#areaConfigBox').css({
height: ($win.height() - 94) +'px'
height: ($win.height() - 31) +'px',
overflow: 'auto'
});
$('#areaMapBox').css({
height: ($win.height() - 51) +'px'