FIX_NHANCE_LOGO_MISALIGN
This commit is contained in:
parent
f0b5dee467
commit
50682067d8
@ -3941,6 +3941,8 @@ class LeadsController extends BaseController
|
|||||||
$offsetX = $offsetX + 97;
|
$offsetX = $offsetX + 97;
|
||||||
if ($length >= 4) {
|
if ($length >= 4) {
|
||||||
$offsetX = 50;
|
$offsetX = 50;
|
||||||
|
} else if ($length == 3) {
|
||||||
|
$offsetX = 140;
|
||||||
}
|
}
|
||||||
|
|
||||||
// dd($offsetX, $cellPixelWidth, $imagePixelWidth);
|
// dd($offsetX, $cellPixelWidth, $imagePixelWidth);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user