This commit is contained in:
heixinyouzi 2024-06-06 17:07:37 +08:00
parent c1b0754e42
commit 4a08bb3d94

View File

@ -100,7 +100,7 @@ const showModal = ref(false)
const menuList = ref([])
const classList = ref([])
const pagination = ref({
pageSize: 10,
pageSize: 15,
})
const menuForm = ref(null)
@ -344,4 +344,7 @@ function changeClass() {
:deep(.n-input-number) {
width: 100%;
}
:deep(.n-data-table__pagination) {
justify-content: center !important;
}
</style>