mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2025-12-30 01:32:26 +00:00
style: dark颜色
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user