feat: 統一各模組分頁組件佈局並新增系統設定功能相關檔案
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m5s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m5s
This commit is contained in:
@@ -367,7 +367,7 @@ export default function Index({
|
||||
</div>
|
||||
|
||||
{/* 分頁 */}
|
||||
<div className="mt-4 flex flex-col sm:flex-row items-center justify-between gap-4">
|
||||
<div className="mt-6 flex flex-col sm:flex-row items-center justify-between gap-4">
|
||||
<div className="flex items-center gap-4">
|
||||
<div className="flex items-center gap-2 text-sm text-gray-500">
|
||||
<span>每頁顯示</span>
|
||||
@@ -385,7 +385,7 @@ export default function Index({
|
||||
/>
|
||||
<span>筆</span>
|
||||
</div>
|
||||
<span className="text-sm text-gray-500">共 {requisitions.total} 筆紀錄</span>
|
||||
<span className="text-sm text-gray-500">共 {requisitions.total} 筆資料</span>
|
||||
</div>
|
||||
<Pagination links={requisitions.links} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user