Skip to content

Commit 519ac75

Browse files
committed
fix(theme): fix
1 parent 8d69fd9 commit 519ac75

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

packages/theme/src/base/vars.less

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,13 @@
413413

414414
/** 8. 尺寸变量 ---- width、 height **/
415415
--tv-size-base: 4px;
416-
--tv-size-xs: 24px; // mini 尺寸
417-
--tv-size-sm: 28px; // small 尺寸
418-
--tv-size-md: 32px; // medium 尺寸 - 默认
419-
--tv-size-lg: 40px; // large 尺寸
420-
--tv-size-xl: 48px; // xLarge 尺寸
416+
417+
/** 以下变量仅用于表单类组件的 height */
418+
--tv-size-height-xs: 24px; // mini 尺寸
419+
--tv-size-height-sm: 28px; // small 尺寸
420+
--tv-size-height-md: 32px; // medium 尺寸 - 默认
421+
--tv-size-height-lg: 40px; // large 尺寸
422+
--tv-size-height-xl: 48px; // xLarge 尺寸
421423

422424
/**
423425
* 9. 滚动条变量

0 commit comments

Comments
 (0)