Explorar o código

Merge branch 'guide'

mo %!s(int64=2) %!d(string=hai) anos
pai
achega
6a4ee1562b

+ 2 - 2
src/page-instrument/custom-plugins/guide-page/index.module.less

@@ -144,10 +144,10 @@
         }
       }
       .nextBtn {
-        width: 60px;
+        width: 72px;
         height: 25px;
         background: url('./images/nextBtn.png') no-repeat;
-        background-size: 60px 25px;
+        background-size: 72px 25px;
         line-height: 25px;
         font-size: 9px;
         padding: 0;

+ 1 - 1
src/page-instrument/custom-plugins/guide-page/student-top.tsx

@@ -44,7 +44,7 @@ export default defineComponent({
           imgStyle: {
             top: "1.9rem",
             width:'5.46rem',
-            height:'2.77rem',
+            height:'2.3rem',
             left:'-2rem'
           },
           btnsStyle: {

+ 1 - 1
src/page-instrument/header-top/index.tsx

@@ -441,7 +441,7 @@ export default defineComponent({
 										}}
 									>
 										<img class={styles.iconBtn} src={headImg("icon_zhuanpu.svg")} />
-										<span>{state.musicRenderType === "staff" ? "转谱" : "转五线谱"}</span>
+										<span>{state.musicRenderType === "staff" ? "转谱" : "转谱"}</span>
 									</div>
 								),
 								default: () => <MusicType />,