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
a2cca1ff
Commit
a2cca1ff
authored
May 15, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modal处理
parent
0f19bfef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
execute.less
pages/produce/execute/execute.less
+9
-8
index.vue
pages/produce/execute/index.vue
+1
-1
No files found.
pages/produce/execute/execute.less
View file @
a2cca1ff
.execute_box{
position: relative;
margin: 0px -10px;
.top_title{
height: 50px;
line-height: 49px;
...
...
@@ -334,9 +334,9 @@
height: calc(100vh - 165px);
}
.case_top{
padding: 15px
4
0px 10px;
padding: 15px
7
0px 10px;
.sear_btn{
width: calc(100% -
5
0px);
width: calc(100% -
8
0px);
display: inline-block;
.search_box{
width: 200px;
...
...
@@ -354,6 +354,7 @@
}
}
.slip{
margin-right: 20px;
i.ivu-icon{
font-size: 32px;
transform:rotate(90deg);
...
...
@@ -370,11 +371,11 @@
overflow-y: auto;
.file_card{
background: #F5F6FA;
margin:
20px 2
0px;
width:
calc(25% - 40px);//
padding: 18px;
//
height:
auto
;
line-height: 2
0
px;
margin:
10px 5
0px;
width:
360px;
padding: 18px;
height:
110px
;
line-height: 2
4
px;
.ivu-checkbox {
display: none;
}
...
...
pages/produce/execute/index.vue
View file @
a2cca1ff
...
...
@@ -4,7 +4,7 @@
<
template
>
<div
class=
"execute_box"
>
<div
class=
"top_title"
>
<span
class=
"fl"
>
{{
orderTitle
}}
--
{{
orderindex
}}
</span>
<span
class=
"fl"
>
{{
orderTitle
}}
</span>
<div>
工单编号: 12001011
</div>
</div>
<component
:is=
"detail"
:gdid=
"gdId"
/>
...
...
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