style: unocss eslint

This commit is contained in:
xingyu
2023-09-22 17:49:11 +08:00
parent 57a7ed46e7
commit 2a58e3f691
59 changed files with 143 additions and 143 deletions

View File

@ -289,7 +289,7 @@ export default defineComponent({
<ElPagination
v-model:pageSize={pageSizeRef.value}
v-model:currentPage={currentPageRef.value}
class="float-right mt-15px mb-15px"
class="float-right mb-15px mt-15px"
{...unref(pagination)}
></ElPagination>
) : undefined}