zhangyihao 8 ヶ月 前
コミット
499b574cd7
1 ファイル変更1 行追加2 行削除
  1. 1 2
      src/views/emergencyCommandMap/RightSection/JointDuty.vue

+ 1 - 2
src/views/emergencyCommandMap/RightSection/JointDuty.vue

@@ -21,12 +21,11 @@
             </div>
           </div>
         </div>
-
       </div>
     </div>
   </div>
   <Dialog v-model="showQrCode" title="签到码" width="500px" height="500px">
-    <div style="display: flex; justify-content: center; align-items:center;width: 100%;height: 100%">
+    <div style="display: flex; justify-content: center; align-items: center; width: 100%; height: 100%">
       <img :src="qrCodeUrl" alt="" style="width: 370px; height: 370px" />
     </div>
   </Dialog>