We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d69fd9 commit 519ac75Copy full SHA for 519ac75
packages/theme/src/base/vars.less
@@ -413,11 +413,13 @@
413
414
/** 8. 尺寸变量 ---- width、 height **/
415
--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 尺寸
+
+ /** 以下变量仅用于表单类组件的 height */
+ --tv-size-height-xs: 24px; // mini 尺寸
+ --tv-size-height-sm: 28px; // small 尺寸
+ --tv-size-height-md: 32px; // medium 尺寸 - 默认
421
+ --tv-size-height-lg: 40px; // large 尺寸
422
+ --tv-size-height-xl: 48px; // xLarge 尺寸
423
424
/**
425
* 9. 滚动条变量
0 commit comments