Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
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
中汽测评-信息安全测评系统
web
Commits
530af7a6
Commit
530af7a6
authored
Mar 20, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(首页): icon
parent
f8140a79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
20 deletions
+19
-20
index.html
public/index.html
+1
-1
index.vue
src/views/index.vue
+18
-19
No files found.
public/index.html
View file @
530af7a6
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<!-- <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet"> -->
<!-- <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet"> -->
<script
src=
"https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/icons_31435_55.923da21ede831095d4d7a8ab05fe30cb
.js"
></script>
<script
src=
"https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/icons_31435_85.f03f7ada23edcf4cd72e61338ed55693
.js"
></script>
<title><
%=
webpackConfig
.
name
%
></title>
<title><
%=
webpackConfig
.
name
%
></title>
<!--[if lt IE 11]>
<!--[if lt IE 11]>
<script>window.location.href = '/html/ie.html';</script><![endif]-->
<script>window.location.href = '/html/ie.html';</script><![endif]-->
...
...
src/views/index.vue
View file @
530af7a6
...
@@ -83,14 +83,9 @@
...
@@ -83,14 +83,9 @@
<div
class=
"cardTitle"
>
任务完成情况占比
</div>
<div
class=
"cardTitle"
>
任务完成情况占比
</div>
<div
style=
"display: flex; justify-content: space-between"
>
<div
style=
"display: flex; justify-content: space-between"
>
<div
class=
"cardChild"
style=
"background: rgba(18, 190, 223, 0.08)"
>
<div
class=
"cardChild"
style=
"background: rgba(18, 190, 223, 0.08)"
>
<div
<div>
style=
"
<iconpark-icon
name=
"renwuwancheng"
size=
"36"
></iconpark-icon>
width: 36px;
</div>
height: 36px;
background: #12bedf;
border-radius: 8px;
"
></div>
<span>
已完成 :43个
</span>
<span>
已完成 :43个
</span>
<div>
<div>
<el-progress
<el-progress
...
@@ -103,14 +98,12 @@
...
@@ -103,14 +98,12 @@
</div>
</div>
</div>
</div>
<div
class=
"cardChild"
style=
"background: rgba(230, 88, 104, 0.08)"
>
<div
class=
"cardChild"
style=
"background: rgba(230, 88, 104, 0.08)"
>
<div
<div>
style=
"
<iconpark-icon
width: 36px;
name=
"renwuweiwancheng"
height: 36px;
size=
"36"
background: #e55868;
></iconpark-icon>
border-radius: 8px;
</div>
"
></div>
<span>
已完成 :43个
</span>
<span>
已完成 :43个
</span>
<div>
<div>
<el-progress
<el-progress
...
@@ -150,17 +143,23 @@
...
@@ -150,17 +143,23 @@
style=
"background: rgba(230, 88, 104, 0.08)"
style=
"background: rgba(230, 88, 104, 0.08)"
>
>
<div
class=
"lineOne"
>
高危
</div>
<div
class=
"lineOne"
>
高危
</div>
<div>
高危
</div>
<div>
<iconpark-icon
name=
"gaowei"
size=
"24"
></iconpark-icon>
</div>
<div
class=
"lineLast"
>
83
</div>
<div
class=
"lineLast"
>
83
</div>
</div>
</div>
<div
class=
"dangerousCard"
style=
"background: #fef6e9"
>
<div
class=
"dangerousCard"
style=
"background: #fef6e9"
>
<div
class=
"lineOne"
>
中危
</div>
<div
class=
"lineOne"
>
中危
</div>
<div>
高危
</div>
<div>
<iconpark-icon
name=
"zhongwei"
size=
"24"
></iconpark-icon>
</div>
<div
class=
"lineLast"
>
45
</div>
<div
class=
"lineLast"
>
45
</div>
</div>
</div>
<div
class=
"dangerousCard"
style=
"background: #e8f1fb"
>
<div
class=
"dangerousCard"
style=
"background: #e8f1fb"
>
<div
class=
"lineOne"
>
低危
</div>
<div
class=
"lineOne"
>
低危
</div>
<div>
高危
</div>
<div>
<iconpark-icon
name=
"diwei"
size=
"24"
></iconpark-icon>
</div>
<div
class=
"lineLast"
>
78
</div>
<div
class=
"lineLast"
>
78
</div>
</div>
</div>
</div>
</div>
...
...
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