liushengqiang 2 年 前
コミット
f75706ec0f

+ 1 - 10
src/subpages/colexiu/fingering/index.module.less

@@ -1,12 +1,4 @@
-:global(.eyeProtection) {
-  :global(.fingering) {
-    box-shadow: 0 -10px 10px var(--eye-background-color);
-    background: var(--eye-background-color);
-    &:global(.vertical){
-      box-shadow: none!important;
-    }
-  }
-}
+
 .fingering {
   position: fixed;
   bottom: 0;
@@ -20,7 +12,6 @@
     box-shadow: none!important;
   }
 
-  background: #fff;
   &:global(.vertical) {
     top: 35px;
     left: 0;

+ 0 - 8
src/subpages/colexiu/index.tsx

@@ -353,14 +353,6 @@ export default defineComponent({
                   />
                   {needFingering && (
                     <Fingering
-                      style={{
-                        background: SettingState.sett.camera
-                          ? `rgba(${SettingState.sett.eyeProtection ? '253,244,229' : '255,255,255'} ,${
-                              SettingState.sett.opacity / 100
-                            })`
-                          : '',
-                        boxShadow: SettingState.sett.camera ? 'none' : '',
-                      }}
                       code={detail.value.code}
                     />
                   )}

+ 1 - 1
src/subpages/colexiu/popups/evaluating/content.tsx

@@ -131,7 +131,7 @@ export default defineComponent({
       postMessage({
         api: 'openWebView',
         content: {
-          url: `${location.origin}${pathname}/colexiu-report.html?source=evaluation&musicId=${search.id}&id=${data.value?.recordIdStr}`,
+          url: `${location.origin}${pathname}colexiu-report.html?source=evaluation&musicId=${search.id}&id=${data.value?.recordIdStr}`,
           orientation: 0,
           isHideTitle: true, // 此处兼容安卓,意思为隐藏全部头部
           statusBarTextColor: false,