Skip to content

Commit e33101b

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/theme/src/base/vars.less

+2-6
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
--tv-font-size-heading-lg: 24px; // 数字、面额
361361
--tv-font-size-heading-xl: 32px; // 数字、面额
362362

363-
/** 3.3 行高 */
363+
/** 3.3 行高 */
364364

365365
--tv-line-height-number: 1.5;
366366

@@ -403,7 +403,6 @@
403403
--tv-border-weight: 1px;
404404

405405
/** 7. 间距变量 ----margin、padding、top、 left 、 right、bottom **/
406-
407406
--tv-space-base: 4px;
408407
--tv-space-xs: 2px;
409408
--tv-space-sm: var(--tv-space-base);
@@ -421,10 +420,7 @@
421420
--tv-size-height-lg: 40px; // large 尺寸
422421
--tv-size-height-xl: 48px; // xLarge 尺寸
423422

424-
/**
425-
* 9. 滚动条变量
426-
**/
427-
423+
/** 9. 滚动条变量 **/
428424
--tv-size-scrollbar-width: 8px; // 滚动条宽度
429425
--tv-size-scrollbar-height: 80px; // 滚动条高度
430426
--tv-border-radius-scrollbar-thumb: 4px; // 滑块圆角

0 commit comments

Comments
 (0)