Parcourir la source

改内容字体颜色

cxmo il y a 1 an
Parent
commit
1ac75cc8a4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/update/Index.vue

+ 2 - 1
src/views/update/Index.vue

@@ -208,7 +208,8 @@ onMounted(()=>{
             }
         }
         .content{
-            opacity: 0.6;
+            /* opacity: 0.6; */
+            color: #333;
             user-select: text;
         }
     }