Browse Source

修改文字不居中样式

zengyicheng 2 years ago
parent
commit
e760e4548d
1 changed files with 1 additions and 1 deletions
  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;
 }