gghjghjghj
This commit is contained in:
parent
dd78844f08
commit
7c320a939e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue