浏览代码

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