@@ -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;
@@ -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}
)}
@@ -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,