333
This commit is contained in:
parent
c1b0754e42
commit
4a08bb3d94
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user