Parcourir la source

更新 样式

wangzhihui il y a 4 ans
Parent
commit
db6001e4a9
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      src/App.vue
  2. 1 1
      src/views/voyage/voyageDetail.vue

+ 2 - 2
src/App.vue

@@ -118,7 +118,7 @@ export default {
   margin-left: 8px;
 }
 
-.acfe {
+.jcfe {
   justify-content: flex-end;
 }
 
@@ -131,7 +131,7 @@ export default {
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 500;
   color: #0094fe;
-  margin: 30px 0 15px 0;
+  margin: 15px 0 15px 0;
 }
 
 .line {

+ 1 - 1
src/views/voyage/voyageDetail.vue

@@ -283,7 +283,7 @@
         </template>
       </el-dialog>
     </div>
-    <div class="df aic acfe mt20" v-if="voyage.voyageStatus == 1">
+    <div class="df aic jcfe mt20" v-if="voyage.voyageStatus == 1">
       <el-button v-if="disabledStatus" type="primary" @click="changeVoyageInfo">
         修改航次
       </el-button>