linwenxin 1 年間 前
コミット
89c5fd49a9
2 ファイル変更6 行追加1 行削除
  1. 5 0
      src/App.vue
  2. 1 1
      src/components/template/import_mixin.js

+ 5 - 0
src/App.vue

@@ -13,3 +13,8 @@ export default {
   methods: {}
 }
 </script>
+<style>
+.teshudeshangchuananniu {
+  color: #fff !important;
+}
+</style>

+ 1 - 1
src/components/template/import_mixin.js

@@ -35,7 +35,7 @@ export default {
                 })
             }}
           >
-            <span>{name}</span>
+            <span class="teshudeshangchuananniu">{name}</span>
           </el-upload>
         )
       }