We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519ac75 commit e33101bCopy full SHA for e33101b
packages/theme/src/base/vars.less
@@ -360,7 +360,7 @@
360
--tv-font-size-heading-lg: 24px; // 数字、面额
361
--tv-font-size-heading-xl: 32px; // 数字、面额
362
363
- /** 3.3 行高 */
+ /** 3.3 行高 */
364
365
--tv-line-height-number: 1.5;
366
@@ -403,7 +403,6 @@
403
--tv-border-weight: 1px;
404
405
/** 7. 间距变量 ----margin、padding、top、 left 、 right、bottom **/
406
-
407
--tv-space-base: 4px;
408
--tv-space-xs: 2px;
409
--tv-space-sm: var(--tv-space-base);
@@ -421,10 +420,7 @@
421
420
--tv-size-height-lg: 40px; // large 尺寸
422
--tv-size-height-xl: 48px; // xLarge 尺寸
423
424
- /**
425
- * 9. 滚动条变量
426
- **/
427
+ /** 9. 滚动条变量 **/
428
--tv-size-scrollbar-width: 8px; // 滚动条宽度
429
--tv-size-scrollbar-height: 80px; // 滚动条高度
430
--tv-border-radius-scrollbar-thumb: 4px; // 滑块圆角
0 commit comments