소스 검색

删除提醒

duy 2 년 전
부모
커밋
2fa8c367a4
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/components/message/index.vue

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

@@ -75,5 +75,10 @@ html.dark {
         color:white;
         margin-bottom: 20px;
     }
+    .text {
+        color: white;
+        font-size: 14px;
+        margin-bottom: 10px;
+    }
 }
 </style>