From 44cfbc2e5b139af59cdc82bd7851ac57608abc07 Mon Sep 17 00:00:00 2001 From: xuqingkai Date: Mon, 26 Feb 2024 13:23:09 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20=E7=A7=BB=E9=99=A4butto?= =?UTF-8?q?n=E6=9C=AA=E7=94=A8=E5=88=B0=E7=9A=84css=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 6 +++++- .../components/common/abstracts/variable.scss | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2df89c2fe..695ae08c5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,5 +36,9 @@ // #vue组件中html代码格式化样式 } }, - "typescript.tsdk": "node_modules\\typescript\\lib" + "typescript.tsdk": "node_modules\\typescript\\lib", + "i18n-ally.localesPaths": [ + "src/uni_modules/wot-design-uni/locale", + "src/uni_modules/wot-design-uni/locale/lang" + ] } \ No newline at end of file diff --git a/src/uni_modules/wot-design-uni/components/common/abstracts/variable.scss b/src/uni_modules/wot-design-uni/components/common/abstracts/variable.scss index 4049fc0dc..330f566b2 100644 --- a/src/uni_modules/wot-design-uni/components/common/abstracts/variable.scss +++ b/src/uni_modules/wot-design-uni/components/common/abstracts/variable.scss @@ -173,7 +173,6 @@ $-button-large-box-shadow-size: var(--wot-button-large-box-shadow-size, 0px 4px $-button-icon-fs: var(--wot-button-icon-fs, 18px) !default; // 带图标的按钮的图标大小 $-button-icon-size: var(--wot-button-icon-size, 40px) !default; // icon 类型按钮尺寸 $-button-icon-color: var(--wot-button-icon-color, rgba(0, 0, 0, 0.65)) !default; // icon 类型按钮颜色 -$-button-icon-active-color: var(--wot-button-icon-active-color, $-color-icon-active) !default; // icon 类型按钮点击态颜色 $-button-icon-disabled-color: var(--wot-button-icon-disabled-color, $-color-icon-disabled) !default; // icon 类型按钮禁用颜色 $-button-normal-color: var(--wot-button-normal-color, $-color-title) !default; // 文字颜色 @@ -191,7 +190,6 @@ $-button-success-box-shadow-color: var(--wot-button-success-box-shadow-color, rg $-button-info-color: var(--wot-button-info-color, $-color-title) !default; // 信息按钮颜色 $-button-info-bg-color: var(--wot-button-info-bg-color, #F0F0F0) !default; // 信息按钮背景颜色 - $-button-info-plain-border-color: var(--wot-button-info-plain-border-color, rgba(0, 0, 0, 0.45)) !default; // 信息按钮禁用颜色 $-button-info-plain-normal-color: var(--wot-button-info-plain-normal-color, rgba(0, 0, 0, 0.85)) !default; // 信息幽灵按钮默认颜色