Browse Source

更新依赖

ZaiZai 2 năm trước cách đây
mục cha
commit
4eafa8947a
1 tập tin đã thay đổi với 0 bổ sung13 xóa
  1. 0 13
      src/components/message/index.vue

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

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