style: dark颜色

This commit is contained in:
dap
2025-09-24 09:33:30 +08:00
parent 76f8c247a8
commit c12a6e4bdd
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ Upload.Dragger只会影响样式
scope="global"
keypath="component.upload.uploadHelpMessage"
tag="div"
class="mt-2 text-[14px] leading-[1.5] text-black/45"
class="mt-2 text-[14px] leading-[1.5] text-black/45 dark:text-white/45"
:class="{ 'upload-text__disabled': disabled }"
>
<template #size>

View File

@@ -119,7 +119,7 @@ function currentPreview(file: UploadFile) {
scope="global"
keypath="component.upload.uploadHelpMessage"
tag="div"
class="text-[14px] leading-[1.5] text-black/45"
class="text-[14px] leading-[1.5] text-black/45 dark:text-white/45"
:class="{
'upload-text__disabled': disabled,
'mt-2': listType !== 'picture-card',