Explorar el Código

首页展示调整

肖栋 hace 1 semana
padre
commit
b569bb8aea
Se han modificado 1 ficheros con 4 adiciones y 7 borrados
  1. 4 7
      src/pages/home/particulars.vue

+ 4 - 7
src/pages/home/particulars.vue

@@ -578,21 +578,18 @@ const dateClass = (status) => {
   }
 
   .col-name,
-  .col-risk,
   .col-action {
     position: sticky;
     z-index: 2;
   }
 
   th.col-name,
-  th.col-risk,
   th.col-action {
     z-index: 4;
     background: #edf1f6;
   }
 
   td.col-name,
-  td.col-risk,
   td.col-action {
     background: #ffffff;
   }
@@ -601,13 +598,13 @@ const dateClass = (status) => {
     left: 0;
     width: 140px;
     min-width: 140px;
+    box-shadow: 2px 0 6px rgba(22, 33, 58, 0.08);
   }
 
   .col-risk {
-    left: 140px;
-    width: 100px;
-    min-width: 100px;
-    box-shadow: 2px 0 6px rgba(22, 33, 58, 0.08);
+    width: 140px;
+    min-width: 140px;
+    white-space: nowrap;
   }
 
   .col-action {