Browse Source

style: 样式修改

zhangsiya 1 year ago
parent
commit
b67e7cb225
1 changed files with 7 additions and 8 deletions
  1. 7 8
      src/web/staticres/serviceSystem/css/serviceSystem.css

+ 7 - 8
src/web/staticres/serviceSystem/css/serviceSystem.css

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