Преглед изворни кода

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

TIANYONG пре 1 година
родитељ
комит
8263ba5142
1 измењених фајлова са 1 додато и 1 уклоњено
  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