Commit c9e6a19e authored by renjintao's avatar renjintao

process

parent 8ec6fa8a
......@@ -68,7 +68,7 @@
</ul>
</Drawer>
<FooterToolbar v-if="batch" v-show="footerToolbar">
<FooterToolbar v-if="batch" v-show="footerToolbar" class="ftball">
<div class="tip">已选{{selectItems.length}}</div>
<slot name="batch"></slot>
<Button @click="cancelBatch">取消</Button>
......
......@@ -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>
<template>
<div class="table-content">
<div class="table-contentProcess">
<div class="table-tools">
<div class="table-search">
<Form inline>
......@@ -758,7 +758,7 @@ export default {
</script>
<style lang="less">
.table-content {
.table-contentProcess {
position: relative;
height: 100%;
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment