From 82eaba839befce95d58fc55d743634dd1751f1b5 Mon Sep 17 00:00:00 2001 From: hsingyin Date: Mon, 18 Nov 2024 00:40:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=88?= =?UTF-8?q?=E5=92=8C=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/SubListItem.vue | 14 +++++++++----- src/locales/zh.ts | 2 +- src/views/My.vue | 3 ++- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 933936efd..e419d0e1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.295", + "version": "2.14.296", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/components/SubListItem.vue b/src/components/SubListItem.vue index 99e81e75d..dc3e28d83 100644 --- a/src/components/SubListItem.vue +++ b/src/components/SubListItem.vue @@ -57,7 +57,7 @@

{{ displayName || name }} - + @@ -144,10 +144,10 @@

@@ -166,10 +166,10 @@ @@ -879,6 +879,10 @@ const onClickRefresh = async () => { // margin-top: 3.5px; max-width: 80%; color: var(--comment-text-color); + span { + display: block; + line-height: 1.5; + } } } .progress { diff --git a/src/locales/zh.ts b/src/locales/zh.ts index 869d2f93e..f2c1f963c 100644 --- a/src/locales/zh.ts +++ b/src/locales/zh.ts @@ -563,7 +563,7 @@ export default { storage: { gist: { label: 'Gist 同步', - info: '可在同步配置中将文件/订阅同步到 Gist' + info: '在同步配置中同步文件/订阅至 Gist' }, manual: { label: '手动管理', diff --git a/src/views/My.vue b/src/views/My.vue index 80528ab60..f8e6e56e7 100644 --- a/src/views/My.vue +++ b/src/views/My.vue @@ -589,6 +589,7 @@ const setTag = (current) => { cursor: pointer; -webkit-user-select: none; user-select: none; + flex-shrink: 0; } .current { border-bottom: 1px solid var(--primary-color); @@ -721,7 +722,7 @@ const setTag = (current) => { .upload-btn, .download-btn { - padding: 0 12px; + padding: 0 10px; width: 116px; }