소스 검색

feat:修改字体颜色

AmandaG 5 달 전
부모
커밋
b2423614b8
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/Dashboard/src/DashboardView.vue

+ 5 - 0
src/views/Dashboard/src/DashboardView.vue

@@ -1266,6 +1266,11 @@ const ClickParams = (val: any) => {
   font-size: var(--font-size-2);
   line-height: 16px;
 }
+.content_text_warining {
+  color: var(--color-warning);
+  font-size: var(--font-size-2);
+  line-height: 16px;
+}
 .tips {
   display: flex;
   justify-content: center;