Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
a094c9f4
Commit
a094c9f4
authored
Jul 17, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
97d448b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
index.html
application/index/view/notice/index.html
+7
-1
announcementDetails.vue
...rc/components/announcementDetails/announcementDetails.vue
+2
-2
No files found.
application/index/view/notice/index.html
View file @
a094c9f4
...
@@ -113,7 +113,13 @@
...
@@ -113,7 +113,13 @@
.notice-text
{
.notice-text
{
font-size
:
16px
;
font-size
:
16px
;
margin-top
:
30px
;
margin-top
:
30px
;
text-indent
:
2em
;
/*text-indent: 2em;*/
}
/*限制图片的最大宽度*/
.notice-text
img
{
/*width: 100%!important;*/
max-width
:
528px
;
}
}
</style>
</style>
<!--导航star-->
<!--导航star-->
...
...
public/appnew/src/components/announcementDetails/announcementDetails.vue
View file @
a094c9f4
...
@@ -36,8 +36,8 @@
...
@@ -36,8 +36,8 @@
url
:
'/broker/getFeedInfo'
,
url
:
'/broker/getFeedInfo'
,
responseType
:
'json'
,
responseType
:
'json'
,
data
:
{
data
:
{
'id'
:
_this
.
announce_id
,
//
'id': _this.announce_id,
// 'id': 253
,
'id'
:
255
,
}
}
})
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment