xiejiacheng 5 年之前
父节点
当前提交
15b30b205f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 {