|
@@ -1135,7 +1135,7 @@ export const EvaluatingReportDriver = defineComponent({
|
|
|
options.config.stagePadding = 0;
|
|
|
try {
|
|
|
const rect = options.state.activeElement?.getBoundingClientRect();
|
|
|
- popover.wrapper.style.marginLeft = -(rect?.width || 0) / 2 + 34 + "px";
|
|
|
+ popover.wrapper.style.marginLeft = -(rect?.width || 0) / 2 + 16 + "px";
|
|
|
} catch {}
|
|
|
};
|
|
|
|
|
@@ -1159,7 +1159,7 @@ export const EvaluatingReportDriver = defineComponent({
|
|
|
options.config.stagePadding = 0;
|
|
|
try {
|
|
|
const rect = options.state.activeElement?.getBoundingClientRect();
|
|
|
- popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 34 + "px";
|
|
|
+ popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 16 + "px";
|
|
|
} catch {}
|
|
|
},
|
|
|
},
|
|
@@ -1180,7 +1180,7 @@ export const EvaluatingReportDriver = defineComponent({
|
|
|
options.config.stagePadding = 5;
|
|
|
try {
|
|
|
const rect = options.state.activeElement?.getBoundingClientRect();
|
|
|
- popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 34 + "px";
|
|
|
+ popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 16 + "px";
|
|
|
} catch {}
|
|
|
},
|
|
|
onPrevClick: () => {
|
|
@@ -1209,7 +1209,7 @@ export const EvaluatingReportDriver = defineComponent({
|
|
|
options.config.stagePadding = 0;
|
|
|
try {
|
|
|
const rect = options.state.activeElement?.getBoundingClientRect();
|
|
|
- popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 34 + "px";
|
|
|
+ popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 16 + "px";
|
|
|
} catch {}
|
|
|
},
|
|
|
onPrevClick: () => {
|
|
@@ -1255,7 +1255,7 @@ export const EvaluatingReportDriver = defineComponent({
|
|
|
options.config.stagePadding = 0;
|
|
|
try {
|
|
|
const rect = options.state.activeElement?.getBoundingClientRect();
|
|
|
- popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 34 + "px";
|
|
|
+ popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 16 + "px";
|
|
|
} catch {}
|
|
|
},
|
|
|
},
|
|
@@ -1279,7 +1279,7 @@ export const EvaluatingReportDriver = defineComponent({
|
|
|
options.config.stagePadding = 0;
|
|
|
try {
|
|
|
const rect = options.state.activeElement?.getBoundingClientRect();
|
|
|
- popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 34 + "px";
|
|
|
+ popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 16 + "px";
|
|
|
} catch {}
|
|
|
},
|
|
|
},
|
|
@@ -1300,7 +1300,7 @@ export const EvaluatingReportDriver = defineComponent({
|
|
|
options.config.stagePadding = 5;
|
|
|
try {
|
|
|
const rect = options.state.activeElement?.getBoundingClientRect();
|
|
|
- popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 34 + "px";
|
|
|
+ popover.wrapper.style.marginLeft = ((rect?.width || 0) / 2) * -1 + 16 + "px";
|
|
|
} catch {}
|
|
|
},
|
|
|
onPrevClick: () => {
|