mirror of https://github.com/usual2970/certimate
password modification page stylesheet
parent
da666bcb9b
commit
71d4c410a0
|
@ -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">
|
||||
密码
|
||||
|
|
Loading…
Reference in New Issue