Browse Source

调整入住表格与制卡弹窗样式

DESKTOP-B78GIPM\admin 2 years ago
parent
commit
767385ff58

+ 3 - 3
src/views/room/modules/checkIn/BillRoomForm.vue

@@ -1016,7 +1016,7 @@ const columns = [
   {
     title: "优惠价",
     dataIndex: "prefPrice",
-    width: 100,
+    width: 80,
     scopedSlots: { customRender: "prefPrice" },
   },
   {
@@ -1027,13 +1027,13 @@ const columns = [
   {
     title: "房费",
     dataIndex: "roomFee",
-    width: 80,
+    width: 60,
   },
   {
     title: "押金",
     dataIndex: "deposit",
     scopedSlots: { customRender: "deposit" },
-    width: 120,
+    width: 100,
   },
 ];
 

+ 2 - 2
src/views/room/modules/checkIn/batchCardDetail.vue

@@ -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}}天

+ 2 - 2
src/views/room/modules/checkIn/batchCardDetailCopy.vue

@@ -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].name}}
                         </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>
                                 入住时长:{{'--'}}天

+ 1 - 1
src/views/room/modules/checkIn/batchCardModal.vue

@@ -22,7 +22,7 @@
     data () {
       return {
         title:'',
-        width:500,
+        width:800,
         visible: false,
         disableSubmit: false
       }

+ 1 - 1
src/views/room/modules/checkIn/batchCardModalCopy.vue

@@ -22,7 +22,7 @@
     data () {
       return {
         title:'',
-        width:500,
+        width:800,
         visible: false,
         disableSubmit: false
       }