Sfoglia il codice sorgente

style: 护眼模式,指法选段优化

TIANYONG 1 anno fa
parent
commit
8263ba5142
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/subpages/colexiu/index.tsx

+ 1 - 1
src/subpages/colexiu/index.tsx

@@ -364,7 +364,7 @@ export default defineComponent({
                 paddingBottom:
                   needFingering && (fingeringDetail.value as any).height
                     ? (fingeringDetail.value as any).height
-                    : '60px',
+                    : SettingState.sett.eyeProtection ? '78px' : '60px',
                 background: SettingState.sett.camera
                   ? `rgba(${SettingState.sett.eyeProtection ? '253,244,229' : '255,255,255'} ,${
                       SettingState.sett.opacity / 100