明梦爽
2022-03-23 cae892f7fa165fadbf0c4e8928846f715cda7a88
src/components/page/introduce.vue
@@ -15,7 +15,7 @@
       <!-- 新闻内容 -->
      <el-card class="box-card">
        <el-col>
          <div v-html="this.new.content"></div>
          <div v-html="this.new.content" class="ql-editor"></div>
        </el-col>
      </el-card>
    </el-row>
@@ -91,6 +91,7 @@
        // console.log(res);
        if(res.code == 200){
          this.new = res.data;
          console.log(this.new.content);
        }
      }).catch(error => {
        console.log(error);
@@ -109,13 +110,13 @@
    text-align: center;
  }
}
.box-card{
  // background-color: rgb(131, 212, 115);
}
.ft-blue {
  color: rgb(9, 143, 252);
}
.ft-black {
  color: #000;
}
.ql-editor{
  padding: 12px 0px !important;
}
</style>