|
|
@@ -11,13 +11,13 @@
|
|
|
<h3 style="color:rgba(42, 130, 228, 1)">
|
|
|
当前房间号
|
|
|
</h3>
|
|
|
- <div style="color:#fff;background: rgba(42, 130, 228, 1);line-height:60px;width:50%;text-align:center;border-radius:12px;">
|
|
|
+ <div style="color:#fff;background: rgba(42, 130, 228, 1);line-height:100px;width:40%;text-align:center;border-radius:12px;">
|
|
|
{{roomList[roomIndex] && roomList[roomIndex].roomNo}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
- <div style="display:flex;flex-direction:column;justify-content:flex-end;height:100%;">
|
|
|
+ <div style="display:flex;flex-direction:column;justify-content:center;height:100%;">
|
|
|
<div style="display:flex;align-items:center;justify-content:space-between">
|
|
|
<div>
|
|
|
入住时长:{{roomList[roomIndex] && roomList[roomIndex].day}}天
|