lex %!s(int64=2) %!d(string=hai) anos
pai
achega
2ab073cb94

+ 4 - 7
src/components/m-video/index.tsx

@@ -77,13 +77,10 @@ export default defineComponent({
       //   'download ' ,  // 显示一个下载按钮,其中包含指向当前源或您在选项中指定的自定义 URL 的链接
       //   'fullscreen' ,  // 切换全屏
       // ] ;
-      const controls = [
-        'play-large',
-        'play',
-        'progress',
-        'captions',
-        'fullscreen'
-      ];
+      const controls = ['play-large', 'play', 'progress', 'captions'];
+      if (browser().isApp) {
+        controls.push('fullscreen');
+      }
       if (this.currentTime) {
         controls.push('current-time');
       }

+ 4 - 0
src/views/teacher-attendance/index.module.less

@@ -32,6 +32,10 @@
       font-size: 13px;
       color: var(--k-gray-3);
       line-height: 22px;
+      max-width: 90px;
+      overflow: hidden;
+      white-space: nowrap;
+      text-overflow: ellipsis;
     }
   }