Quellcode durchsuchen

学分登记筛选文本位置

Q-ABAB vor 2 Jahren
Ursprung
Commit
db775c999b
1 geänderte Dateien mit 9 neuen und 6 gelöschten Zeilen
  1. 9 6
      src/views/credit.vue

+ 9 - 6
src/views/credit.vue

@@ -178,12 +178,15 @@
       width: 64px;
       width: 64px;
       font-size: 16px;
       font-size: 16px;
       margin-right: 10px;
       margin-right: 10px;
-      display: inline-block;
-      font-weight:bolder;
-      text-align: justify;
-      text-justify:distribute-all-lines;
-      text-align-last: justify;
-      transform: translate(0,22%);
+      display: flex;
+      justify-content: flex-end;
+      align-items: center;
+      // display: inline-block;
+      // font-weight:bolder;
+      // text-align: justify;
+      // text-justify:distribute-all-lines;
+      // text-align-last: justify;
+      // transform: translate(0,22%);
     }
     }
   }
   }
   .operations{
   .operations{