修改表格字段 修改按钮样式 修改页尾距离表格的距离

This commit is contained in:
zhoulingpo
2023-04-19 10:53:13 +08:00
parent 0d5445d024
commit 09260eb716
6 changed files with 60 additions and 154 deletions
+9
View File
@@ -141,6 +141,7 @@
</el-table>
</div>
<el-pagination
class="pagination"
:current-page="page"
:page-sizes="[5, 10, 20]"
:pageSize="pageSize"
@@ -940,5 +941,13 @@ export default {
}
}
}
.dialog-footer{
::v-deep .el-button {
width: 80px;
height: 36px;
padding: 0;
font-size: 14px;
}
}
</style>