Browse Source

弹窗样式更改

duy 2 năm trước cách đây
mục cha
commit
4c9240c87d
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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>