This commit is contained in:
Ling53666
2025-08-18 09:11:51 +08:00
commit 02554225da
2516 changed files with 133155 additions and 0 deletions

View File

@ -0,0 +1,21 @@
@import (reference) '../style/themes/index.less';
// header 颜色
@radio-header-color: @COLOR_TEXT_ASSIST;
/* size | 大小 */
@radio-size: @icon-size-sm;
/* corner-radius | 圆角 */
@radio-corner-radius: @corner-radius-circle;
/* border-width | 边框宽度 */
@radio-border-width: @border-width-standard;
/* color | 边框颜色 */
@radio-border-color: @COLOR_TEXT_WEAK;
/* color | check状态背景色 */
@radio-background-color: @COLOR_BRAND1;
/* color | disabled状态背景色 */
@radio-disabled-background: @COLOR_GREY_CARD;