Commit bd43e3c3 by Chanachai

Update งานเมิ้อกี้

parent 031079de
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class=" col-md-12"> <div class=" col-md-12">
<div class=" form-group"> <div class=" form-group">
<label> ชื่อผู้จอง </label> <label> ชื่อผู้จอง </label>
<input readonly class=" form-control" placeholder="" type="text" value={{name}} /> <input readonly class=" form-control" type="text" value={{name}} style="color: aliceblue;" />
</div> </div>
</div> </div>
</div> </div>
...@@ -17,24 +17,24 @@ ...@@ -17,24 +17,24 @@
<div class=" col-md-12"> <div class=" col-md-12">
<div class=" form-group"> <div class=" form-group">
<label> เบอร์โทร </label> <label> เบอร์โทร </label>
<input readonly class=" form-control" placeholder="" type="text" value={{telephone}} /> <input readonly class=" form-control" type="text" value={{telephone}} style="color: aliceblue;" />
</div> </div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-sm-12 mb-1"> <div class="col-sm-12 mb-1">
<label for="exampleFormControlSelect1">ชื่อห้อง</label> <label for="exampleFormControlSelect1">ชื่อห้อง</label>
<input readonly class="form-control" type="text" value={{rName}}> <input readonly class="form-control" type="text" value={{rName}} style="color: aliceblue;">
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-6 mb-1"> <div class="col-6 mb-1">
<label for="exampleFormControlSelect1">เวลาที่เริ่มต้น</label> <label for="exampleFormControlSelect1">เวลาที่เริ่มต้น</label>
<input readonly class="form-control" type="time" value={{sTime}}> <input readonly class="form-control" type="time" value={{sTime}} style="color: aliceblue;">
</div> </div>
<div class="col-6 mb-1"> <div class="col-6 mb-1">
<label readonly for="exampleFormControlSelect1">เวลาที่สิ้นสุด</label> <label readonly for="exampleFormControlSelect1">เวลาที่สิ้นสุด</label>
<input readonly class="form-control" type="time" value={{eTime}}> <input readonly class="form-control" type="time" value={{eTime}} style="color: aliceblue;">
</div> </div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
::ng-deep .fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start { ::ng-deep .fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
margin-right: 2px; margin-right: 2px;
background-color: blueviolet; background-color: blueviolet;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment