Commit a2580f43 authored by zhengke's avatar zhengke

修改

parent 3af42fae
......@@ -37,7 +37,7 @@
.noticeInner {
margin-top: 20px;
color: #333333;
font-size: 14px;
/* font-size: 14px; */
line-height: 26px;
display: -webkit-box;
-webkit-line-clamp: 4;
......@@ -101,8 +101,7 @@
</div>
</div>
<div class="noticeTitle">{{dataList[0].Title}}</div>
<div class="noticeInner">
{{dataList[0].Content}}
<div class="noticeInner" v-html="dataList[0].Content">
</div>
<div class="notice_dix" style="margin-top:20px;">
<div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment