Browse Source

消息提醒页面深色模式样式修改

duy 1 year ago
parent
commit
21c1e2624d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/styles/tasks/message.scss

+ 7 - 0
src/styles/tasks/message.scss

@@ -16,3 +16,10 @@
         margin-left: 24px;
         margin-left: 24px;
     }
     }
 }
 }
+html.dark {
+    .hc-layout-box {
+        .hc-layout-left-box {
+            background-color: transparent;
+        }
+    }
+}