Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
1696535d
Commit
1696535d
authored
Oct 13, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页,设置眼睛的样式
parent
e5ae99f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
index.vue
pages/home/index.vue
+8
-5
No files found.
pages/home/index.vue
View file @
1696535d
...
...
@@ -107,7 +107,7 @@
<Divider>
<span
style=
"color: #2680eb;"
>
生产计划状态监控
<Icon
:type=
"show?'md-eye':'md-eye-off'"
@
click=
"clickEye"
/>
<Icon
:type=
"show?'md-eye':'md-eye-off'"
@
click=
"clickEye"
class=
"eye"
/>
</span>
</Divider>
<div
class=
"set-img"
>
...
...
@@ -116,7 +116,7 @@
<Divider>
<span
style=
"color: #2680eb;"
>
不合格品审理单统计
<Icon
:type=
"show1?'md-eye':'md-eye-off'"
@
click=
"clickEye1"
/>
<Icon
:type=
"show1?'md-eye':'md-eye-off'"
@
click=
"clickEye1"
class=
"eye"
/>
</span>
</Divider>
<div
class=
"set-img"
>
...
...
@@ -125,7 +125,7 @@
<Divider>
<span
style=
"color: #2680eb;"
>
班组工单监控
<Icon
:type=
"show2?'md-eye':'md-eye-off'"
@
click=
"clickEye2"
/>
<Icon
:type=
"show2?'md-eye':'md-eye-off'"
@
click=
"clickEye2"
class=
"eye"
/>
</span>
</Divider>
<div
class=
"set-img"
>
...
...
@@ -134,7 +134,7 @@
<Divider>
<span
style=
"color: #2680eb;"
>
暂停任务统计
<Icon
:type=
"show3?'md-eye':'md-eye-off'"
@
click=
"clickEye3"
/>
<Icon
:type=
"show3?'md-eye':'md-eye-off'"
@
click=
"clickEye3"
class=
"eye"
/>
</span>
</Divider>
<div
class=
"set-img"
>
...
...
@@ -143,7 +143,7 @@
<Divider>
<span
style=
"color: #2680eb;"
>
物料相关统计
<Icon
:type=
"show4?'md-eye':'md-eye-off'"
@
click=
"clickEye4"
/>
<Icon
:type=
"show4?'md-eye':'md-eye-off'"
@
click=
"clickEye4"
class=
"eye"
/>
</span>
</Divider>
<div
class=
"set-img"
>
...
...
@@ -599,6 +599,9 @@ export default {
text-align: center;
margin-bottom: 25px;
}
.eye{
cursor: pointer;
}
.modal-r {
height: 400px;
overflow: auto;
...
...
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