feat: 優化中央後台 UI (用語調整、移除連結) 與實作 RWD 支援
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 44s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-16 10:14:59 +08:00
parent 8a9b8135bd
commit aa4143ccf1
6 changed files with 72 additions and 51 deletions

View File

@@ -16,17 +16,17 @@ export default function TenantCreate() {
};
return (
<LandlordLayout title="新增戶">
<LandlordLayout title="新增戶">
<div className="max-w-2xl">
<div className="mb-6">
<h1 className="text-2xl font-bold text-slate-900"></h1>
<p className="text-slate-500 mt-1"></p>
<h1 className="text-2xl font-bold text-slate-900"></h1>
<p className="text-slate-500 mt-1"></p>
</div>
<form onSubmit={handleSubmit} className="bg-white rounded-xl border border-slate-200 p-6 space-y-6">
<div>
<label className="block text-sm font-medium text-slate-700 mb-2">
ID <span className="text-red-500">*</span>
ID <span className="text-red-500">*</span>
</label>
<input
type="text"
@@ -41,7 +41,7 @@ export default function TenantCreate() {
<div>
<label className="block text-sm font-medium text-slate-700 mb-2">
<span className="text-red-500">*</span>
<span className="text-red-500">*</span>
</label>
<input
type="text"
@@ -88,7 +88,7 @@ export default function TenantCreate() {
disabled={processing}
className="bg-primary-main hover:bg-primary-dark text-white px-6 py-2 rounded-lg disabled:opacity-50 transition-colors"
>
{processing ? "處理中..." : "建立戶"}
{processing ? "處理中..." : "建立戶"}
</button>
<Link
href="/landlord/tenants"