Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
viewdata-master
Project
Project
Details
Activity
Releases
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
刘怀志
viewdata-master
Commits
2caacf31
Commit
2caacf31
authored
Jan 11, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加预览大屏功能
parent
131880dc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
main.css
css/main.css
+8
-2
index.html
index.html
+1
-1
No files found.
css/main.css
View file @
2caacf31
...
...
@@ -120,7 +120,13 @@ body {
.contain
ul
li
a
:hover
{
color
:
#FFF
;
}
.contain
div
{
display
:
flex
;
justify-content
:
end
;
}
.contain
.previewBtn
{
color
:
#03a487
!important
;
}
.contain
ul
li
a
:visited
{
color
:
#00EA37
;
}
...
...
index.html
View file @
2caacf31
...
...
@@ -137,7 +137,7 @@
[
"%E6%96%B0%E5%A2%9E75%E5%A5%97%E6%BA%90%E7%A0%81/74/index.html"
,
"新增75套源码-74"
],
[
"%E6%96%B0%E5%A2%9E75%E5%A5%97%E6%BA%90%E7%A0%81/75/html/index.html"
,
"新增75套源码-75"
],
].
map
(
function
(
item
)
{
return
'<li><a href="'
+
item
[
0
]
+
'" target="preview">'
+
item
[
1
]
+
'</a></li>'
;
return
'<
div> <a class="previewBtn" href="'
+
item
[
0
]
+
'" target="_blank">预览</a></div><
li><a href="'
+
item
[
0
]
+
'" target="preview">'
+
item
[
1
]
+
'</a></li>'
;
}).
join
(
''
);
document
.
body
.
style
.
height
=
window
.
innerHeight
+
'px'
;
</script>
...
...
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