浏览代码

解决ui包按钮不显示问题

natasha 2 月之前
父节点
当前提交
a04ae3a356
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/book/courseware/preview/components/voice_matrix/components/AudioLine.vue

+ 2 - 1
src/views/book/courseware/preview/components/voice_matrix/components/AudioLine.vue

@@ -385,7 +385,8 @@ export default {
     .play {
       display: block;
       width: 16px;
-      font-size: 0;
+
+      // font-size: 0;
       cursor: pointer;
     }