Sfoglia il codice sorgente

fix: css报错修复

louhangfei 1 anno fa
parent
commit
8760d33d48
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/dashboard/home/components/Score.vue

+ 1 - 1
src/views/dashboard/home/components/Score.vue

@@ -209,7 +209,7 @@
 
   .score-show {
     flex-grow: 1;
-    width: calc(100%-660px);
+    width: calc(100% - 660px);
     overflow-x: auto;
   }