소스 검색

状态样式

dengrui 1 주 전
부모
커밋
27e27d24f4
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/report/statistics/screens/line3D/index.vue

+ 6 - 0
src/views/report/statistics/screens/line3D/index.vue

@@ -458,4 +458,10 @@ onMounted(() => {
     text-align: center;
   }
 }
+.red {
+  color: red !important;
+}
+.white {
+  color: white !important;
+}
 </style>