From 28efb5a69024b36e4f2ebf99a15f13e7934fa4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Sat, 6 Sep 2025 20:32:47 +0800 Subject: [PATCH] style: fix style --- src/components/UploadCover/index.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/components/UploadCover/index.scss b/src/components/UploadCover/index.scss index ff76d06..e16b3a0 100644 --- a/src/components/UploadCover/index.scss +++ b/src/components/UploadCover/index.scss @@ -121,6 +121,18 @@ align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.12); + .upload-source-popup-item-text { + width: 100%; + height: 56px; + padding: 16px 24px; + box-sizing: border-box; + font-size: 14px; + font-style: normal; + font-weight: 500; + line-height: 24px; + text-align: center; + } + &:last-child { border-bottom: none; }