styling RotatingShiftReport modal
This commit is contained in:
@@ -840,7 +840,7 @@ CreateWorkingHoursTemp command, bool holidayWorking)
|
||||
var nightWorkingTime = new TimeSpan();
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
foreach (var shift in item.ShiftList)
|
||||
{
|
||||
#region DatePeriod
|
||||
@@ -1015,6 +1015,7 @@ CreateWorkingHoursTemp command, bool holidayWorking)
|
||||
#region Result
|
||||
|
||||
var result = new RotatingShiftViewModel();
|
||||
result.RotatingDate = item.CreationDate.ToFarsi();
|
||||
result.MorningWorkSpan = morningWorkingTime;
|
||||
result.EveningWorkSpan = eveningWorkingTime;
|
||||
result.NightWorkSpan = nightWorkingTime;
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
.modal-body2 {
|
||||
background-color: #f2fbfb;
|
||||
width: 100%;
|
||||
height: 615px;
|
||||
height: 644px;
|
||||
border-radius: 25px;
|
||||
position: absolute;
|
||||
}
|
||||
@@ -59,7 +59,20 @@
|
||||
|
||||
|
||||
<div class="modal-body2" dir="rtl">
|
||||
|
||||
@if (@Model.RotatingStatus != "نوبت کاری ندارد")
|
||||
{
|
||||
<div class="row">
|
||||
<div class="col-xs-3"></div>
|
||||
<div class="col-xs-3">
|
||||
<h5>@Model.RotatingStatus</h5>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<h5>وضعیت نوبت کاری : </h5>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-3"></div>
|
||||
</div>
|
||||
}
|
||||
<div class="container" style="height: 550px">
|
||||
<div class="rotateHead">
|
||||
<span style="border-left: 1px solid;padding: 0px 30px;">تاریخ</span>
|
||||
|
||||
Reference in New Issue
Block a user