1.新 httpclient版本到4.5.6,解决凯歌提出的4.4.1版本存在的连接可能出现失败问题

2.提交图标样式更改
This commit is contained in:
zhanghongqing
2018-09-10 11:39:04 +08:00
parent 7f918963a0
commit c5fb19c695
23 changed files with 1826 additions and 199 deletions

View File

@@ -2101,7 +2101,9 @@ th {
background-color: #fbfcfd; }
.table-hover > tbody > tr:hover {
background-color: #eef1f5; }
/* background-color: #eef1f5; */
background: rgb(210, 232, 251, 0.8);
}
table col[class*="col-"] {
position: static;
@@ -2126,14 +2128,17 @@ table th[class*="col-"] {
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #eef1f5; }
background: rgb(210, 232, 251, 0.8);
/* background-color: #eef1f5; */ }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #dee5ec; }
/* background-color: #dee5ec; */
background: rgb(210, 232, 251, 0.8);
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,