Преглед на файлове

Merge branch 'iteration-temp-http' into staging

lex-xin преди 8 месеца
родител
ревизия
74f38d912c
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 1
      src/views/cloudPractice/cloudPractice.tsx
  2. 2 1
      src/views/cloudPractice/index.module.scss

+ 1 - 1
src/views/cloudPractice/cloudPractice.tsx

@@ -1297,7 +1297,7 @@ export default defineComponent({
                               state.partXmlIndex = item.xmlIndex
                               nextTick(() => {
                                  let tempPdf = ""
-                                 if (activeItem.value?.isScoreRender) {
+                                 if (activeItem.value?.isScoreRender && value === 999) {
                                     if (activeItem.value?.musicPdfUrl) {
                                        tempPdf = activeItem.value?.musicPdfUrl
                                     }

+ 2 - 1
src/views/cloudPractice/index.module.scss

@@ -437,7 +437,8 @@
    }
 
    .musicName {
-      padding-top: 79px;
+      padding-top: 70px;
+      padding-bottom: 10px;
       font-size: 26px;
       font-weight: 500;
       color: #333;