@@ -24,13 +24,13 @@
> div {
max-width: 60%;
margin: auto;
- img {
- margin: 10px auto;
- height: 100%;
- width: 100% !important;
- max-width: 100% !important;
- max-height: 100% !important;
- }
+ // img {
+ // margin: 10px auto;
+ // height: 100%;
+ // width: 100% !important;
+ // max-width: 100% !important;
+ // max-height: 100% !important;
+ // }
}
@@ -364,7 +364,7 @@ export default defineComponent({
paddingBottom:
needFingering && (fingeringDetail.value as any).height
? (fingeringDetail.value as any).height
- : '40px',
+ : '60px',
background: SettingState.sett.camera
? `rgba(${SettingState.sett.eyeProtection ? '253,244,229' : '255,255,255'} ,${
SettingState.sett.opacity / 100