|
@@ -486,7 +486,7 @@
|
|
justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
.serve_table .table_header_new .sort_cell:nth-of-type(1) {
|
|
.serve_table .table_header_new .sort_cell:nth-of-type(1) {
|
|
- width:103px;
|
|
|
|
|
|
+ width:102px;
|
|
border-left: none;
|
|
border-left: none;
|
|
}
|
|
}
|
|
.serve_table .table_header_new .sort_cell:nth-of-type(2) {
|
|
.serve_table .table_header_new .sort_cell:nth-of-type(2) {
|
|
@@ -566,7 +566,7 @@
|
|
|
|
|
|
}
|
|
}
|
|
.serve_table .table_header .sort_cell:nth-of-type(1) {
|
|
.serve_table .table_header .sort_cell:nth-of-type(1) {
|
|
- width:103px;
|
|
|
|
|
|
+ width:102px;
|
|
border-left: none;
|
|
border-left: none;
|
|
}
|
|
}
|
|
.serve_table .table_header .sort_cell:nth-of-type(2) {
|
|
.serve_table .table_header .sort_cell:nth-of-type(2) {
|
|
@@ -762,7 +762,6 @@
|
|
|
|
|
|
.table_content {
|
|
.table_content {
|
|
width: 1200px;
|
|
width: 1200px;
|
|
- border-right: 1px solid #ECECEC;
|
|
|
|
border-left: 1px solid #ECECEC;
|
|
border-left: 1px solid #ECECEC;
|
|
border-bottom: 1px solid #ECECEC;
|
|
border-bottom: 1px solid #ECECEC;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -770,7 +769,6 @@
|
|
}
|
|
}
|
|
.serve_table .table_content{
|
|
.serve_table .table_content{
|
|
width: 1200px;
|
|
width: 1200px;
|
|
- border-right: 1px solid #ECECEC;
|
|
|
|
border-left: 1px solid #ECECEC;
|
|
border-left: 1px solid #ECECEC;
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -780,7 +778,7 @@
|
|
}
|
|
}
|
|
.table_content_l {
|
|
.table_content_l {
|
|
/*flex: 1;*/
|
|
/*flex: 1;*/
|
|
- width:104px;
|
|
|
|
|
|
+ width:102px;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -806,8 +804,8 @@
|
|
width: 1096px;
|
|
width: 1096px;
|
|
display: flex;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- border: 1px solid transparent;
|
|
|
|
- border-top: 1px solid #ECECEC;
|
|
|
|
|
|
+ border: 1px solid #ECECEC;
|
|
|
|
+ border-bottom: 1px solid transparent;
|
|
}
|
|
}
|
|
|
|
|
|
.table_content_r_item:hover {
|
|
.table_content_r_item:hover {
|
|
@@ -853,7 +851,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.serve_table .table_content_l {
|
|
.serve_table .table_content_l {
|
|
- width:104px !important;
|
|
|
|
|
|
+ width:102px !important;
|
|
/*flex: 1 !important;*/
|
|
/*flex: 1 !important;*/
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -895,6 +893,7 @@
|
|
}
|
|
}
|
|
.serve_table .table_content_r_item .table_content_sortcell:nth-of-type(1) {
|
|
.serve_table .table_content_r_item .table_content_sortcell:nth-of-type(1) {
|
|
width: 120px;
|
|
width: 120px;
|
|
|
|
+ border-left:none;
|
|
}
|
|
}
|
|
.serve_table .table_content_sortcell.w120 {
|
|
.serve_table .table_content_sortcell.w120 {
|
|
width: 120px;
|
|
width: 120px;
|