소스 검색

style: 样式修改

TIANYONG 3 달 전
부모
커밋
e40e0b7bb4

+ 1 - 1
instrument.html

@@ -29,7 +29,7 @@
       }
     }
     // APP的全屏loading动画
-    if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true') && !location.href.includes("simple-detail")) {
+    if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true') && !location.href.includes("simple-detail") && !location.href.includes('isHideLoading=true')) {
       _postMessage({
         api: 'cloudLoading',
         content: {

+ 1 - 0
src/page-instrument/custom-plugins/guide-driver/index.less

@@ -496,6 +496,7 @@
 
 .popoverClassER4 {
   width: 327px;
+  min-width: 327px;
   height: 246px;
   background: url("./images/evaluating/r4.png") no-repeat center;
   background-size: contain;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/page-instrument/header-top/image/pcMode.json


+ 1 - 0
src/view/plugins/toggleMusicSheet/index.tsx

@@ -77,6 +77,7 @@ export default defineComponent({
           behaviorId: sessionStorage.getItem('behaviorId') || '',
           _t: new Date().valueOf(),
           'part-index': index,
+          isHideLoading: true
         })
       console.log(_url)
       location.href = _url

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.