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
fe52e474
Commit
fe52e474
authored
Jun 03, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单执行web
parent
79d34cd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
execute.less
pages/produce/execute/execute.less
+12
-12
index.vue
pages/produce/execute/index.vue
+2
-2
No files found.
pages/produce/execute/execute.less
View file @
fe52e474
...
@@ -2,15 +2,14 @@
...
@@ -2,15 +2,14 @@
.execute_box{
.execute_box{
position: relative;
position: relative;
margin: 0px -10px;
margin: 0px -10px;
height:88vh;
// .top_title{
.top_title{
// height: 50px;
height: 50px;
// line-height: 49px;
line-height: 49px;
// text-align: center;
text-align: center;
// font-weight: 600;
font-weight: 600;
// padding: 0 15px;
padding: 0 15px;
// border-bottom: 1px solid #CACBD0;
border-bottom: 1px solid #CACBD0;
// }
}
.star{
.star{
height: 33vh;
height: 33vh;
padding: 6vh 0;
padding: 6vh 0;
...
@@ -226,9 +225,10 @@
...
@@ -226,9 +225,10 @@
}
}
}
}
.gs_set{
.gs_set{
height: calc(100vh - 165px);
height: calc(100vh - 100px);
padding: 15px 0;
.gs_top{
.gs_top{
margin:
15px auto
;
margin:
0 auto
;
width: 1000px;
width: 1000px;
height: 120px;
height: 120px;
background: #2680EB;
background: #2680EB;
...
@@ -480,7 +480,7 @@
...
@@ -480,7 +480,7 @@
}
}
.tech_box{
.tech_box{
height: calc(100vh - 1
1
5px);
height: calc(100vh - 1
6
5px);
.ivu-layout-header{
.ivu-layout-header{
height: 50px;
height: 50px;
}
}
...
...
pages/produce/execute/index.vue
View file @
fe52e474
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"execute_box"
>
<div
class=
"execute_box"
>
<div
class=
"top_title"
>
<
!--
<
div
class=
"top_title"
>
<span
class=
"fl"
>
{{
orderTitle
}}
</span>
<span
class=
"fl"
>
{{
orderTitle
}}
</span>
<div>
工单编号: 12001011
</div>
<div>
工单编号: 12001011
</div>
</div>
</div>
-->
<component
:is=
"detail"
:gdid=
"gdId"
:row=
"row"
/>
<component
:is=
"detail"
:gdid=
"gdId"
:row=
"row"
/>
<a
class=
"gd_list"
@
click=
"orderlistMode = true"
>
工单列表
</a>
<a
class=
"gd_list"
@
click=
"orderlistMode = true"
>
工单列表
</a>
<a
class=
"gn_area"
@
click=
"functionalMode = true"
>
功能区
</a>
<a
class=
"gn_area"
@
click=
"functionalMode = true"
>
功能区
</a>
...
...
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