password modification page stylesheet
This commit is contained in:
@@ -5,8 +5,8 @@ const SettingLayout = () => {
|
||||
return (
|
||||
<div>
|
||||
<Toaster />
|
||||
<div className="text-muted-foreground">设置密码</div>
|
||||
<div className="w-full sm:w-[35em] mt-10 flex flex-col p-3">
|
||||
<div className="text-muted-foreground border-b py-5">设置密码</div>
|
||||
<div className="w-full sm:w-[35em] mt-10 flex flex-col p-3 mx-auto">
|
||||
{/* <div className="text-muted-foreground">
|
||||
<span className="transition-all text-sm bg-gray-400 px-3 py-1 rounded-sm text-white cursor-pointer">
|
||||
密码
|
||||
|
||||
Reference in New Issue
Block a user