fix: 404 page dark style
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<div class="text-sm text-gray-500">
|
<div class="text-sm text-muted-foreground">
|
||||||
共 {{ total }} 条记录
|
<span class="block sm:inline">共 {{ total }} 条记录</span>
|
||||||
|
<span class="hidden sm:inline"> · </span>
|
||||||
|
<span class="block sm:inline">每页 {{ pageSize }} 条</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex justify-end">
|
<div class="flex justify-end">
|
||||||
|
|||||||
Reference in New Issue
Block a user