Browse Source

状态样式

dengrui 1 tuần trước cách đây
mục cha
commit
27e27d24f4
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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>