Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhanglw
sensorConsult
Commits
993175ae
Commit
993175ae
authored
Aug 15, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新闻排版
parent
884d1da7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
details.vue
src/views/homepage/information/details.vue
+13
-10
No files found.
src/views/homepage/information/details.vue
View file @
993175ae
...
...
@@ -18,6 +18,7 @@
<el-breadcrumb-item>
资讯详情
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div
style=
"width: 94%;margin: 0 auto"
>
<div
class=
"news-head"
>
<h2>
{{
dataObj
.
title
}}
</h2>
<div
class=
"news-info"
>
...
...
@@ -30,6 +31,7 @@
</div>
</div>
</div>
</div>
<home-footer
ref=
"homeFooter"
/>
<inquiry-view
ref=
"inquiryView"
/>
<el-backtop
/>
...
...
@@ -521,7 +523,7 @@ export default {
text-align
:
center
;
h2
{
margin
:
20px
;
font-size
:
42
px
;
font-size
:
36
px
;
}
.news-info
{
display
:
flex
;
...
...
@@ -537,7 +539,8 @@ export default {
}
}
.news-body
{
width
:
100%
;
width
:
90%
;
margin
:
0
auto
;
padding
:
0
10px
;
color
:
#666
;
}
...
...
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