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,10 @@
@import (reference) '../style/themes/index.less';
// input 字体颜色
@input-item-color: @COLOR_TEXT_PRIMARY;
// input 字体大小
@input-item-size: @font-size-content;
// input placeholder 颜色
@input-item-placeholder-color: @COLOR_TEXT_WEAK;
// input 清除 颜色
@input-item-clear-color: @COLOR_TEXT_ASSIST;