From 3fffb3c8ecfa523c04377578ffe17c75114fb893 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:40:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=87=E4=BB=BD=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E8=B0=83=E6=95=B4=20(#1893)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/setting/backup-account/index.vue | 43 +++++++++++-------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/frontend/src/views/setting/backup-account/index.vue b/frontend/src/views/setting/backup-account/index.vue index 3bcaf02f5..783e57e64 100644 --- a/frontend/src/views/setting/backup-account/index.vue +++ b/frontend/src/views/setting/backup-account/index.vue @@ -6,8 +6,8 @@
- -  {{ $t('setting.LOCAL') }} + +  {{ $t('setting.LOCAL') }}
{{ $t('commons.button.edit') }} @@ -28,7 +28,7 @@
- {{ $t('setting.thirdParty') }} + {{ $t('setting.thirdParty') }}
@@ -40,8 +40,8 @@
- -  {{ $t('setting.S3') }} + +  {{ $t('setting.S3') }}
- -  {{ $t('setting.OSS') }} + +  {{ $t('setting.OSS') }}
- -  {{ $t('setting.COS') }} + +  {{ $t('setting.COS') }}
- -  {{ $t('setting.OneDrive') }} + +  {{ $t('setting.OneDrive') }}
- -  {{ $t('setting.KODO') }} + +  {{ $t('setting.KODO') }}
- -  MINIO + +  MINIO
- -  SFTP + +  SFTP
{ .common-div { margin-top: 20px; } + +.card-title { + font-size: 14px; + font-weight: 500; + line-height: 25px; +} +.card-logo { + font-size: 7px; +}