From e40bd17fe4ef369c9b68c0100ff1c50b9ef8729e Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 06 三月 2025 14:48:28 +0800 Subject: [PATCH] fix: 修改打包 --- packages/components/src/styles/index.scss | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/components/src/styles/index.scss b/packages/components/src/styles/index.scss index e01359e..47b0734 100644 --- a/packages/components/src/styles/index.scss +++ b/packages/components/src/styles/index.scss @@ -13,16 +13,16 @@ @include bole-set-component-css-var('color', $bole-colors); @include bole-set-component-css-var('text-color', $bole-text-color); @include bole-set-component-css-var('size', $bole-size); - background-color: map-get($bole-colors, 'body-background-color'); - - --primary-color: #{map-get($bole-colors, 'primary')}; overflow: hidden; + background-color: map.get($bole-colors, 'body-background-color'); - --nut-primary-color: #{map-get($bole-colors, 'primary')}; + --primary-color: #{map.get($bole-colors, 'primary')}; + + --nut-primary-color: #{map.get($bole-colors, 'primary')}; --nut-primary-color-end: $primary-color-end; --nut-tag-success-background-color: #d0f8e2; --nut-tag-danger-background-color: #ffe5e5; - --nut-badge-background-color: #{map-get($bole-colors, 'danger')}; + --nut-badge-background-color: #{map.get($bole-colors, 'danger')}; } -- Gitblit v1.9.1