浏览代码

更新依赖

ZaiZai 2 年之前
父节点
当前提交
4eafa8947a
共有 1 个文件被更改,包括 0 次插入13 次删除
  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>