xiejiacheng vor 5 Jahren
Ursprung
Commit
15b30b205f
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/pages/student/views/resume/main-exp.vue

+ 2 - 2
src/pages/student/views/resume/main-exp.vue

@@ -153,7 +153,7 @@
                 </el-col>
               </el-col>
               <el-col :span="22" class="zidingyiRight">
-                <span>{{ info.content }}</span>
+                <p v-html="info.content"></p>
               </el-col>
             </el-col>
             <!-- <el-col :span="24" class="zidingyi">
@@ -632,7 +632,7 @@ export default {
   position: relative;
   top: 0.875rem;
 }
-.zidingyiRight span {
+/deep/.zidingyiRight p {
   font-size: 0.875rem;
 }
 /deep/.nav-title {