| | |
| | | <!-- 新闻内容 --> |
| | | <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> |
| | |
| | | // console.log(res); |
| | | if(res.code == 200){ |
| | | this.new = res.data; |
| | | console.log(this.new.content); |
| | | } |
| | | }).catch(error => { |
| | | console.log(error); |
| | |
| | | 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> |