TIANYONG пре 1 година
родитељ
комит
d59b1b135d
2 измењених фајлова са 8 додато и 1 уклоњено
  1. 7 0
      src/subpages/colexiu/fingering/index.module.less
  2. 1 1
      src/subpages/colexiu/index.tsx

+ 7 - 0
src/subpages/colexiu/fingering/index.module.less

@@ -24,6 +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;
+      }
     }
   }
 

+ 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',
+                    : '40px',
                 background: SettingState.sett.camera
                   ? `rgba(${SettingState.sett.eyeProtection ? '253,244,229' : '255,255,255'} ,${
                       SettingState.sett.opacity / 100