File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 375
375
376
376
// -- 暗色新增 --
377
377
--tv-color-bg-2 : var (--tv-base-color-common-9 ); // #333333 下拉面板/tip背景色
378
- --tv-color-bg-3 : var (--tv-base-color-common-11 ); // #1A1A1A 顶部导航背景色/顶部导航下拉背景色/折叠面板背景色/容器二级背景色:左侧导航/折叠面板/表格下展背景
378
+ --tv-color-bg-3 : var (--tv-base-color-common-11 ); // #1A1A1A 顶部导航背景色/顶部导航下拉背景色/折叠面板背景色/modal,dialogbox背景色/ 容器二级背景色:左侧导航/折叠面板/表格下展背景
379
379
--tv-color-bg-4 : var (--tv-base-color-common-6 ); // #808080 时间线实心圆点
380
380
--tv-color-bg-progressbar : var (--tv-base-color-success-6 ); // #5BA854 step当前进度背景色
381
381
--tv-color-bg-active-emphasize-1 : var (--tv-base-color-common-9 ); // #333333 下拉选中背景色、tab二级选中背景色
Original file line number Diff line number Diff line change 364
364
365
365
// -- 暗色新增 --
366
366
--tv-color-bg-2 : var (--tv-base-color-common-1 ); // #fff下拉面板/tip背景色
367
- --tv-color-bg-3 : var (--tv-base-color-common-1 ); // #fff 顶部导航背景色/顶部导航下拉背景色/折叠面板背景色/容器二级背景色:左侧导航/折叠面板/表格下展背景
367
+ --tv-color-bg-3 : var (--tv-base-color-common-1 ); // #fff 顶部导航背景色/顶部导航下拉背景色/折叠面板背景色/modal,dialogbox背景色/ 容器二级背景色:左侧导航/折叠面板/表格下展背景
368
368
--tv-color-bg-4 : var (--tv-base-color-common-7 ); // #c2c2c2 时间线实心圆点
369
369
--tv-color-bg-progressbar : var (--tv-base-color-success-6 ); // #5cb300 step当前进度背景色
370
370
--tv-color-bg-active-emphasize-1 : var (--tv-base-color-common-1 ); // #fff 下拉选中背景色、tab二级选中背景色
Original file line number Diff line number Diff line change 55
55
}
56
56
57
57
.tiny-input__prefix {
58
- display : inline-block ;
58
+ display : inline-flex ;
59
+ align-items : center ;
59
60
60
61
.tiny-svg {
61
62
font-size : var (--tv-DialogSelect-icon-size );
You can’t perform that action at this time.
0 commit comments