浏览代码

fix setting-modal provider encrypted tip style (#565)

zxhlyh 1 年之前
父节点
当前提交
381d255290
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/app/components/header/account-setting/provider-page/index.tsx

+ 1 - 1
web/app/components/header/account-setting/provider-page/index.tsx

@@ -93,7 +93,7 @@ const ProviderPage = () => {
           ))
         }
       </div>
-      <div className='absolute bottom-0 w-full h-[42px] flex items-center bg-white text-xs text-gray-500'>
+      <div className='fixed bottom-0 w-[472px] h-[42px] flex items-center bg-white text-xs text-gray-500'>
         <LockClosedIcon className='w-3 h-3 mr-1' />
         {t('common.provider.encrypted.front')}
         <Link