优化列表样式

This commit is contained in:
季圣华
2020-11-01 11:22:46 +08:00
parent fba97561cb
commit abf50e4731
67 changed files with 130 additions and 130 deletions

View File

@@ -85,8 +85,8 @@
var searchTabHeight = $('.box-body').height();
if($('#tableData') && $('#tableData').length && $('#tableData').datagrid()) {
$('#tableData').datagrid('resize', {
width: $(window).width() - 6,
height: $(window).height() - searchTabHeight -43
width: $(window).width() - 13,
height: $(window).height() - searchTabHeight -51
});
}
}

View File

@@ -2007,8 +2007,8 @@
cursor: default;
}
.datagrid-row-selected {
background: #0092DC;
color: #fff;
background: #e0e0e0;
color: #000000;
}
.datagrid-row-editing .textbox,
.datagrid-row-editing .textbox-text {

View File

@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>数据打印</title>
<link rel="stylesheet" type="text/css" href="/js/easyui/themes/default/easyui.css"/>
<link rel="stylesheet" type="text/css" href="/js/easyui/themes/gray/easyui.css"/>
<link rel="stylesheet" type="text/css" href="/js/easyui/themes/icon.css"/>
<script src="/js/jquery-1.8.0.min.js"></script>
<script src="/js/easyui/jquery.easyui.min.js"></script>