From c2df72e925a5ac0d039d997386e104731b6d38d9 Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Thu, 28 May 2026 17:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/static/style.css b/static/style.css index 707cefc..5990850 100644 --- a/static/style.css +++ b/static/style.css @@ -631,6 +631,43 @@ select option { max-height: 150px; font-size: 0.8rem; } + + .file-item { + flex-direction: column; + gap: 10px; + padding: 10px; + } + + .file-info { + width: 100%; + gap: 10px; + } + + .file-icon { + font-size: 1.2rem; + } + + .file-name-input { + font-size: 0.9rem; + } + + .file-meta { + flex-wrap: wrap; + gap: 8px; + font-size: 0.75rem; + } + + .file-actions { + width: 100%; + justify-content: flex-end; + gap: 6px; + } + + .file-btn { + width: 32px; + height: 32px; + font-size: 0.9rem; + } } @media (min-width: 768px) {