瀏覽代碼

弹窗样式更改

duy 2 年之前
父節點
當前提交
4c9240c87d
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/components/message/index.vue

+ 8 - 0
src/components/message/index.vue

@@ -68,4 +68,12 @@ const texts = ref(props.text)
         margin-bottom: 10px;
     }
 }
+html.dark {
+    .title {
+        position: relative;
+        font-size: 20px;
+        color:white;
+        margin-bottom: 20px;
+    }
+}
 </style>