chenrui  2 年之前
父節點
當前提交
7b5325d886
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/systemSettings/log/index.vue

+ 4 - 4
src/views/systemSettings/log/index.vue

@@ -201,7 +201,7 @@ preDatas.value.splice(5, 10);
             position: absolute;
             width: 20px;
             height: 20px;
-            background: #2d67e3;
+            background: #ac014d;
             left: -5px;
             border-radius: 50%;
             z-index: 1;
@@ -228,7 +228,7 @@ preDatas.value.splice(5, 10);
 .interfaceLog_content_progress {
   height: 100%;
 }
-::v-deep.el-timeline .list_status {
-  background: #ac014d !important;
-}
+// ::v-deep.el-timeline .list_status {
+//   background: #ac014d !important;
+// }
 </style>