This commit is contained in:
lnn19986213 2024-06-04 15:33:10 +08:00
parent b0ad24d255
commit 7fd73800ad
2 changed files with 2 additions and 2 deletions

View File

@ -193,6 +193,7 @@ const handle = (current) => {
<style lang="scss" scoped>
:deep(.el-dialog) {
--el-dialog-bg-color: none;
--el-dialog-width: 76% !important;
}
.my-header {
@ -201,7 +202,6 @@ const handle = (current) => {
}
.tabelPart {
height: 80vh;
padding: 16px;
background: linear-gradient(
270deg,

View File

@ -373,7 +373,7 @@ const tableType = reactive({
//
const pagination = reactive({
total: 100,
pageSize: 20,
pageSize: 10,
currentPage: 1,
});
const change = (name, index) => {