| | |
| | | <template> |
| | | <div class="flex flex-col"> |
| | | <!-- 公司名称 --> |
| | | <div class="my-1 flex w-full items-center justify-between rounded-md px-2 py-1"> |
| | | <span class="flex items-center text-sm"> |
| | | <div class="my-2 flex w-full items-center justify-between gap-4 rounded-md px-2 py-2"> |
| | | <span class="shrink-0 text-sm text-foreground/80"> |
| | | {{ $t('preferences.company.companyName') }} |
| | | </span> |
| | | <Input |
| | |
| | | </div> |
| | | |
| | | <!-- 登录页标题 --> |
| | | <div class="my-1 flex w-full items-center justify-between rounded-md px-2 py-1"> |
| | | <span class="flex items-center text-sm"> |
| | | <div class="my-2 flex w-full items-center justify-between gap-4 rounded-md px-2 py-2"> |
| | | <span class="shrink-0 text-sm text-foreground/80"> |
| | | {{ $t('preferences.company.loginTitle') }} |
| | | </span> |
| | | <Input |
| | |
| | | </div> |
| | | |
| | | <!-- 登录页描述 --> |
| | | <div class="my-1 flex w-full items-center justify-between rounded-md px-2 py-1"> |
| | | <span class="flex items-center text-sm"> |
| | | <div class="my-2 flex w-full items-center justify-between gap-4 rounded-md px-2 py-2"> |
| | | <span class="shrink-0 text-sm text-foreground/80"> |
| | | {{ $t('preferences.company.loginDescription') }} |
| | | </span> |
| | | <Input |
| | |
| | | </div> |
| | | |
| | | <!-- 公司 Logo --> |
| | | <div class="my-1 flex w-full items-center justify-between rounded-md px-2 py-1"> |
| | | <span class="flex items-center text-sm"> |
| | | <div class="my-2 flex w-full items-center justify-between gap-4 rounded-md px-2 py-2"> |
| | | <span class="shrink-0 text-sm text-foreground/80"> |
| | | {{ $t('preferences.company.logo') }} |
| | | </span> |
| | | <div class="flex items-center gap-2"> |