Przeglądaj źródła

修改文字不居中样式

zengyicheng 2 lat temu
rodzic
commit
e760e4548d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/courseDetail.vue

+ 1 - 1
src/components/courseDetail.vue

@@ -510,7 +510,7 @@ export default {
   overflow: hidden;
   word-break: break-all;
   width: 100%;
-  text-align: left;
+  text-align: center;
   max-width: calc(100% - 85px);
   margin: 0 auto;
 }