gghjghjghj
This commit is contained in:
parent
dd78844f08
commit
7c320a939e
|
|
@ -136,12 +136,12 @@
|
||||||
|
|
||||||
if (!firstDriverName.IsNullOrWhiteSpace())
|
if (!firstDriverName.IsNullOrWhiteSpace())
|
||||||
{
|
{
|
||||||
driverBgStyle += $" background-color: $#{firstDriverName.GetHashCode():X8} !important";
|
driverBgStyle += $" background-color: #{firstDriverName.GetHashCode():X8} !important";
|
||||||
}
|
}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div style="@driverBgStyle"></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>
|
</div>
|
||||||
}
|
}
|
||||||
</CellDisplayTemplate>
|
</CellDisplayTemplate>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue