forked from opentiny/tiny-vue
fix(build): fix theme build error (#1988)
This commit is contained in:
parent
3799ef19c5
commit
b61aeb7dcb
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
// 纯图标按钮边框圆角
|
||||
|
|
Loading…
Reference in New Issue