mo 1 年之前
父節點
當前提交
4f130ef228
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/custom-plugins/guide-page/myColloge-guide.tsx

+ 1 - 1
src/custom-plugins/guide-page/myColloge-guide.tsx

@@ -121,7 +121,7 @@ export default defineComponent({
               </div>
               <div
                 class={styles.box}
-                style={{...data.box,...data.steps[data.step].boxStyle}}
+                style={{...data.box}}
                 id={`modeType-${data.step}`}>
 
                 {data.steps.map((item: any, index) => (