jwyu hace 9 meses
padre
commit
a0d4fad99a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/report/Detail.vue

+ 1 - 1
src/views/report/Detail.vue

@@ -233,7 +233,7 @@ onUnmounted(() => {
     margin: 20px 0;
     display: flex;
     gap: 0 10px;
-    color: --text-color-sub;
+    color: var(--text-color-sub);
     font-size: var(--font-size-small);
     line-height: 36px;
   }