fix(build): fix theme build error (#1988)

This commit is contained in:
ajaxzheng 2024-08-26 14:26:33 +08:00 committed by GitHub
parent 3799ef19c5
commit b61aeb7dcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -64,6 +64,8 @@ packages/theme/scripts/theme-result.txt
packages/theme/scripts/themeExcel.xlsx
packages/theme/src/theme/*-theme/component.js
packages/theme/src/aurora-theme
packages/theme/src/smb-theme
pnpm-lock.yaml
gulp/bundle.json

View File

@ -444,7 +444,7 @@
// 纯图标/文字按钮宽度
--ti-button-only-icon-width: var(--ti-common-size-7x);
--ti-button-only-icon-min-width: unset;
--ti-button-only-icon-text-width: unset
--ti-button-only-icon-text-width: unset;
// 纯图标按钮水平内边距
--ti-button-only-icon-padding-horizontal: 7px;
// 纯图标按钮边框圆角