@@ -126,11 +126,9 @@ body.console {
min-width: 100px;
p {
display: inline-block;
- font-size: 16px;
color: @fstColor;
span {
}
.dateDetail {
@@ -142,7 +140,6 @@ body.console {
.monthYear {
float: right;
margin-right: 20px;
- border: 1px solid #00A1FF;
height: 30px;
line-height: 30px;
cursor: pointer;
@@ -106,11 +106,9 @@ body.console {
letter-spacing: 1px;
span,i {
@@ -146,7 +146,7 @@ textarea {
line-height: 44px;
/*padding: 0 0 0 15px;*/
border-bottom: 10px solid #EFF1F6;
+ font-size: 14px;
text-indent: 20px;
font-weight: normal;
@@ -366,16 +366,13 @@ input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
color: @themeColor;
a {
opacity: 70%;
i {
@@ -150,7 +150,7 @@ function renderTab(data,hisId){
let hasSelectAll = true;
if(data.length===0){
$('tbody').html(`<tr><td colspan="17" style="text-align: center;color: #aaa">
- <img style="margin-top:50px;width:100px;" src="${require('../images/empty.png')}" />
+ <img style="margin-top:50px;width:100px;" src="${require('../images/empty1.png')}" />
<p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">暂无数据~</p>
</td></tr>`)
return;
@@ -165,7 +165,7 @@ function renderTab(data){
$('tbody').html(str?str:`<tr><td colspan="17" style="text-align: center;color: #aaa">