Browse Source

no message

libushang 6 months ago
parent
commit
73320eb9c6
1 changed files with 7 additions and 4 deletions
  1. 7 4
      src/views/emergencyCommandMap/RightSection/JointDuty.vue

+ 7 - 4
src/views/emergencyCommandMap/RightSection/JointDuty.vue

@@ -159,10 +159,10 @@ onMounted(() => {
       duties: '职务'
     }
   ];
-  
+  */
   getCheckinList(eventId.value).then((res) => {
     listData.value = res.data;
-  });*/
+  });
   qrCodeUrl.value = import.meta.env.VITE_APP_BASE_API2 + 'api/event_management/checkin/qrcode?event_id=' + eventId.value;
 
   nextFetchData();
@@ -223,7 +223,7 @@ onMounted(() => {
       flex: 1;
     }
     .td2 {
-      width: 100px;
+      width: 280px;
       text-align: center;
     }
   }
@@ -247,12 +247,15 @@ onMounted(() => {
       flex: 1;
     }
     .td2 {
-      width: 100px;
+      width: 300px;
       text-align: center;
     }
     .text {
       color: #08d9ff;
       font-family: 'BEBAS-1';
+      display: flex;
+      justify-content: space-between;
+      align-items: center;
     }
     .phone-btn {
       cursor: pointer;