소스 검색

弹窗样式更改

duy 2 년 전
부모
커밋
4c9240c87d
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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>