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
5228119c
Commit
5228119c
authored
Sep 02, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of
http://git.mes123.com/zhouyx/mes-ui
into product
parents
41faacd1
217b2ae1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
17 deletions
+4
-17
dataGrid.vue
components/page/dataGrid.vue
+1
-1
process.vue
components/page/import/process.vue
+0
-13
process.vue
pages/import/process.vue
+3
-3
No files found.
components/page/dataGrid.vue
View file @
5228119c
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
</ul>
</ul>
</Drawer>
</Drawer>
<FooterToolbar
v-if=
"batch"
v-show=
"footerToolbar"
>
<FooterToolbar
v-if=
"batch"
v-show=
"footerToolbar"
class=
"ftball"
>
<div
class=
"tip"
>
已选
{{
selectItems
.
length
}}
项
</div>
<div
class=
"tip"
>
已选
{{
selectItems
.
length
}}
项
</div>
<slot
name=
"batch"
></slot>
<slot
name=
"batch"
></slot>
<Button
@
click=
"cancelBatch"
>
取消
</Button>
<Button
@
click=
"cancelBatch"
>
取消
</Button>
...
...
components/page/import/process.vue
View file @
5228119c
...
@@ -465,18 +465,5 @@ export default {
...
@@ -465,18 +465,5 @@ export default {
}
}
}
}
.table-footer {
line-height: 45px;
background: #f5f5f5;
}
.ivu-footer-toolbar {
text-align: left;
background: #f5f5f5;
.ivu-footer-toolbar-right {
float: left;
}
}
}
}
</
style
>
</
style
>
pages/import/process.vue
View file @
5228119c
<
template
>
<
template
>
<div
class=
"table-content"
>
<div
class=
"table-content
Process
"
>
<div
class=
"table-tools"
>
<div
class=
"table-tools"
>
<div
class=
"table-search"
>
<div
class=
"table-search"
>
<Form
inline
>
<Form
inline
>
...
@@ -758,7 +758,7 @@ export default {
...
@@ -758,7 +758,7 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
>
<
style
lang=
"less"
>
.table-content {
.table-content
Process
{
position: relative;
position: relative;
height: 100%;
height: 100%;
display: flex;
display: flex;
...
@@ -813,7 +813,7 @@ export default {
...
@@ -813,7 +813,7 @@ export default {
.ivu-footer-toolbar {
.ivu-footer-toolbar {
text-align: left;
text-align: left;
background: #f5f5f5;
//
background: #f5f5f5;
.ivu-footer-toolbar-right {
.ivu-footer-toolbar-right {
float: left;
float: left;
...
...
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