From 3e59a31732c9f541437c6d7958b7e26557072b5a Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Fri, 8 Aug 2025 10:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/cool-ui/components/cl-image/cl-image.uvue | 5 +---- uni_modules/cool-ui/components/cl-loading/cl-loading.uvue | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/uni_modules/cool-ui/components/cl-image/cl-image.uvue b/uni_modules/cool-ui/components/cl-image/cl-image.uvue index b4ee80b..6d5bbd9 100644 --- a/uni_modules/cool-ui/components/cl-image/cl-image.uvue +++ b/uni_modules/cool-ui/components/cl-image/cl-image.uvue @@ -39,10 +39,7 @@ v-else-if="isLoading && showLoading" > - + diff --git a/uni_modules/cool-ui/components/cl-loading/cl-loading.uvue b/uni_modules/cool-ui/components/cl-loading/cl-loading.uvue index f319ea2..2c1b7aa 100644 --- a/uni_modules/cool-ui/components/cl-loading/cl-loading.uvue +++ b/uni_modules/cool-ui/components/cl-loading/cl-loading.uvue @@ -3,7 +3,7 @@ class="cl-loading" :class="[ { - 'is-dark': isDark, + 'is-dark': isDark && color == '', 'cl-loading--spin': loading, '!border-primary-500': color == 'primary', '!border-green-500': color == 'success',