lex-xin 9 mesiacov pred
rodič
commit
f91c0c295c

+ 1 - 0
src/views/coursewarePlay/component/courseware-tips/index.module.less

@@ -56,6 +56,7 @@
     padding: 0 20px;
     margin-bottom: 16px;
     font-size: 14px;
+    line-height: 1.6;
 
     &::-webkit-scrollbar {
       display: none;

+ 1 - 1
src/views/coursewarePlay/component/tools/pen.module.less

@@ -23,7 +23,7 @@
 }
 .rightItem{
     position: absolute;
-    right: 15Px;
+    right: 8Px;
     bottom: 0;
     bottom: constant(safe-area-inset-bottom);
     bottom: env(safe-area-inset-bottom);

+ 2 - 1
src/views/coursewarePlay/component/video.module.less

@@ -173,6 +173,7 @@
   transition: all 0.5s;
   width: 100%;
   z-index: 9;
+  padding-top: 10px;
 
   &.hide {
     transform: translateY(100%);
@@ -318,7 +319,7 @@
 .sliderPopup {
   position: absolute;
   z-index: 9999;
-  left: 128px;
+  left: 121px;
   bottom: 46px;
   display: flex;
   align-items: center;

+ 1 - 1
src/views/coursewarePlay/index.tsx

@@ -849,6 +849,7 @@ export default defineComponent({
       () => [whitePenShow.value, penShow.value],
       () => {
         if (whitePenShow.value || penShow.value) {
+          clearTimeout(activeData.timer);
           handleStop()
         }
       }
@@ -998,7 +999,6 @@ export default defineComponent({
                 }}
                 onPause={() => {
                   clearTimeout(activeData.timer);
-                  activeData.model = true;
                   videoIntervalRef.pause();
                 }}
                 onEnded={async () => {