修改流程样式
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.pagination{
|
||||
margin-top: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
// 表单的样式
|
||||
|
||||
@@ -145,6 +145,7 @@
|
||||
:total="total"
|
||||
@current-change="handlePageChange"
|
||||
@size-change="handlePageSizeChange"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
></el-pagination>
|
||||
<template v-if="btnFlag">
|
||||
<!-- 已选择的用户 -->
|
||||
@@ -889,7 +890,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.dialog-footer{
|
||||
margin-top: 10px;
|
||||
margin-top: 20px;
|
||||
::v-deep .el-button {
|
||||
width: 80px;
|
||||
height: 36px;
|
||||
|
||||
@@ -123,10 +123,11 @@
|
||||
class="pagination"
|
||||
:current-page="page"
|
||||
:page-sizes="[5, 10, 20]"
|
||||
:pageSize="pageSize"
|
||||
:total="total"
|
||||
:pageSize="pageSize"
|
||||
:total="total"
|
||||
@current-change="handlePageChange"
|
||||
@size-change="handlePageSizeChange"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
></pagination>
|
||||
|
||||
<!-- 已选择的用户 -->
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</el-row>
|
||||
</el-form>
|
||||
<div class="table">
|
||||
<vxe-table :data="tableData" :empty-render="{name: 'NotData'}" align="center" border stripe height="auto"
|
||||
<vxe-table :data="tableData" :empty-render="{name: 'NotData'}" align="center" border stripe max-height="100%"
|
||||
ref="xTable" @checkbox-all="selectAllEvent" @checkbox-change="selectChangeEvent">
|
||||
<vxe-column type="checkbox" width="60"></vxe-column>
|
||||
<vxe-column show-overflow show-header-overflow field="labelOneName" :title="tagsForm.tags01.name"></vxe-column>
|
||||
@@ -194,7 +194,6 @@ export default {
|
||||
.table{
|
||||
padding: 10px 20px;
|
||||
width: 100%;
|
||||
height: 550px;
|
||||
}
|
||||
.addreport{
|
||||
::v-deep .el-dialog__header {
|
||||
@@ -210,9 +209,8 @@ export default {
|
||||
}
|
||||
}
|
||||
.done {
|
||||
margin: 30px 20px 10px;
|
||||
margin: 10px 20px 10px;
|
||||
text-align: right;
|
||||
padding:20px 0 10px ;
|
||||
|
||||
::v-deep .el-button {
|
||||
width: 80px;
|
||||
|
||||
Reference in New Issue
Block a user