瀏覽代碼

feat: 评测报告兼容没有音频的情况

TIANYONG 1 周之前
父節點
當前提交
fc70d7a9af
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/page-instrument/custom-plugins/guide-driver/index.tsx

+ 2 - 0
src/page-instrument/custom-plugins/guide-driver/index.tsx

@@ -1337,6 +1337,8 @@ export const EvaluatingReportDriver = defineComponent({
             doneBtnText: "完成",
             showButtons: ["next", "previous"],
             onPopoverRender: (popover: PopoverDOM, options: { config: Config; state: State }) => {
+              options.config.stageRadius = 8;
+              options.config.stagePadding = 5;
               try {
                 const rect = options.state.activeElement?.getBoundingClientRect();
                 popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 4 + "px";