mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
style:任务页面的tabs,调研管理增加分页
This commit is contained in:
@@ -69,7 +69,9 @@
|
||||
@expand="expandTable"
|
||||
:pagination="false"
|
||||
/>
|
||||
<div class="pa">
|
||||
|
||||
</div>
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
showQuickJumper="true"
|
||||
@@ -79,7 +81,6 @@
|
||||
:total="tableDataTotal"
|
||||
class="pagination"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 表格 -->
|
||||
<div :class="out ? 'out' : 'unout'">
|
||||
@@ -354,6 +355,7 @@ export default {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
//align-items: center;
|
||||
position: relative;
|
||||
// position: relative;
|
||||
.filter {
|
||||
@@ -451,6 +453,7 @@ export default {
|
||||
.tableBox {
|
||||
margin: 20px 38px 30px ;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
//position: relative;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -463,17 +466,20 @@ export default {
|
||||
> td {
|
||||
background: #f6f9fd;
|
||||
}
|
||||
.pa {
|
||||
left: 0;
|
||||
|
||||
}
|
||||
.pa {
|
||||
width: 100%;
|
||||
// height: 20px;
|
||||
// background-color: red;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
//position: absolute;
|
||||
//bottom: 20px;
|
||||
margin-bottom: 20px;
|
||||
.pagination {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.out {
|
||||
display: block;
|
||||
position: absolute;
|
||||
@@ -540,7 +546,7 @@ export default {
|
||||
border-radius: 5px;
|
||||
// height: 120%;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user