gghjghjghj

This commit is contained in:
Adam 2025-09-26 15:47:32 +02:00
parent dd78844f08
commit 7c320a939e
1 changed files with 2 additions and 2 deletions

View File

@ -136,12 +136,12 @@
if (!firstDriverName.IsNullOrWhiteSpace())
{
driverBgStyle += $" background-color: $#{firstDriverName.GetHashCode():X8} !important";
driverBgStyle += $" background-color: #{firstDriverName.GetHashCode():X8} !important";
}
<div>
<div style="@driverBgStyle"></div>
<div style="position: relative; float: left;">@(string.Join(", ", tranferItem.TransferToDrivers.Select(x => x.UserProductMapping?.User?.Profile?.Name)))</div>
<div style="position: relative; float: left; width: calc(100% - 28px)">@(string.Join(", ", tranferItem.TransferToDrivers.Select(x => x.UserProductMapping?.User?.Profile?.Name)))</div>
</div>
}
</CellDisplayTemplate>