Commit a094c9f4 authored by agping's avatar agping

修改

parent 97d448b6
......@@ -113,7 +113,13 @@
.notice-text{
font-size: 16px;
margin-top: 30px;
text-indent: 2em;
/*text-indent: 2em;*/
}
/*限制图片的最大宽度*/
.notice-text img{
/*width: 100%!important;*/
max-width: 528px;
}
</style>
<!--导航star-->
......
......@@ -36,8 +36,8 @@
url: '/broker/getFeedInfo',
responseType: 'json',
data: {
'id': _this.announce_id,
// 'id': 253,
// 'id': _this.announce_id,
'id': 255,
}
})
......
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