File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 379
379
--tv-color-bg-active-emphasize-light : var (--tv-base-color-brand-1 ); // #f0f7ff 表格选中背景色
380
380
--tv-color-bg-active-dark : var (--tv-base-color-common-3 ); // #f5f5f5 深色背景悬浮色
381
381
382
- // -- 暗色新增 --
382
+ // -- 暗色新增 --
383
383
--tv-color-bg-2 : var (--tv-base-color-common-1 ); // #fff下拉面板/tip的normal背景色
384
384
--tv-color-bg-3 : var (--tv-base-color-common-1 ); // #fff 顶部导航背景色/顶部导航下拉背景色/折叠面板背景色/modal,dialogbox背景色/容器二级背景色:左侧导航/折叠面板/表格下展背景
385
385
--tv-color-bg-4 : var (--tv-base-color-common-7 ); // #c2c2c2 时间线实心圆点
396
396
--tv-color-bg-inverse-tint-1 : var (--tv-base-color-common-1 ); // #fff 图片工具栏背景色
397
397
--tv-color-bg-disabled-control : var (--tv-base-color-common-7 ); // #c2c2c2 滑块高亮部分禁用色
398
398
--tv-color-bg-inverse-disabled : var (--tv-base-color-common-1 ); // #fff 复选框禁用/开个按钮禁用/滑块按钮禁用(此3类场景图标白色部分反色成#999)
399
- --tv-color-bg-dark-1 :var (--tv-base-color-common-11 ); // #191919 tip的dark背景色
399
+ --tv-color-bg-dark-1 : var (--tv-base-color-common-11 ); // #191919 tip的dark背景色
400
400
401
401
/* * 2.7 边框色/分割线颜色 **/
402
402
Original file line number Diff line number Diff line change 44
44
// 计数器的颜色
45
45
--tv-Textarea-count-color : var (--tv-color-text-weaken , #808080 );
46
46
// 计数器背景颜色
47
- --tv-Textarea-count-bg-color : var (--tv-color-bg-secondary , #ffffff );
47
+ --tv-Textarea-count-bg-color : var (--tv-color-bg-2 , #ffffff );
48
48
// 文本框垂直方向内边距
49
49
--tv-Textarea-padding-y : var (--tv-space-md , 8px );
50
50
// 文本框水平方向内边距
You can’t perform that action at this time.
0 commit comments