From cf3df4174cb3348895c778ec7d15f0286cbce885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E9=9D=92?= <81161427+Kirara-Tianqing@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E3=80=81=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=86=85=E7=9A=84=E6=96=87=E5=AD=97=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AllFunc/Box/ShortCut.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AllFunc/Box/ShortCut.vue b/src/components/AllFunc/Box/ShortCut.vue index 52be3384..6208f5eb 100644 --- a/src/components/AllFunc/Box/ShortCut.vue +++ b/src/components/AllFunc/Box/ShortCut.vue @@ -511,11 +511,11 @@ function clickFileDom() { padding-left: 20px; .footer__btn { border-radius: 8px; - width: 80px; + width: 63px; height: 40px; background-color: var(--main-background-light-color); line-height: 40px; - text-align: center; + text-align: justify; cursor: pointer; font-size: 16px; }