Browse Source

05/28 23:57

编译测试
Xiao_Mo 5 years ago
parent
commit
9cbcd20d21

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-15cb6d66.0dfaafde.css


+ 0 - 0
dist/static/css/chunk-09753c97.f169f753.css → dist/static/css/chunk-20c5063f.f169f753.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.64882ab5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-15cb6d66.cc4a38d9.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-20c5063f.9bda3218.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-527a028a.bffa0920.js


+ 5 - 1
src/views/resetTeaming/index.vue

@@ -5,6 +5,7 @@
                       content="乐团修改"></el-page-header>
 
     </h2>
+    <div class="testText">测试字体</div>
     <div class="m-core">
       <!-- navMenu -->
       <el-tabs v-model.trim="activeIndex"
@@ -122,5 +123,8 @@ export default {
   },
 }
 </script>
-<style lang="scss">
+<style lang="scss" scoped>
+.testText {
+  color: transparent;
+}
 </style>

Some files were not shown because too many files changed in this diff