Browse Source

style: 指法样式优化

TIANYONG 1 year ago
parent
commit
8c65b355bc

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

@@ -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;
+      // }
     }
   }
 

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