浏览代码

样式优化

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;