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
a2716397
Commit
a2716397
authored
May 20, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工艺案例
parent
2e921022
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
index.vue
pages/produce/execute/ProcessCase/index.vue
+10
-4
execute.less
pages/produce/execute/execute.less
+12
-0
No files found.
pages/produce/execute/ProcessCase/index.vue
View file @
a2716397
...
...
@@ -6,7 +6,7 @@
<Input
search
class=
"search_box mr10"
enter-button
placeholder=
"请输入文件名"
/>
<a
@
click=
"allChecked"
><Icon
type=
"md-checkbox-outline"
/>
全选
</a>
<!--
<a
@
click=
"copyCard"
><Icon
type=
"ios-browsers-outline"
/>
复制
</a>
-->
<
a
@
click=
"importCard"
><Icon
type=
"ios-log-in"
/>
导入
</a
>
<
!--
<a
@
click=
"importCard"
><Icon
type=
"ios-log-in"
/>
导入
</a>
--
>
<a
@
click=
"addCard"
><Icon
type=
"ios-add-circle-outline"
/>
新建
</a>
<span>
共
{{
cardlist
.
length
}}
个案例;
</span>
</div>
...
...
@@ -48,12 +48,18 @@
</Checkbox>
</CheckboxGroup>
</div>
<FooterToolbar
style=
"height:65px"
v-show=
"checkCards!=0"
>
<
!--
<
FooterToolbar
style=
"height:65px"
v-show=
"checkCards!=0"
>
<span>
已选择
{{
checkCards
}}
个案例
</span>
<Button
class=
"span ml20"
type=
"primary"
@
click=
"deliteCard"
><Icon
type=
"ios-trash-outline"
/>
删除
</Button>
<
Button
class=
"span ml20"
type=
"primary"
@
click=
"exportCard"
><Icon
type=
"ios-log-out"
/>
导出
</Button>
<
!--
<Button
class=
"span ml20"
type=
"primary"
@
click=
"exportCard"
><Icon
type=
"ios-log-out"
/>
导出
</Button>
<Button
@
click=
"cancel"
>
取消
</Button>
</FooterToolbar>
</FooterToolbar>
-->
<div
class=
"footer"
v-if=
"checkCards!=0"
>
<span>
已选:
{{
checkCards
}}
个案例
</span>
<Button
class=
"span ml20"
type=
"primary"
@
click=
"deliteCard"
><Icon
type=
"ios-trash-outline"
/>
删除
</Button>
<!--
<Button
class=
"span ml20"
type=
"primary"
@
click=
"exportCard"
><Icon
type=
"ios-log-out"
/>
导出
</Button>
-->
<Button
type=
"default"
@
click=
"cancel"
>
取消
</Button>
</div>
</div>
</
template
>
<
script
>
...
...
pages/produce/execute/execute.less
View file @
a2716397
...
...
@@ -340,7 +340,19 @@
}
.wu_bg{
height: calc(100vh - 165px);
.footer {
width: 100%;
position: absolute;
left: 0;
bottom: -20px;
height: 60px;
line-height: 60px;
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding-left: 50px;
}
}
.tech_box{
height: calc(100vh - 165px);
.ivu-layout-header{
...
...
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