Pārlūkot izejas kodu

弹窗样式更改

duy 2 gadi atpakaļ
vecāks
revīzija
4c9240c87d
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  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>