Browse Source

style: iphoneX指法选段优化

TIANYONG 1 năm trước cách đây
mục cha
commit
37a130c522
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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