File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 345
345
--tv-color-bg-active-control : var (--tv-base-color-brand ); // #5e7ce0 主色蓝,单选/复选选中背景色、开关开的背景色、选块点击背景色、滑块选中背景色、价格曲线、区域选择选中的背景色
346
346
--tv-color-bg-active-primary : var (--tv-base-color-brand ); // #5e7ce0 品牌色,锚点-当前位置的圆点背景色/leftmenuthin左侧导航收起图标选中的背景色、NPS评分选中背景色
347
347
--tv-color-bg-active-secondary : var (--tv-base-color-common-1 ); // #adb0b8 次要背景色active色/下拉选中的背景色/一级tab页签背景-选中色/树控件选中背景颜色
348
- --tv-color-bg-active-emphasize : var (--tv-base-color-brand ); // #5e7ce0 时间选择选中背景色
348
+ --tv-color-bg-active-emphasize : var (--tv-base-color-brand-2 ); // #5e7ce0 时间选择选中背景色
349
349
--tv-color-bg-active-emphasize-light : var (--tv-base-color-brand-1 ); // #f0f7ff 表格选中背景色
350
350
--tv-color-bg-active-dark : var (--tv-base-color-common-3 ); // #eef0f5 深色背景色激活色
351
351
Original file line number Diff line number Diff line change 260
260
border-top-right-radius : var (--tv-DateTable-td-border-radius-disabled );
261
261
border-bottom-right-radius : var (--tv-DateTable-td-border-radius-disabled );
262
262
}
263
- &__row .in-range :first-of-type div {
263
+ &__row td :first-of-type div {
264
264
border-top-left-radius : var (--tv-DateTable-td-border-radius-disabled );
265
265
border-bottom-left-radius : var (--tv-DateTable-td-border-radius-disabled );
266
266
}
267
- &__row .in-range :last-of-type div {
267
+ &__row td :last-of-type div {
268
268
border-top-right-radius : var (--tv-DateTable-td-border-radius-disabled );
269
269
border-bottom-right-radius : var (--tv-DateTable-td-border-radius-disabled );
270
270
}
271
- &__row td :nth - child( 1 of .available.in-range ) div {
271
+ &__row td .pre-month + td .available.in-range div {
272
272
border-top-left-radius : var (--tv-DateTable-td-border-radius-disabled );
273
273
border-bottom-left-radius : var (--tv-DateTable-td-border-radius-disabled );
274
274
}
275
- &__row td :nth - last - child( 1 of .available.in-range ) div {
275
+ &__row td .available.in-range :has( + td .next-month ) div {
276
276
border-top-right-radius : var (--tv-DateTable-td-border-radius-disabled );
277
277
border-bottom-right-radius : var (--tv-DateTable-td-border-radius-disabled );
278
278
}
Original file line number Diff line number Diff line change 141
141
142
142
& :not (.in-range ) {
143
143
.cell {
144
+ box-sizing : border-box ;
144
145
width : auto ;
145
146
border-radius : var (--tv-MonthTable-cell-border-radius );
146
147
}
You can’t perform that action at this time.
0 commit comments