优化列表样式
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user