소스 검색

样式优化

linxuxiang 4 주 전
부모
커밋
f8f99227fd
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/views/set/config.vue
  2. 1 1
      src/views/train/device.vue
  3. 1 1
      src/views/train/multiple.vue
  4. 1 1
      src/views/train/run.vue

+ 1 - 1
src/views/set/config.vue

@@ -240,7 +240,7 @@ $waiPadding: 6.51rem;
   position: fixed;
   bottom: 3vh;
   display: flex;
-  justify-content: end;
+  justify-content: flex-end;
 
   .btn {
     width: 11vw;

+ 1 - 1
src/views/train/device.vue

@@ -973,7 +973,7 @@ $waiPadding: 6.51rem;
   position: fixed;
   bottom: 3vh;
   display: flex;
-  justify-content: end;
+  justify-content: flex-end;
 
   .btn {
     width: 13vw;

+ 1 - 1
src/views/train/multiple.vue

@@ -1112,7 +1112,7 @@ $waiPadding: 6.51rem;
   position: fixed;
   bottom: 3vh;
   display: flex;
-  justify-content: end;
+  justify-content: flex-end;
 
   .btn {
     width: 13vw;

+ 1 - 1
src/views/train/run.vue

@@ -1199,7 +1199,7 @@ $waiPadding: 6.51rem;
   position: fixed;
   bottom: 3vh;
   display: flex;
-  justify-content: end;
+  justify-content: flex-end;
 
   .btn {
     width: 13vw;