Explorar o código

style: iphoneX指法选段优化

TIANYONG hai 1 ano
pai
achega
37a130c522
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
-                    : SettingState.sett.eyeProtection ? '78px' : '60px',
+                    : '78px',
                 background: SettingState.sett.camera
                   ? `rgba(${SettingState.sett.eyeProtection ? '253,244,229' : '255,255,255'} ,${
                       SettingState.sett.opacity / 100