Browse Source

修复底部按钮位置

1
mo 1 year ago
parent
commit
6bdeb1be02
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/custom-plugins/guide-page/knowledge-guide.tsx

+ 4 - 1
src/custom-plugins/guide-page/knowledge-guide.tsx

@@ -70,7 +70,8 @@ export default defineComponent({
           },
           },
           btnsStyle: {
           btnsStyle: {
             top: "8.8rem",
             top: "8.8rem",
-            left:'1.3rem',
+            left:'2.3rem',
+            transform: 'scale(1.2)'
           },
           },
           boxStyle:{
           boxStyle:{
             transform: 'scale(1)'
             transform: 'scale(1)'
@@ -114,6 +115,8 @@ export default defineComponent({
         handleNext()
         handleNext()
       }
       }
     };
     };
+
+    // setGuidance({guideTag:'guideInfo',guideValue:'{}'})
     onMounted(() => {
     onMounted(() => {
 
 
         // const guideInfo = localStorage.getItem('guideInfo')
         // const guideInfo = localStorage.getItem('guideInfo')