Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
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
葛齐林
energyai_vue
Commits
959b172b
Commit
959b172b
authored
Apr 21, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增图标
parent
e2b20eee
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
49 additions
and
1 deletion
+49
-1
dlxfsnj.png
src/assets/images/imgs/dlxfsnj.png
+0
-0
dlxfsnj7.png
src/assets/images/imgs/dlxfsnj7.png
+0
-0
el-icon-dlxfsnj.png
src/assets/images/imgs/el-icon-dlxfsnj.png
+0
-0
el-icon-dlxfsnj2.png
src/assets/images/imgs/el-icon-dlxfsnj2.png
+0
-0
el-icon-pyc.png
src/assets/images/imgs/el-icon-pyc.png
+0
-0
el-icon-pyc2.png
src/assets/images/imgs/el-icon-pyc2.png
+0
-0
pyc7.png
src/assets/images/imgs/pyc7.png
+0
-0
dlxfsnj.png
src/assets/images/pointType/dlxfsnj.png
+0
-0
dlxfsnj2.png
src/assets/images/pointType/dlxfsnj2.png
+0
-0
pyc.png
src/assets/images/pointType/pyc.png
+0
-0
pyc2.png
src/assets/images/pointType/pyc2.png
+0
-0
theme.scss
src/assets/style/theme/theme.scss
+42
-1
query-detail.vue
src/pages/eq/view/query-detail.vue
+7
-0
No files found.
src/assets/images/imgs/dlxfsnj.png
0 → 100644
View file @
959b172b
35.9 KB
src/assets/images/imgs/dlxfsnj7.png
0 → 100644
View file @
959b172b
776 Bytes
src/assets/images/imgs/el-icon-dlxfsnj.png
0 → 100644
View file @
959b172b
7.09 KB
src/assets/images/imgs/el-icon-dlxfsnj2.png
0 → 100644
View file @
959b172b
17.2 KB
src/assets/images/imgs/el-icon-pyc.png
0 → 100644
View file @
959b172b
7.88 KB
src/assets/images/imgs/el-icon-pyc2.png
0 → 100644
View file @
959b172b
18.3 KB
src/assets/images/imgs/pyc7.png
0 → 100644
View file @
959b172b
1.05 KB
src/assets/images/pointType/dlxfsnj.png
0 → 100644
View file @
959b172b
6.31 KB
src/assets/images/pointType/dlxfsnj2.png
0 → 100644
View file @
959b172b
7.79 KB
src/assets/images/pointType/pyc.png
0 → 100644
View file @
959b172b
6.79 KB
src/assets/images/pointType/pyc2.png
0 → 100644
View file @
959b172b
8.45 KB
src/assets/style/theme/theme.scss
View file @
959b172b
...
...
@@ -1071,7 +1071,30 @@
width
:
40px
;
background-size
:
100%
;
}
.el-icon-pyc
{
background
:
url(~@/assets/images/pointType/pyc.png)
center
no-repeat
;
height
:
40px
;
width
:
40px
;
background-size
:
100%
;
}
.el-icon-pyc2
{
background
:
url(~@/assets/images/pointType/pyc2.png)
center
no-repeat
;
height
:
40px
;
width
:
40px
;
background-size
:
100%
;
}
.el-icon-dlxfsnj
{
background
:
url(~@/assets/images/pointType/dlxfsnj.png)
center
no-repeat
;
height
:
40px
;
width
:
40px
;
background-size
:
100%
;
}
.el-icon-dlxfsnj2
{
background
:
url(~@/assets/images/pointType/dlxfsnj2.png)
center
no-repeat
;
height
:
40px
;
width
:
40px
;
background-size
:
100%
;
}
// 小标
.el-icon-sb7
{
background
:
url(~@/assets/images/imgs/sb7.png)
center
no-repeat
;
...
...
@@ -1145,6 +1168,24 @@
width
:
14px
;
background-size
:
100%
;
}
.el-icon-jlm7
{
background
:
url(~@/assets/images/imgs/jlm7.png)
center
no-repeat
;
height
:
14px
;
width
:
14px
;
background-size
:
100%
;
}
.el-icon-pyc7
{
background
:
url(~@/assets/images/imgs/pyc7.png)
center
no-repeat
;
height
:
14px
;
width
:
14px
;
background-size
:
100%
;
}
.el-icon-dlxfsnj7
{
background
:
url(~@/assets/images/imgs/dlxfsnj7.png)
center
no-repeat
;
height
:
14px
;
width
:
14px
;
background-size
:
100%
;
}
//↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
...
...
src/pages/eq/view/query-detail.vue
View file @
959b172b
...
...
@@ -417,4 +417,11 @@ export default {
background
:
url("../../../assets/images/imgs/swqxz.png")
no-repeat
center
;
background-size
:
100%
100%
;
}
.el-icon-dlxfsnj6
{
width
:
100%
;
height
:
170px
;
text-align
:
center
;
background
:
url("../../../assets/images/imgs/dlxfsnj.png")
no-repeat
center
;
background-size
:
100%
100%
;
}
</
style
>
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