Browse Source

0827部门任务央视

liuhj 5 days ago
parent
commit
d2afe1d2da
1 changed files with 8 additions and 2 deletions
  1. 8 2
      src/components/OP/DepartProcessList.vue

+ 8 - 2
src/components/OP/DepartProcessList.vue

@@ -542,7 +542,11 @@ export default {
 
 <style>
 #DepartProcessListConter {
-    background-color: white;
+    background-color: #fff;
+    padding: 10px;
+    box-shadow: 0 0 5px #0005;
+    border-radius: 10px;
+    min-height: 830px;
 }
 
 .step_icon {
@@ -552,7 +556,9 @@ export default {
     font-size: 12px;
     font-family: "\5FAE\8F6F\96C5\9ED1";
 }
-
+#DepartProcessListConter .el-table .el-table__expanded-cell[class*=cell] {
+    background-color: #fff;
+}
 .step_icon:hover {
     /* ransform: scale(1.1); */
 }