Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hunter-ht.cn
Overview
Overview
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
刘莹莹
hunter-ht.cn
Commits
cc2b0a9d
Commit
cc2b0a9d
authored
May 08, 2020
by
liuyingying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css
parent
dbe0d77a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
detail.css
Hunter_ht/hunter/static/hunter/detail.css
+1
-0
detail.html
Hunter_ht/hunter/templates/hunter/detail.html
+2
-3
No files found.
Hunter_ht/hunter/static/hunter/detail.css
View file @
cc2b0a9d
...
@@ -35,6 +35,7 @@ span{
...
@@ -35,6 +35,7 @@ span{
#resume
{
#resume
{
width
:
800px
;
width
:
800px
;
height
:
auto
;
min-height
:
1000px
;
min-height
:
1000px
;
background-color
:
white
;
background-color
:
white
;
margin
:
10px
auto
;
margin
:
10px
auto
;
...
...
Hunter_ht/hunter/templates/hunter/detail.html
View file @
cc2b0a9d
...
@@ -71,9 +71,9 @@
...
@@ -71,9 +71,9 @@
{% if cve_year_list.items %}
{% if cve_year_list.items %}
<div
class=
"section"
>
<div
class=
"section"
>
<span>
MY-CVE
</span>
<span>
MY-CVE
</span>
{% for year, cves in cve_year_list.items %}
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"ul_list"
>
<div
class=
"ul_list"
>
{% for year, cves in cve_year_list.items %}
{% if cves %}
{% if cves %}
<ul>
<ul>
{% for cve in cves %}
{% for cve in cves %}
...
@@ -85,12 +85,11 @@
...
@@ -85,12 +85,11 @@
{% endfor %}
{% endfor %}
</ul>
</ul>
{% endif %}
{% endif %}
</div>
{% endfor %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endif %}
</div>
</div>
</div>
<script>
<script>
function
goUrl
(){
function
goUrl
(){
...
...
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