Parcourir la source

弹窗样式更改

duy il y a 2 ans
Parent
commit
4c9240c87d
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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>